Searched refs:SIGTYPE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.bin/chat/
H A Dchat.c100 #ifndef SIGTYPE
101 #define SIGTYPE void macro
151 SIGTYPE sigalrm(int signo);
152 SIGTYPE sigint(int signo);
153 SIGTYPE sigterm(int signo);
154 SIGTYPE sighup(int signo);
438 SIGTYPE sigalrm(int signo __unused)
456 SIGTYPE sigint(int signo __unused)
461 SIGTYPE sigterm(int signo __unused)
466 SIGTYPE sighu
[all...]

Completed in 255 milliseconds