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

/freebsd-13-stable/contrib/libevent/test/
H A Dtinytest.h83 int tinytest_set_flag_(struct testgroup_t *, const char *, int set, unsigned long);
89 tinytest_set_flag_(groups, named, 1, TT_SKIP)
H A Dtinytest.c278 tinytest_set_flag_(struct testgroup_t *groups, const char *arg, int set, unsigned long flag) function
322 tinytest_set_flag_(groups, "..", 1, 0);
360 if (!tinytest_set_flag_(groups, test, 0, TT_OFF_BY_DEFAULT)) {
367 if (!tinytest_set_flag_(groups, test, 1, flag)) {
424 tinytest_set_flag_(groups, "..", 1, TT_ENABLED_);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.h83 int tinytest_set_flag_(struct testgroup_t *, const char *, int set, unsigned long);
89 tinytest_set_flag_(groups, named, 1, TT_SKIP)
H A Dtinytest.c278 tinytest_set_flag_(struct testgroup_t *groups, const char *arg, int set, unsigned long flag) function
322 tinytest_set_flag_(groups, "..", 1, 0);
360 if (!tinytest_set_flag_(groups, test, 0, TT_OFF_BY_DEFAULT)) {
367 if (!tinytest_set_flag_(groups, test, 1, flag)) {
424 tinytest_set_flag_(groups, "..", 1, TT_ENABLED_);

Completed in 126 milliseconds