Home
last modified time | relevance | path

Searched refs:exit_now (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl2/lvm2/dist/daemons/cmirrord/
Dclogd.c42 static int exit_now = 0; variable
64 while (!exit_now) { in main()
81 exit_now = 1; in parent_exit_handler()
200 while (!waitpid(pid, &status, WNOHANG) && !exit_now); in daemonize()
201 if (exit_now) in daemonize()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/driver/
Ddriver.c48 static volatile sig_atomic_t exit_now; variable
54 exit_now = 1; in sigterm_handler()
200 if (exit_now) in strlist_exec()
224 return exit_now; in strlist_exec()
855 if (exit_now) in main()
/netbsd/src/crypto/dist/ipsec-tools/src/setkey/
Dextern.h52 extern int exit_now;
Dsetkey.c147 int exit_now; variable
364 if (exit_now) in stdin_loop()
Dparse.y946 exit_now = 1;
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cc/
Dcc.c1436 sig_atomic_t exit_now = 0; in strlist_exec() local
1472 return exit_now; in strlist_exec()
/netbsd/src/crypto/dist/ipsec-tools/
DChangeLog.old2157 * src/setkey/setkey.c (stdin_loop): Exit when exit_now is set