Searched defs:SIG_IGN (Results 1 – 7 of 7) sorted by relevance
205 #define SIG_IGN (void (*)(int))1 macro
52 #define SIG_IGN (void (*)(int))1 macro
49 #define SIG_IGN ( (sighandler_t) -2 ) macro
85 #define SIG_IGN ((sighandler_t)-2) // Ignored macro
121 #define SIG_IGN ((__sighandler_t *)1) macro
143 const sighandler_t SIG_IGN = (sighandler_t)1; variable