HelenOS sources
test_entry_t 50 kernel/test/test.h typedef const char *(*test_entry_t)(void);
test_entry_t 55 kernel/test/test.h test_entry_t entry;
test_entry_t 72 uspace/app/tester/tester.h typedef const char *(*test_entry_t)(void);
test_entry_t 77 uspace/app/tester/tester.h test_entry_t entry;
test_entry_t 52 uspace/lib/c/test/adt/odict.c return &odict_get_instance(odlink, test_entry_t, odict)->key;
test_entry_t 80 uspace/lib/c/test/adt/odict.c test_entry_t *e;
test_entry_t 89 uspace/lib/c/test/adt/odict.c e = calloc(1, sizeof(test_entry_t));
test_entry_t 100 uspace/lib/c/test/adt/odict.c e = odict_get_instance(c, test_entry_t, odict);
test_entry_t 111 uspace/lib/c/test/adt/odict.c e = odict_get_instance(c, test_entry_t, odict);
test_entry_t 126 uspace/lib/c/test/adt/odict.c test_entry_t *e;
test_entry_t 135 uspace/lib/c/test/adt/odict.c e = calloc(1, sizeof(test_entry_t));
test_entry_t 146 uspace/lib/c/test/adt/odict.c e = odict_get_instance(c, test_entry_t, odict);
test_entry_t 157 uspace/lib/c/test/adt/odict.c e = odict_get_instance(c, test_entry_t, odict);
test_entry_t 172 uspace/lib/c/test/adt/odict.c test_entry_t *e;
test_entry_t 181 uspace/lib/c/test/adt/odict.c e = calloc(1, sizeof(test_entry_t));
test_entry_t 192 uspace/lib/c/test/adt/odict.c e = odict_get_instance(c, test_entry_t, odict);
test_entry_t 218 uspace/lib/c/test/adt/odict.c test_entry_t *e, *ep;
test_entry_t 231 uspace/lib/c/test/adt/odict.c e = calloc(1, sizeof(test_entry_t));
test_entry_t 246 uspace/lib/c/test/adt/odict.c e = odict_get_instance(c, test_entry_t, odict);
test_entry_t 262 uspace/lib/c/test/adt/odict.c e = odict_get_instance(c, test_entry_t, odict);
test_entry_t 268 uspace/lib/c/test/adt/odict.c e = odict_get_instance(d, test_entry_t, odict);
HelenOS homepage, sources at GitHub