Home
last modified time | relevance | path

Searched refs:_NSIG (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-signal.h24 #ifndef _NSIG
26 # define _NSIG NSIG macro
28 # define _NSIG 128 macro
H A Dreadpassphrase.c49 static volatile sig_atomic_t signo[_NSIG];
70 for (i = 0; i < _NSIG; i++) in readpassphrase()
176 for (i = 0; i < _NSIG; i++) { in readpassphrase()
H A Dbsd-pselect.c49 static sighandler_t saved_sighandler[_NSIG];
171 for (sig = 0; sig < _NSIG; sig++) { in pselect()
/freebsd/contrib/bmake/
H A Dsigact.h100 #if !defined(NSIG) && defined(_NSIG)
101 # define NSIG _NSIG
/freebsd/contrib/tcsh/
H A Dtc.sig.h91 #if !defined(NSIG) && defined(_NSIG)
92 # define NSIG _NSIG
/freebsd/tools/build/cross-build/include/linux/
H A Dsignal.h41 #define sys_nsig _NSIG
/freebsd/contrib/pf/pflogd/
H A Dprivsep.c76 for (i = 1; i < _NSIG; i++) in priv_init()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h141 #if !defined NSIG && defined _NSIG
142 #define NSIG _NSIG