Home
last modified time | relevance | path

Searched refs:cur_test_id (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/tests/sys/kqueue/libkqueue/
Dmain.c25 char *cur_test_id = NULL; variable
281 if (cur_test_id) in test_begin()
282 free(cur_test_id); in test_begin()
283 cur_test_id = strdup(func); in test_begin()
284 if (!cur_test_id) in test_begin()
293 printf("%-70s %s\n", cur_test_id, "passed"); in success()
294 free(cur_test_id); in success()
295 cur_test_id = NULL; in success()
Dcommon.h43 extern char *cur_test_id;