Searched defs:SIG_DFL (Results 1 – 11 of 11) sorted by relevance
201 #define SIG_DFL (void (*)(int))0 macro
17 #define SIG_DFL _sig_dfl macro
87 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
108 # define SIG_DFL ((SignalHandler *) 0) macro
299 SIG_DFL = (0) variable
345 SIG_DFL = (0) variable
201 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; constant
897 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; constant
184 const sighandler_t SIG_DFL = (sighandler_t)0; variable
1312 pub const SIG_DFL: sighandler_t = 0 as sighandler_t; constant