Searched refs:SIGINT (Results 1 – 25 of 25) sorted by relevance
/glibc-2.36/sysdeps/posix/ |
D | system.c | 93 __sigaction (SIGINT, args->intr, NULL); in cancel_handler() 121 __sigaction (SIGINT, &sa, &intr); in do_system() 133 __sigaddset(&reset, SIGINT); in do_system() 187 __sigaction (SIGINT, &intr, NULL); in do_system()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-signal1.c | 36 sigdelset (&ss, SIGINT); in tf() 161 kill (pid, SIGINT); in do_test() 177 if (WTERMSIG (status) != SIGINT) in do_test()
|
D | tst-signal2.c | 52 if (sig != SIGINT) in tf() 54 printf ("caught signal %d, expected %d (SIGINT)\n", sig, SIGINT); in tf() 167 kill (pid, SIGINT); in do_test()
|
D | tst-cancel4.c | 535 sigpause (sigmask (SIGINT)); in tf_sigpause()
|
/glibc-2.36/string/ |
D | tst-strsignal.c | 37 TEST_COMPARE_STRING (strsignal (SIGINT), "Interrupt"); in do_test() 50 TEST_COMPARE_STRING (strsignal (SIGINT), "Interrup\xc3\xa7\xc3\xa3\x6f"); in do_test()
|
/glibc-2.36/bits/ |
D | signum-generic.h | 48 #define SIGINT 2 /* Interactive attention signal. */ macro
|
/glibc-2.36/posix/ |
D | annexc.c | 693 if (WTERMSIG (status) == SIGINT || WTERMSIG (status) == SIGQUIT) in xsystem() 698 if (WEXITSTATUS (status) == SIGINT + 128 in xsystem()
|
/glibc-2.36/support/ |
D | support_test_main.c | 155 if (sig == SIGINT) in signal_handler() 456 signal (SIGINT, signal_handler); in support_test_main()
|
/glibc-2.36/sysdeps/arm/ |
D | aeabi_lcsts.c | 70 eabi_constant (SIGINT);
|
/glibc-2.36/sysdeps/generic/ |
D | siglist.h | 30 init_sig (SIGINT, "INT", N_("Interrupt"))
|
/glibc-2.36/signal/ |
D | tst-sigset.c | 21 VERIFY (set, SIGINT); in do_test()
|
D | tst-sigset2.c | 17 #define TEST_SIG SIGINT
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | kill.c | 96 case SIGINT: in __kill()
|
/glibc-2.36/nptl/ |
D | perf.c | 451 sigdelset (&ss, SIGINT); in main()
|
/glibc-2.36/manual/ |
D | signal.texi | 466 @deftypevr Macro int SIGINT 469 The @code{SIGINT} (``program interrupt'') signal is sent when the user 479 The @code{SIGQUIT} signal is similar to @code{SIGINT}, except that it's 990 user requests such as @code{SIGINT}, @code{SIGQUIT}, and @code{SIGTSTP} 1058 if (signal (SIGINT, termination_handler) == SIG_IGN) 1059 signal (SIGINT, SIG_IGN); 1252 sigaction (SIGINT, NULL, &old_action); 1254 sigaction (SIGINT, &new_action, NULL); 1275 action for @code{SIGINT} without changing that action. 1280 if (sigaction (SIGINT, NULL, &query_action) < 0) [all …]
|
D | job.texi | 59 once. For example, typing @kbd{C-c} sends the signal @code{SIGINT} to 412 signal (SIGINT, SIG_IGN); 528 signal (SIGINT, SIG_DFL);
|
D | terminal.texi | 532 clears the terminal input and output queues and raises a @code{SIGINT} 1149 @code{SIGINT} signal, and other signal-raising characters, may be 1325 The INTR (interrupt) character raises a @code{SIGINT} signal for all
|
/glibc-2.36/nscd/ |
D | nscd.c | 295 signal (SIGINT, termination_handler); in main()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 65 macro-int-constant SIGINT {int} > 0
|
/glibc-2.36/hurd/ |
D | hurdsig.c | 1309 case SIGINT: in signal_allowed()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 2043 handled like SIGINT et al.
|
D | ChangeLog.17 | 2571 Also handle SIGINT. In that case only do the cleanup and then 2573 (main): Install handler for SIGINT.
|
D | ChangeLog.18 | 19505 SIGINT. 83454 (SIGINT): Likewise.
|
/glibc-2.36/po/ |
D | sv.po | 5428 msgstr "Avbruten (SIGINT)"
|
D | cs.po | 5459 msgstr "Přerušení (SIGINT)"
|