Searched defs:NSIG (Results 1 – 9 of 9) sorted by relevance
56 # define NSIG _NSIG macro
21 #define NSIG 23 macro
54 # define NSIG _NSIG /* For BSD/SysV */ macro56 # define NSIG (_SIGMAX + 1) /* For QNX */ macro58 # define NSIG (SIGMAX + 1) /* For djgpp */ macro60 # define NSIG 64 /* Use a reasonable default value */ macro
93 # define NSIG _NSIG /* For BSD/SysV */ macro95 # define NSIG (_SIGMAX + 1) /* For QNX */ macro97 # define NSIG (SIGMAX + 1) /* For djgpp */ macro99 # define NSIG 64 /* Use a reasonable default value */ macro
171 #define NSIG (sizeof(signals)/sizeof(int)) in test() macro
187 #define NSIG _NSIG macro
102 # define NSIG SIGWINCH + 1 macro
250 #define NSIG _NSIG macro