Home
last modified time | relevance | path

Searched refs:TT_ENABLED_ (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/libevent/dist/test/
Dtinytest.c437 int flag = TT_ENABLED_;
518 tinytest_set_flag_(groups, "..", 1, TT_ENABLED_);
532 if (!(testcase->flags & TT_ENABLED_))
Dtinytest.h35 #define TT_ENABLED_ (1<<2) macro
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dtinytest.c438 int flag = TT_ENABLED_;
519 tinytest_set_flag_(groups, "..", 1, TT_ENABLED_);
533 if (!(testcase->flags & TT_ENABLED_))
Dtinytest.h36 #define TT_ENABLED_ (1<<2) macro