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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsigdelay.c102 static void gotsig(int sig) function
109 signal(SIGINT, gotsig);
110 signal(SIGQUIT, gotsig);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslapcat.c37 static volatile sig_atomic_t gotsig; variable
42 gotsig=1;
107 if ( gotsig )
H A Dslapschema.c37 static volatile sig_atomic_t gotsig; variable
42 gotsig=1;
116 if ( gotsig )
/netbsd-6-1-5-RELEASE/lib/libedit/TEST/
H A Dtc1.c65 volatile sig_atomic_t gotsig = 0; variable
84 gotsig = i;
191 if (gotsig) {
192 (void) fprintf(stderr, "Got signal %d.\n", gotsig);
193 gotsig = 0;
H A Dwtc1.c17 volatile sig_atomic_t gotsig; variable
33 gotsig = i;
172 if (gotsig) {
173 (void)fprintf(stderr, "Got signal %d.\n", gotsig);
174 gotsig = 0;
/netbsd-6-1-5-RELEASE/tests/lib/librumpclient/
H A Dt_fd.c97 gotsig(int sig) function
111 signal(SIGIO, gotsig);
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dtrap.c80 volatile char gotsig[NSIG]; /* indicates specified signal received */ variable
391 gotsig[signo - 1] = 1;
410 if (gotsig[i - 1])
415 gotsig[i - 1] = 0;
H A Djobs.c1045 extern volatile char gotsig[];
1051 } while (pid == -1 && errno == EINTR && gotsig[SIGINT - 1] == 0);
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/iopl/
H A Diopl.c63 int gotsig; variable
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/ioperm/
H A Dioperm.c62 int gotsig; variable

Completed in 187 milliseconds