OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGINT
(Results
1 - 25
of
542
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl2/xcvs/dist/src/
exithandle.c
28
#ifdef
SIGINT
29
(void) SIG_register (
SIGINT
, handler);
/src/external/apache2/llvm/dist/clang/utils/TestUtils/
pch-test.pl
29
} elsif (($code & 0xFF) ==
SIGINT
) {
37
} elsif (($code & 0xFF) ==
SIGINT
) {
44
} elsif (($code & 0xFF) ==
SIGINT
) {
/src/external/gpl2/groff/dist/src/utils/indxbib/
signal.c
61
signal(
SIGINT
, handle_fatal_signal);
76
signal(
SIGINT
, SIG_IGN);
/src/sys/compat/linux/arch/arm/
linux_sigarray.c
37
SIGINT
,
/src/sys/compat/linux/arch/m68k/
linux_sigarray.c
37
SIGINT
,
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
signal.d
45
enum
SIGINT
= 2; // Terminal interrupt character
68
enum
SIGINT
= 2; // Terminal interrupt character
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-signal.c
46
raise (
SIGINT
); /* first INT */
interrupt.c
26
signal (
SIGINT
, sigint_handler);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-signal.c
46
raise (
SIGINT
); /* first INT */
interrupt.c
26
signal (
SIGINT
, sigint_handler);
/src/lib/libc/stdlib/
system.c
78
if (sigaction(
SIGINT
, &sa, &intsa) == -1)
81
sigaction(
SIGINT
, &intsa, NULL);
88
sigaction(
SIGINT
, &intsa, NULL);
95
* default, except possibly
SIGINT
and SIGQUIT. These we have
98
* - If the caller had
SIGINT
or SIGQUIT at SIG_IGN, then we
108
sigaddset(&sigdefault,
SIGINT
);
136
out: sigaction(
SIGINT
, &intsa, NULL);
/src/lib/librumpuser/
rumpuser_sigtrans.c
29
#ifdef
SIGINT
30
case 2 : return
SIGINT
;
/src/external/gpl2/texinfo/dist/info/
signals.c
83
#if defined (
SIGINT
)
84
sigaddset (set,
SIGINT
);
147
#if defined (
SIGINT
)
148
set_termsig (
SIGINT
, &old_INT);
210
#if defined (
SIGINT
)
211
case
SIGINT
:
226
#if defined (
SIGINT
)
227
if (sig ==
SIGINT
)
229
#endif /*
SIGINT
*/
/src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-signal.c
62
#ifdef
SIGINT
63
{ "
SIGINT
",
SIGINT
, 2 },
/src/external/gpl3/gdb/dist/sim/common/
target-newlib-signal.c
62
#ifdef
SIGINT
63
{ "
SIGINT
",
SIGINT
, 2 },
/src/lib/libedit/
sig.h
50
_DO(
SIGINT
) \
/src/sys/compat/linux/arch/alpha/
linux_sigarray.c
37
SIGINT
,
/src/sys/compat/linux/arch/mips/
linux_sigarray.c
40
SIGINT
,
/src/sys/compat/linux/arch/powerpc/
linux_sigarray.c
37
SIGINT
,
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilDarwin.cpp
56
if (sigaction(
SIGINT
, &IgnoreSignalAction, &OldSigIntAction) == -1) {
57
Printf("Failed to ignore
SIGINT
\n");
64
(void)sigaction(
SIGINT
, &OldSigIntAction, NULL);
76
(void)sigaction(
SIGINT
, &OldSigIntAction, NULL);
93
(void)sigaddset(&DefaultSigSet,
SIGINT
);
141
if (sigaction(
SIGINT
, &OldSigIntAction, NULL) == -1) {
142
Printf("Failed to restore
SIGINT
handling\n");
/src/games/larn/
signal.c
44
signal(
SIGINT
, SIG_IGN);
52
signal(
SIGINT
, cntlc);
103
signal(
SIGINT
, cntlc);
/src/games/hangman/
main.c
79
signal(
SIGINT
, die);
/src/games/mille/
mille.c
101
signal(
SIGINT
, rub);
143
(void)signal(
SIGINT
, SIG_IGN);
146
(void)signal(
SIGINT
, rub);
156
(void)signal(
SIGINT
, SIG_IGN);
/src/external/bsd/less/dist/
signal.c
56
LSIGNAL(
SIGINT
, SIG_ACK);
58
LSIGNAL(
SIGINT
, u_interrupt);
157
(void) LSIGNAL(
SIGINT
, u_interrupt);
182
(void) LSIGNAL(
SIGINT
, SIG_DFL);
/src/external/gpl3/gdb.old/dist/gdbsupport/
block-signals.h
41
sigaddset (&mask,
SIGINT
);
Completed in 30 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sun Sep 27 00:26:35 UTC 2026