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

/openbsd-current/regress/sys/uvm/vnode/
H A Dvnode.c35 static int gotsig; variable
93 if (gotsig)
129 gotsig = signo;
/openbsd-current/libexec/rpc.rstatd/
H A Drstatd.c52 volatile sig_atomic_t gotsig; variable
57 gotsig = 1;
151 if (gotsig) {
/openbsd-current/regress/lib/libpthread/pause/
H A Dpause.c45 int gotsig = 0; variable
/openbsd-current/lib/libedit/TEST/
H A Dtc1.c53 volatile sig_atomic_t gotsig = 0; variable
72 gotsig = i;
179 if (gotsig) {
180 (void) fprintf(stderr, "Got signal %d.\n", gotsig);
181 gotsig = 0;
/openbsd-current/regress/bin/ksh/edit/
H A Dedit.c38 static volatile sig_atomic_t gotsig; variable
100 while (!gotsig) {
178 gotsig = sig;

Completed in 73 milliseconds