HomeSort by relevance Sort by last modified time
    Searched refs:SIGINT (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /system/core/sh/
trap.c 247 case SIGINT:
368 if (signo == SIGINT && trap[SIGINT] == NULL) {
419 setsignal(SIGINT, 0);
jobs.c 418 && st1 != SIGINT && st1 != SIGPIPE))
625 return 128 + SIGINT;
639 return 128 + SIGINT;
930 ignoresig(SIGINT, vforked);
941 ignoresig(SIGINT, vforked);
952 setsignal(SIGINT, vforked);
1021 * session -- so we wouldn't have seen any ^C/SIGINT. So, we
1022 * intuit from the subprocess exit status whether a SIGINT
1025 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGINT)
1026 raise(SIGINT);
    [all...]
error.c 94 * Called from trap.c when a SIGINT is received. (If the user specifies
95 * that SIGINT is to be trapped or ignored using the trap builtin, then
118 signal(SIGINT, SIG_DFL);
119 raise(SIGINT);
  /external/bison/djgpp/
subpipe.c 219 previous_handler = signal(SIGINT, signal_catcher);
221 signal(SIGINT, previous_handler);
  /external/chromium/chrome/browser/
browser_main_posix.cc 66 RAW_CHECK(signal == SIGINT);
203 // Also handle SIGINT - when the user terminates the browser via Ctrl+C. If
204 // the browser process is being debugged, GDB will catch the SIGINT first.
206 CHECK(sigaction(SIGINT, &action, NULL) == 0);
  /external/openssh/openbsd-compat/
readpassphrase.c 100 (void)sigaction(SIGINT, &sa, &saveint);
158 (void)sigaction(SIGINT, &saveint, NULL);
  /ndk/sources/host-tools/make-3.81/
signame.c 95 #if defined (SIGINT)
96 init_sig (SIGINT, "INT", _("Interrupt"));
  /system/netd/
logwrapper.c 217 intsave = (sig_t) bsd_signal(SIGINT, SIG_IGN);
221 (void)bsd_signal(SIGINT, intsave);
  /device/ti/panda/audio/test/
run-tests.py 84 print "Received SIGINT, aborting current test..."
143 signal.signal(signal.SIGINT, sigint_handler)
  /external/kernel-headers/original/asm-arm/
signal.h 32 #define SIGINT 2
  /external/openssl/crypto/ui/
ui_openssl.c 458 if (intr_signal == SIGINT)
600 savsig[SIGINT]=signal(SIGINT,recsig);
637 signal(SIGINT,savsig[SIGINT]);
  /external/bluetooth/bluez/compat/
fakehid.c 317 sigaction(SIGINT, &sa, NULL);
326 sigdelset(&sigs, SIGINT);
418 sigaction(SIGINT, &sa, NULL);
427 sigdelset(&sigs, SIGINT);
631 sigaction(SIGINT, &sa, NULL);
640 sigdelset(&sigs, SIGINT);
  /external/bluetooth/bluez/tracer/
main.c 127 sigaction(SIGINT, &sa, NULL);
  /external/openssl/apps/
s_socket.c 192 #ifdef SIGINT
193 signal(SIGINT,(void (*)(int))ssl_sock_cleanup);
220 # ifdef SIGINT
221 signal(SIGINT,(void (*)(int))sock_cleanup);
  /system/extras/fatblock/
fatblock.c 157 signal(SIGINT, &signal_handler);
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 143 mDNSPosixListenForSignalInEventLoop(SIGINT);
175 if (sigismember(&signals, SIGINT) || sigismember(&signals, SIGTERM)) break;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.x 43 const SIGINT = 2; /* interrupt */
  /external/bluetooth/bluez/tools/
rfcomm.c 446 sigaction(SIGINT, &sa, NULL);
455 sigdelset(&sigs, SIGINT);
605 sigaction(SIGINT, &sa, NULL);
614 sigdelset(&sigs, SIGINT);
631 sigaction(SIGINT, &sa, NULL);
  /external/bluetooth/hcidump/src/
csrsniff.c 257 sigaction(SIGINT, &sa, NULL);
  /external/kernel-headers/original/asm-x86/
signal.h 44 #define SIGINT 2
  /external/linux-tools-perf/
builtin-inject.c 203 signal(SIGINT, sig_handler);
  /external/qemu/
vl-android-ui.c 190 sigaction(SIGINT, &act, NULL);
  /external/tinyalsa/
tinycap.c 148 signal(SIGINT, sigint_handler);

Completed in 1032 milliseconds

1 2 34 5 6 7 8 9