Searched defs:NSIG (Results 1 – 16 of 16) sorted by relevance
31 #define NSIG 12 macro37 # define NSIG _NSIG /* For BSD/SysV */ macro39 # define NSIG (_SIGMAX + 1) /* For QNX */ macro41 # define NSIG (SIGMAX + 1) /* For djgpp */ macro43 # define NSIG 64 /* Use a reasonable default value */ macro
8 # define NSIG 32 macro
56 # define NSIG _NSIG 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
13 #define NSIG 32 macro
16 #define NSIG 32 macro
337 pub const NSIG: libc::c_int = 32; constant
300 NSIG = 65 variable
346 NSIG = 65 variable
235 pub const NSIG: ::c_int = 23; constant
525 pub const NSIG: ::c_int = 32; constant
581 NSIG = 46 variable
578 NSIG = 46 variable
127 #define NSIG _NSIG macro