Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A 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/driver/
H A Ddriver.c52 static volatile sig_atomic_t exit_now; variable
57 exit_now = 1; in sigterm_handler()
226 if (exit_now) in main()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/driver/
H A 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/
H A Dextern.h52 extern int exit_now;
H A Dsetkey.c147 int exit_now; variable
364 if (exit_now) in stdin_loop()
H A Dparse.y946 exit_now = 1;
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/
H A 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/
H A DChangeLog.old2157 * src/setkey/setkey.c (stdin_loop): Exit when exit_now is set