Searched refs:tinytest_set_flag_ (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.h86 int tinytest_set_flag_(struct testgroup_t *, const char *, int set, unsigned long);
92 tinytest_set_flag_(groups, named, 1, TT_SKIP)
H A Dtinytest.c364 tinytest_set_flag_(struct testgroup_t *groups, const char *arg, int set, unsigned long flag) function
408 tinytest_set_flag_(groups, "..", 1, 0);
446 if (!tinytest_set_flag_(groups, test, 0, TT_OFF_BY_DEFAULT)) {
453 if (!tinytest_set_flag_(groups, test, 1, flag)) {
517 tinytest_set_flag_(groups, "..", 1, TT_ENABLED_);
/freebsd-current/contrib/libevent/test/
H A Dtinytest.h86 int tinytest_set_flag_(struct testgroup_t *, const char *, int set, unsigned long);
92 tinytest_set_flag_(groups, named, 1, TT_SKIP)
H A Dtinytest.c364 tinytest_set_flag_(struct testgroup_t *groups, const char *arg, int set, unsigned long flag) function
408 tinytest_set_flag_(groups, "..", 1, 0);
446 if (!tinytest_set_flag_(groups, test, 0, TT_OFF_BY_DEFAULT)) {
453 if (!tinytest_set_flag_(groups, test, 1, flag)) {
517 tinytest_set_flag_(groups, "..", 1, TT_ENABLED_);

Completed in 183 milliseconds