Searched refs:exit_now (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/setkey/
H A Dextern.h24 extern int exit_now;
H A Dsetkey.c345 if (exit_now)
H A Dparse.y912 exit_now = 1;
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dclogd.c42 static int exit_now = 0; variable
64 while (!exit_now) {
81 exit_now = 1;
200 while (!waitpid(pid, &status, WNOHANG) && !exit_now);
201 if (exit_now)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c48 static volatile sig_atomic_t exit_now; variable
54 exit_now = 1;
200 if (exit_now)
224 return exit_now;
855 if (exit_now)

Completed in 115 milliseconds