| /src/regress/sys/kern/latency1/ |
| latency1.c | 60 sigint(int junk) function 110 if (signal(SIGINT, sigint)) {
|
| /src/regress/sys/kern/latency2/ |
| latency2.c | 58 sigint(int junk) function 111 if (signal(SIGINT, sigint)) {
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| rlptytest.c | 45 sigint (s) function 336 signal (SIGINT, sigint);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| rlptytest.c | 41 sigint (s) function 327 signal (SIGINT, sigint);
|
| /src/usr.bin/login/ |
| common.c | 141 oldint = signal(SIGINT, sigint); 145 (void)signal(SIGINT, oldint); 151 sigint(int signo) function
|
| /src/external/mpl/bind/dist/lib/isc/ |
| loop_p.h | 100 isc_signal_t *sigint; member in struct:isc_loopmgr
|
| /src/games/sail/ |
| sync.c | 319 sig_t sighup, sigint; local 332 sigint = signal(SIGINT, SIG_IGN); 421 signal(SIGINT, sigint);
|
| /src/external/bsd/ppp/dist/chat/ |
| chat.c | 213 SIGTYPE sigint (int signo); 528 SIGTYPE sigint(int signo) function 530 fatalsig = "SIGINT"; 567 sa.sa_handler = sigint; 568 sigaction(SIGINT, &sa, NULL);
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 3577 // Set up SIGINT handler. 3579 signal( SIGINT, SIG_IGN ); 3580 err = DispatchSignalSourceCreate( SIGINT, dispatch_get_main_queue(), Exit, kExitReason_SIGINT, &signalSource ); 4156 // Set up SIGINT handler. 4158 signal( SIGINT, SIG_IGN ); 4159 err = DispatchSignalSourceCreate( SIGINT, dispatch_get_main_queue(), Exit, kExitReason_SIGINT, &signalSource ); 4418 // Set up SIGINT handler. 4420 signal( SIGINT, SIG_IGN ); 4421 err = DispatchSignalSourceCreate( SIGINT, dispatch_get_main_queue(), Exit, kExitReason_SIGINT, &signalSource ); 4771 // Set up SIGINT handler 33403 dispatch_source_t sigint; \/\/ Dispatch source for SIGINT. member in struct:__anon5969 [all...] |