Searched refs:_sig_func_ptr (Results 1 – 2 of 2) sorted by relevance
11 #define SIG_DFL ((_sig_func_ptr)0) /* Default action */12 #define SIG_IGN ((_sig_func_ptr)1) /* Ignore action */13 #define SIG_ERR ((_sig_func_ptr)-1) /* Error return */17 _sig_func_ptr _EXFUN(_signal_r, (struct _reent *, int, _sig_func_ptr));21 _sig_func_ptr _EXFUN(signal, (int, _sig_func_ptr));
86 typedef void (*_sig_func_ptr)(); typedef94 _sig_func_ptr _handler; /* SIG_DFL, SIG_IGN, or pointer to a function */111 typedef void (*_sig_func_ptr)(int); typedef115 _sig_func_ptr sa_handler;