/external/bluetooth/hcidump/src/ |
csrsniff.c | 257 sigaction(SIGINT, &sa, NULL);
|
/external/kernel-headers/original/asm-x86/ |
signal.h | 44 #define SIGINT 2
|
/system/core/sh/ |
main.c | 194 SIGINT, SIGQUIT, SIGHUP,
|
redir.c | 274 signal(SIGINT, SIG_IGN);
|
/development/simulator/app/ |
MyApp.cpp | 56 sigNum == SIGINT ? "SIGINT" : "???"); 96 * (Try to) catch SIGINT (Ctrl-C). 99 mPrefs.GetBool("trap-sigint", &trapInt); 101 printf("Sim: catching SIGINT\n"); 102 signal(SIGINT, SignalHandler);
|
/external/ipsec-tools/src/racoon/ |
session.c | 318 SIGINT, 450 case SIGINT:
|
/external/bluetooth/bluez/tools/ |
ciptool.c | 379 sigaction(SIGINT, &sa, NULL); 388 sigdelset(&sigs, SIGINT);
|
l2ping.c | 85 sigaction(SIGINT, &sa, NULL);
|
ppporc.c | 254 sigaction(SIGINT, &sa, NULL);
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 341 # SIGINT. And that agrees with the subprocess documentation. 343 - signal.SIGINT == self.returncode()): 367 - signal.SIGINT == self.returncode()):
|
chromium.py | 219 # SIGINT. And that agrees with the subprocess documentation. 221 - signal.SIGINT == self._proc.returncode):
|
/external/wpa_supplicant/ |
eloop.c | 330 fprintf(stderr, "eloop: could not process SIGINT or SIGTERM in two " 345 if ((sig == SIGINT || sig == SIGTERM) && !eloop.pending_terminate) { 417 int ret = eloop_register_signal(SIGINT, handler, user_data);
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop.c | 340 fprintf(stderr, "eloop: could not process SIGINT or SIGTERM in two " 355 if ((sig == SIGINT || sig == SIGTERM) && !eloop.pending_terminate) { 427 int ret = eloop_register_signal(SIGINT, handler, user_data);
|
/external/bluetooth/bluez/compat/ |
dun.c | 278 if (kill(pid, SIGINT) < 0)
|
hidd.c | 361 sigdelset(&sigs, SIGINT); 845 sigaction(SIGINT, &sa, NULL);
|
pand.c | 172 sigdelset(&sigs, SIGINT); 783 sigaction(SIGINT, &sa, NULL);
|
/external/bluetooth/bluez/test/ |
hstest.c | 226 sigaction(SIGINT, &sa, NULL);
|
/external/dbus/tools/ |
dbus-monitor.c | 268 /* we handle SIGINT so exit() is reached and flushes stdout */ 269 signal (SIGINT, sigint_handler);
|
/external/dropbear/ |
svr-main.c | 369 if (signal(SIGINT, sigintterm_handler) == SIG_ERR ||
|
/external/ipsec-tools/ |
main.c | 154 signal(SIGINT, terminate);
|
/external/quake/quake/src/QW/client/ |
gl_vidlinux.c | 194 signal(SIGINT, signal_handler);
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
osapi.c | 601 if(signal(SIGINT, SignalCB) == SIG_ERR)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rex.h | 19 #define SIGINT 2
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
osapi.c | 601 if(signal(SIGINT, SignalCB) == SIG_ERR)
|
/external/v8/src/ |
d8-posix.cc | 401 kill(pid, SIGINT); 514 kill(pid, SIGINT); // On timeout, kill the subprocess.
|