Searched refs:opt_nofork (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c72 static int opt_nofork = 0; /**< Suppress calls to fork() for debugging. */ variable
335 if ((testcase->flags & TT_FORK) && !(opt_forked||opt_nofork)) {
484 opt_nofork = 1;
/freebsd-current/contrib/libevent/test/
H A Dtinytest.c72 static int opt_nofork = 0; /**< Suppress calls to fork() for debugging. */ variable
335 if ((testcase->flags & TT_FORK) && !(opt_forked||opt_nofork)) {
484 opt_nofork = 1;

Completed in 77 milliseconds