Home
last modified time | relevance | path

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

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