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

1 2 3 4 5 6 7 89

  /system/core/sh/
eval.c 1022 exitstatus = e == EXINT ? SIGINT + 128 :
  /system/core/toolbox/
dd.c 141 (void)signal(SIGINT, terminate);
  /external/blktrace/
blktrace.c     [all...]
blkparse.c     [all...]
  /external/bluetooth/bluez/test/
hciemu.c 1261 sigaction(SIGINT, &sa, NULL);
  /external/bzip2/
bzip2.c     [all...]
  /external/e2fsprogs/e2fsck/
unix.c 859 sigaction(SIGINT, &sa, 0);
    [all...]
  /external/mksh/src/
exec.c 804 setexecsig(&sigtraps[SIGINT], SS_RESTORE_ORIG);
    [all...]
main.c 707 /* we get here if SIGINT not caught or ignored */
896 if ((sig == SIGINT || sig == SIGTERM) &&
    [all...]
edit.c 1176 trapsig(SIGINT);
    [all...]
  /external/openssh/
ssh-agent.c     [all...]
sshd.c     [all...]
monitor.c 462 signal(SIGINT, &monitor_child_handler);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c     [all...]
  /external/ping/
ping.c 546 set_signal(SIGINT, sigexit);
    [all...]
  /external/qemu/
gdbstub.c 218 /* In system mode we only need SIGINT and SIGTRAP; other signals
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 985 FATAL_SIG (SIGINT);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c     [all...]
  /external/dhcpcd/
dhcpcd.c     [all...]
  /external/netperf/
netlib.c 779 case SIGINT:
780 fprintf(where,"netperf: caught SIGINT\n");
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c     [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c     [all...]

Completed in 1067 milliseconds

1 2 3 4 5 6 7 89