Searched refs:gotintr (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c108 volatile sig_atomic_t gotintr; variable
115 gotintr = 1;
127 if (gotintr) {
129 gotintr = 0;
138 if (errno == EINTR && gotintr) {
/openbsd-current/usr.sbin/lpr/common_source/
H A Dlp.h90 extern volatile sig_atomic_t gotintr;
H A Dstartdaemon.c71 if (errno == EINTR && gotintr) {
/openbsd-current/usr.sbin/lpr/lprm/
H A Dlprm.c70 volatile sig_atomic_t gotintr; /* set when we receive SIGINT */ variable
/openbsd-current/usr.sbin/lpr/lpq/
H A Dlpq.c65 volatile sig_atomic_t gotintr; variable
/openbsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c91 volatile sig_atomic_t gotintr; variable
/openbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c114 volatile sig_atomic_t gotintr; variable

Completed in 122 milliseconds