Home
last modified time | relevance | path

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

/titanic_41/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) in sigsys()
109 sigtype old; in sigsys()
122 sigtype
123 sigset(int sig, sigtype func) in sigset()
[all …]
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpmain.c1158 char *sigtype; in sigAbort() local
1162 sigtype = "SIGHUP"; in sigAbort()
1165 sigtype = "SIGTRAP"; in sigAbort()
1168 sigtype = "SIGFPE"; in sigAbort()
1181 sigtype = "SIGALRM"; in sigAbort()
1184 sigtype = "SIGTERM"; in sigAbort()
1191 sigtype = "SIGNAL"; in sigAbort()
1194 msg(gettext("%s() try rewriting\n"), sigtype); in sigAbort()