Searched refs:SIG_HDLR (Results 1 – 3 of 3) sorted by relevance
148 #ifndef SIG_HDLR149 # define SIG_HDLR void macro166 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int)))(int) in signal()184 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int)))(int) in signal()186 extern SIG_HDLR(*Signal(int, void (*)(int)))(int); in signal()188 SIG_HDLR(*old) __P((int)); in signal()
193 SIG_HDLR(*oldh) (); in sigaction()347 SIG_HDLR(*oldh) (); in sigsuspend()370 #if !defined(SIG_HDLR)371 #define SIG_HDLR void374 #define SIG_ERR (SIG_HDLR (*)())-1384 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int))
34 #ifndef SIG_HDLR35 # define SIG_HDLR void macro50 # define SIG_ERR (SIG_HDLR (*)())-181 SIG_HDLR (*sa_handler)();