Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dsigretro.c66 typedef void (*sigtype)(); typedef
68 #define SIG_HOLD ((sigtype) 2)
70 # define SIG_ERR ((sigtype) -1)
73 sigtype sigdisp(), sighold(), sigignore();
82 sigtype s_func; /* What to call */
104 sigtype
105 sigsys(int sig, sigtype func) in sigsys()
107 sigtype old; in sigsys()
120 sigtype
121 sigset(int sig, sigtype func) in sigset()
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1197 char *sigtype; in sigAbort() local
1201 sigtype = "SIGHUP"; in sigAbort()
1204 sigtype = "SIGTRAP"; in sigAbort()
1207 sigtype = "SIGFPE"; in sigAbort()
1220 sigtype = "SIGALRM"; in sigAbort()
1223 sigtype = "SIGTERM"; in sigAbort()
1230 sigtype = "SIGNAL"; in sigAbort()
1233 msg(gettext("%s() try rewriting\n"), sigtype); in sigAbort()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_xu_index.c803 const char *sigtype, in _dwarf_get_xuhdr() argument
807 if (!strcmp(sigtype,"tu")) { in _dwarf_get_xuhdr()
812 } else if (!strcmp(sigtype,"cu")) { in _dwarf_get_xuhdr()