Searched refs:SIGINT (Results 1 - 25 of 128) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-init.h36 #define _DONT_BLOCK (_NEVER_BLOCK | sigmask(SIGINT))
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dlist_rqs.c43 sigaddset(&igmask, SIGINT);
45 func = signal(SIGINT, SIG_IGN);
84 (void) signal(SIGINT, func);
H A Dpager.c69 * handle SIGINT sensibly
116 (void) signal(SIGINT, SIG_DFL);
118 sigdelset(&mask, SIGINT);
H A Dlisten.c44 signal(SIGINT, listen_int_handler);
64 sigaddset(&igmask, SIGINT);
67 sig_int = signal(SIGINT, listen_int_handler);
123 (void) signal(SIGINT, sig_int);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dgtdbtool37 signal.signal(signal.SIGINT, signal.SIG_DFL)
H A Dgprinterdata37 signal.signal(signal.SIGINT, signal.SIG_DFL)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlogread.c96 signal(SIGINT, interrupted);
133 signal(SIGINT, SIG_IGN);
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dgetpass.c91 sigint = signal(SIGINT, SIG_IGN);
168 signal(SIGINT, sigint);
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dcdjpeg.c50 #ifdef SIGINT /* not all systems have SIGINT */
51 signal(SIGINT, signal_catcher);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dgetsmbpass.c110 CatchSignal(SIGINT, SIGNAL_CAST gotintr_sig);
168 CatchSignal(SIGINT, SIGNAL_CAST SIG_DFL);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dchild.c235 cleanup(SIGINT);
293 signalv = SIGINT;
296 signalv = SIGINT;
302 Killchildren( SIGINT );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dsignal.h5 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsignal.h28 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dsignal.h20 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsignal.h5 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsignal.h28 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dsignal.h20 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dsignal.h13 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsignal.h32 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dsignal.h32 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dsignal.h13 #define SIGINT 2 macro
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvdevice/linux/
H A Dupnp_tv_device_main.c185 sigaddset( &sigs_to_catch, SIGINT );
/asus-wl-520gu-7.0.1.45/src/router/igmpproxy/src/
H A Digmpproxy.c199 sigaction(SIGINT, &sa, NULL);
383 case SIGINT:
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dsignal.h25 #define SIGINT 2 /* Interrupt (ANSI). */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dsignal.h34 #define SIGINT 2 /* Interrupt (ANSI). */ macro

Completed in 184 milliseconds

123456