Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/posix/
Dsystem.c93 __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/
Dtst-signal1.c36 sigdelset (&ss, SIGINT); in tf()
161 kill (pid, SIGINT); in do_test()
177 if (WTERMSIG (status) != SIGINT) in do_test()
Dtst-signal2.c52 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()
Dtst-cancel4.c535 sigpause (sigmask (SIGINT)); in tf_sigpause()
/glibc-2.36/string/
Dtst-strsignal.c37 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/
Dsignum-generic.h48 #define SIGINT 2 /* Interactive attention signal. */ macro
/glibc-2.36/posix/
Dannexc.c693 if (WTERMSIG (status) == SIGINT || WTERMSIG (status) == SIGQUIT) in xsystem()
698 if (WEXITSTATUS (status) == SIGINT + 128 in xsystem()
/glibc-2.36/support/
Dsupport_test_main.c155 if (sig == SIGINT) in signal_handler()
456 signal (SIGINT, signal_handler); in support_test_main()
/glibc-2.36/sysdeps/arm/
Daeabi_lcsts.c70 eabi_constant (SIGINT);
/glibc-2.36/sysdeps/generic/
Dsiglist.h30 init_sig (SIGINT, "INT", N_("Interrupt"))
/glibc-2.36/signal/
Dtst-sigset.c21 VERIFY (set, SIGINT); in do_test()
Dtst-sigset2.c17 #define TEST_SIG SIGINT
/glibc-2.36/sysdeps/mach/hurd/
Dkill.c96 case SIGINT: in __kill()
/glibc-2.36/nptl/
Dperf.c451 sigdelset (&ss, SIGINT); in main()
/glibc-2.36/manual/
Dsignal.texi466 @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 …]
Djob.texi59 once. For example, typing @kbd{C-c} sends the signal @code{SIGINT} to
412 signal (SIGINT, SIG_IGN);
528 signal (SIGINT, SIG_DFL);
Dterminal.texi532 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/
Dnscd.c295 signal (SIGINT, termination_handler); in main()
/glibc-2.36/conform/data/
Dsignal.h-data65 macro-int-constant SIGINT {int} > 0
/glibc-2.36/hurd/
Dhurdsig.c1309 case SIGINT: in signal_allowed()
/glibc-2.36/ChangeLog.old/
DChangeLog.42043 handled like SIGINT et al.
DChangeLog.172571 Also handle SIGINT. In that case only do the cleanup and then
2573 (main): Install handler for SIGINT.
DChangeLog.1819505 SIGINT.
83454 (SIGINT): Likewise.
/glibc-2.36/po/
Dsv.po5428 msgstr "Avbruten (SIGINT)"
Dcs.po5459 msgstr "Přerušení (SIGINT)"