Searched refs:_NSIG (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/signals/
H A Dsignals.c463 #if defined (EXC_BAD_ACCESS) && defined (_NSIG)
464 if (hostsig == _NSIG + EXC_BAD_ACCESS)
467 #if defined (EXC_BAD_INSTRUCTION) && defined (_NSIG)
468 if (hostsig == _NSIG + EXC_BAD_INSTRUCTION)
471 #if defined (EXC_ARITHMETIC) && defined (_NSIG)
472 if (hostsig == _NSIG + EXC_ARITHMETIC)
475 #if defined (EXC_EMULATION) && defined (_NSIG)
476 if (hostsig == _NSIG + EXC_EMULATION)
479 #if defined (EXC_SOFTWARE) && defined (_NSIG)
480 if (hostsig == _NSIG
[all...]
/openbsd-current/include/
H A Dsignal.h46 extern const char *const sys_signame[_NSIG];
47 extern const char *const sys_siglist[_NSIG];
76 if (__signo <= 0 || __signo >= _NSIG) {
86 if (__signo <= 0 || __signo >= _NSIG) {
96 if (__signo <= 0 || __signo >= _NSIG) {
/openbsd-current/sys/sys/
H A Dsignal.h45 #define _NSIG 33 /* counting 0 (mask is 1-32) */ macro
48 #define NSIG _NSIG
/openbsd-current/lib/libc/gen/
H A Dreadpassphrase.c35 static volatile sig_atomic_t signo[_NSIG];
56 for (i = 0; i < _NSIG; i++)
160 for (i = 0; i < _NSIG; i++) {
H A Dposix_spawn.c124 for (i = 1; i < _NSIG; i++) {
/openbsd-current/gnu/lib/libiberty/src/
H A Dstrsignal.c249 #ifdef _NSIG
250 static int sys_nsig = _NSIG;
/openbsd-current/sbin/isakmpd/
H A Disakmpd.c281 for (n = 1; n < _NSIG; n++)
H A Dmonitor.c402 for (n = 1; n < _NSIG; n++)
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep.c164 for (i = 1; i < _NSIG; i++)
219 for (i = 1; i < _NSIG; i++)
/openbsd-current/libexec/ftpd/
H A Dmonitor.c135 for (i = 1; i < _NSIG; i++)
/openbsd-current/usr.sbin/hostapd/
H A Dprivsep.c93 for (i = 1; i < _NSIG; i++)
/openbsd-current/usr.bin/make/
H A Dengine.c542 && job->code <= 128 + _NSIG) {
/openbsd-current/distrib/special/more/
H A Dmore.c154 volatile sig_atomic_t signo[_NSIG]; /* signals received */
1433 for (sig = 0; sig < _NSIG; sig++) {
/openbsd-current/usr.sbin/syslogd/
H A Dprivsep.c224 for (i = 1; i < _NSIG; i++)
/openbsd-current/usr.sbin/ntpd/
H A Dconstraint.c377 for (i = 1; i < _NSIG; i++)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgnu-nat.c1320 if (host_sig >= _NSIG)
1322 putting them after _NSIG; this assumes they're positive (and not
1708 _NSIG; this assumes they're positive (and not extremely large)! */
1710 target_signal_from_host (_NSIG + exception);
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h3463 # ifdef _NSIG
3464 # define NSIG (_NSIG)

Completed in 498 milliseconds