HomeSort by: relevance | last modified time | path
    Searched defs:cur_test_prefix (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
tinytest.c 82 const char *cur_test_prefix = NULL; /**< prefix of the current test group */ variable
331 cur_test_prefix = group->prefix;
580 printf("%s%s: ", cur_test_prefix, cur_test_name);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest.c 83 const char *cur_test_prefix = NULL; /**< prefix of the current test group */ variable
332 cur_test_prefix = group->prefix;
581 printf("%s%s: ", cur_test_prefix, cur_test_name);

Completed in 52 milliseconds