Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/lpr/lpc/
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/src/usr.sbin/lpr/common_source/
Dstartdaemon.c71 if (errno == EINTR && gotintr) { in startdaemon()
Dlp.h90 extern volatile sig_atomic_t gotintr;
/openbsd/src/usr.sbin/lpr/lpq/
Dlpq.c65 volatile sig_atomic_t gotintr; variable
/openbsd/src/usr.sbin/lpr/lprm/
Dlprm.c70 volatile sig_atomic_t gotintr; /* set when we receive SIGINT */ variable
/openbsd/src/usr.sbin/lpr/lpr/
Dlpr.c91 volatile sig_atomic_t gotintr; variable
/openbsd/src/usr.sbin/lpr/lpd/
Dlpd.c114 volatile sig_atomic_t gotintr; variable