Searched defs:sigint (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c51 extern void sigint();
80 sigact.sa_handler = sigint;
185 * sigint - this is called when SIGINT is caught
188 sigint() function
194 debug("in sigint");
/illumos-gate/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);
/illumos-gate/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;
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c114 static void sigint(int sig);
149 sigint(int sig) function
635 (void) signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c141 static void sigint(int sig);
169 sigint(int sig) function
376 (void) signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c371 sigint(),
440 signal(SIGINT, sigint);
441 signal(SIGQUIT, sigint);
622 * sigint() - CATCH AN INTERRUPT
625 sigint() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c224 SIGTYPE sigint __P((int signo));
565 SIGTYPE sigint(signo) function
585 signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c103 void (*sigint)(); variable
836 signal(SIGINT,sigint); signal(SIGQUIT,sigquit);
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c310 void sigalrm(), sigint();
321 (void) signal(SIGINT, sigint);
652 * sigint: catch interrupts and prompt user for shell or to quit.
656 sigint() function
688 (void) signal(SIGINT, sigint);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c171 static void sigint(int sig);
714 if (signal(SIGINT, sigint) == SIG_IGN)
6777 * sigint: Catch interrupts. If an interrupt occurs during the extraction
6784 sigint(int sig) function

Completed in 102 milliseconds