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

/netbsd-current/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-current/external/bsd/openldap/dist/servers/slapd/
H A Dslapschema.c40 static volatile sig_atomic_t gotsig; variable
45 gotsig=1;
119 if ( gotsig )
H A Dslapcat.c40 static volatile sig_atomic_t gotsig; variable
45 gotsig=1;
110 if ( gotsig )
/netbsd-current/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", (int)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", (int)gotsig);
174 gotsig = 0;
/netbsd-current/tests/lib/librumpclient/
H A Dt_fd.c97 gotsig(int sig) function
111 signal(SIGIO, gotsig);
/netbsd-current/regress/sys/arch/i386/iopl/
H A Diopl.c63 int gotsig; variable
/netbsd-current/bin/sh/
H A Dtrap.c88 static volatile sig_atomic_t gotsig[NSIG];/* indicates specified signal received */ variable
699 CTRACE(DBG_SIG, ("onsig(%d), had: pendingsigs %d%s, gotsig[%d]=%d\n",
701 signo, gotsig[signo]));
722 gotsig[signo] = 1;
727 ("onsig: -i gotsig[INT]->%d pendingsigs->%d BANG\n",
728 gotsig[SIGINT], pendingsigs));
735 VTRACE(DBG_SIG, ("onsig: gotsig[%d]->%d pendingsigs->%d%s\n",
736 signo, gotsig[signo], pendingsigs,
770 if (gotsig[i])
773 gotsig[
[all...]
/netbsd-current/regress/sys/arch/i386/ioperm/
H A Dioperm.c62 int gotsig; variable
/netbsd-current/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_dump.c49 static volatile sig_atomic_t gotsig; variable
53 gotsig=1;
141 if (gotsig) {

Completed in 158 milliseconds