Searched defs:sigtype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsigretro.c68 typedef void (*sigtype)(); typedef
70 #define SIG_HOLD ((sigtype) 2)
72 # define SIG_ERR ((sigtype) -1)
75 sigtype sigdisp(), sighold(), sigignore();
84 sigtype s_func; /* What to call */
106 sigtype
107 sigsys(int sig, sigtype func)
109 sigtype old;
122 sigtype
123 sigset(int sig, sigtype fun
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1158 char *sigtype; local
1162 sigtype = "SIGHUP";
1165 sigtype = "SIGTRAP";
1168 sigtype = "SIGFPE";
1181 sigtype = "SIGALRM";
1184 sigtype = "SIGTERM";
1191 sigtype = "SIGNAL";
1194 msg(gettext("%s() try rewriting\n"), sigtype);

Completed in 60 milliseconds