Home
last modified time | relevance | path

Searched refs:sigint (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/cmd/rexd/
H A Dunder.c192 sig_t sigint, sigquit; local
194 sigint = sigset(SIGINT, SIG_IGN);
208 (void) sigset(SIGINT, sigint);
216 (void) sigset(SIGINT, sigint);
/titanic_41/usr/src/cmd/mailx/
H A Dedit.c99 void (*sigint)(int), (*sigquit)(int); in edit1() local
111 sigint = sigset(SIGINT, SIG_IGN); in edit1()
179 if (sigint != SIG_IGN) in edit1()
259 sigset(SIGINT, sigint); in edit1()
H A Dcmd4.c66 void (*sigint)(int), (*sigpipe)(int); in dopipe() local
131 sigint = sigset(SIGINT, SIG_IGN); in dopipe()
148 sigset(SIGINT, sigint); in dopipe()
173 sigset(SIGINT, sigint); in dopipe()
181 sigset(SIGINT, sigint); in dopipe()
H A Dtranslate.c44 void (*sigint)(int), (*sigquit)(int); in translate() local
73 sigint = sigset(SIGINT, SIG_IGN); in translate()
106 sigset(SIGINT, sigint); in translate()
H A Dcollect.c103 void (*sigpipe)(int), (*sigint)(int); in collect() local
519 sigint = sigset(SIGINT, SIG_IGN); in collect()
543 sigset(SIGINT, sigint); in collect()
552 sigset(SIGINT, sigint); in collect()
647 sigint = sigset(SIGINT, SIG_IGN); in collect()
660 sigset(SIGINT, sigint); in collect()
774 void (*sigint)(int), (*sigpipe)(int); in exwrite() local
782 sigint = sigset(SIGINT, SIG_IGN); in exwrite()
789 sigset(SIGINT, sigint); in exwrite()
840 void (*sigint)(int); in mesedit() local
[all …]
H A Dcmd1.c445 void (*sigint)(int), (*sigpipe)(int); in type1() local
471 sigint = sigset(SIGINT, SIG_IGN); in type1()
491 sigset(SIGINT, sigint); in type1()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmpeek.c51 extern void sigint();
80 sigact.sa_handler = sigint; in poll_data()
188 sigint() in sigint() function
H A Dtmsig.c107 extern void sigint(); in child_sigcatch()
119 sigact.sa_handler = sigint; in child_sigcatch()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dprocclose.c68 if (p->sigint != SIG_IGN) in procclose()
69 signal(SIGINT, p->sigint); in procclose()
H A Dprocopen.c474 proc->sigint = signal(SIGINT, SIG_IGN); in procopen()
496 if (proc->sigint != SIG_IGN) in procopen()
498 proc->sigint = SIG_DFL; in procopen()
499 signal(SIGINT, proc->sigint); in procopen()
748 proc->sigint = signal(SIGINT, SIG_IGN); in procopen()
828 if (proc->sigint != SIG_IGN) in procopen()
829 signal(SIGINT, proc->sigint); in procopen()
H A Dproclib.h50 Sig_handler_t sigint; /* PROC_FOREGROUND SIG_IGN */ \
/titanic_41/usr/src/cmd/lp/model/
H A Dlp.cat.c371 sigint(),
440 signal(SIGINT, sigint); in main()
441 signal(SIGQUIT, sigint); in main()
625 sigint() in sigint() function
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Ddecimal_bin.c207 int frac_bits, sigint; local
254 sigint = 16 * (bi.blength + bi.bexponent - 1);
255 if (sigint < 0)
256 sigint = 0;
261 sigint = 0;
263 frac_bits = significant_bits - sigint + 2;
/titanic_41/usr/src/cmd/luxadm/
H A Dqlgcupdate.c151 void (*sigint)(); /* to store default SIGTERM setting */ in q_qlgc_update() local
362 sigint = in q_qlgc_update()
382 (void) signal(SIGINT, sigint); in q_qlgc_update()
1061 void (*sigint)(); in emulex_update() local
1268 sigint = in emulex_update()
1285 (void) signal(SIGINT, sigint); in emulex_update()
/titanic_41/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c114 static void sigint(int sig);
149 sigint(int sig) in sigint() function
635 (void) signal(SIGINT, sigint); in main()
/titanic_41/usr/src/cmd/audio/audioplay/
H A Daudioplay.c141 static void sigint(int sig);
169 sigint(int sig) in sigint() function
376 (void) signal(SIGINT, sigint); in main()
/titanic_41/usr/src/cmd/troff/troff.d/
H A Dta.c103 void (*sigint)(); variable
836 signal(SIGINT,sigint); signal(SIGQUIT,sigquit);
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c310 void sigalrm(), sigint(); in main()
321 (void) signal(SIGINT, sigint); in main()
656 sigint() in sigint() function
688 (void) signal(SIGINT, sigint); in sigint()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c224 SIGTYPE sigint __P((int signo));
565 SIGTYPE sigint(signo) in sigint() function
585 signal(SIGINT, sigint); in init()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c171 static void sigint(int sig);
714 if (signal(SIGINT, sigint) == SIG_IGN) in main()
6784 sigint(int sig) in sigint() function