Home
last modified time | relevance | path

Searched refs:_sig_func_ptr (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dsignal.h11 #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));
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dsignal.h86 typedef void (*_sig_func_ptr)(); typedef
94 _sig_func_ptr _handler; /* SIG_DFL, SIG_IGN, or pointer to a function */
111 typedef void (*_sig_func_ptr)(int); typedef
115 _sig_func_ptr sa_handler;