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

/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh6.c5 #define _NSIG NSIG macro
H A Dsh5.c4 #define _NSIG NSIG macro
H A Dsh.h169 Extern char *trap[_NSIG+1];
170 Extern char ourtrap[_NSIG+1];
H A Dsh4.c7 #define _NSIG NSIG macro
377 for (i=0; i<=_NSIG; i++)
H A Dsh3.c4 #define _NSIG NSIG macro
853 for (i=0; i<=_NSIG; i++)
893 if ((n = getn(s)) < 0 || n > _NSIG) {
H A Dsh1.c4 #define _NSIG NSIG macro
H A Dsh2.c4 #define _NSIG NSIG macro
/freebsd-10.0-release/contrib/gdb/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...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c49 static volatile sig_atomic_t signo[_NSIG];
70 for (i = 0; i < _NSIG; i++)
171 for (i = 0; i < _NSIG; i++) {
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.sig.h92 #if !defined(NSIG) && defined(_NSIG)
93 # define NSIG _NSIG
94 #endif /* !NSIG && _NSIG */
/freebsd-10.0-release/contrib/apr/threadproc/unix/
H A Dsignals.c128 #elif defined(_NSIG)
129 #define APR_NUMSIG _NSIG
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dstrsignal.c249 #ifdef _NSIG
250 static int sys_nsig = _NSIG;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrsignal.c249 #ifdef _NSIG
250 static int sys_nsig = _NSIG;
/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h797 #ifndef _NSIG
799 # define _NSIG NSIG macro
801 # define _NSIG 128 macro
/freebsd-10.0-release/contrib/pf/pflogd/
H A Dprivsep.c79 for (i = 1; i < _NSIG; i++)
/freebsd-10.0-release/contrib/gdb/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);

Completed in 298 milliseconds