OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_nofork
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/test/
tinytest.c
73
static int
opt_nofork
= 0; /**< Suppress calls to fork() for debugging. */
variable
336
if ((testcase->flags & TT_FORK) && !(opt_forked||
opt_nofork
)) {
485
opt_nofork
= 1;
/src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest.c
74
static int
opt_nofork
= 0; /**< Suppress calls to fork() for debugging. */
variable
337
if ((testcase->flags & TT_FORK) && !(opt_forked||
opt_nofork
)) {
486
opt_nofork
= 1;
Completed in 20 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026