Home
last modified time | relevance | path

Searched refs:RETSIGTYPE (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/krb5/ss/
H A Dlisten.c33 static RETSIGTYPE print_prompt() in print_prompt()
45 static RETSIGTYPE listen_int_handler(signo) in listen_int_handler()
152 register RETSIGTYPE (*sig_cont)();
153 RETSIGTYPE (*sig_int)(), (*old_sig_cont)();
196 csig.sa_handler = (RETSIGTYPE (*)())0;
201 sig_cont = (RETSIGTYPE (*)())0;
243 if ((RETSIGTYPE (*)())csig.sa_handler==(RETSIGTYPE (*)())listen_int_handler)
H A Dlist_rqs.c56 RETSIGTYPE (*func)();
/titanic_41/usr/src/cmd/lms/tools/
H A Ddaemonize.cpp51 static RETSIGTYPE child_handler(int signum) in child_handler()
/titanic_41/usr/src/lib/libsasl/include/
H A Dconfig.h69 #define RETSIGTYPE void macro