OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_sigint_handler
(Results
1 - 4
of
4
) sorted by null
/external/curl/tests/server/
rtspd.c
224
static SIGHANDLER_T
old_sigint_handler
= SIG_ERR;
variable
278
if((
old_sigint_handler
= signal(SIGINT, exit_signal_handler)) == SIG_ERR)
314
if(SIG_ERR !=
old_sigint_handler
)
315
(void)signal(SIGINT,
old_sigint_handler
);
[
all
...]
sockfilt.c
170
static SIGHANDLER_T
old_sigint_handler
= SIG_ERR;
variable
224
if((
old_sigint_handler
= signal(SIGINT, exit_signal_handler)) == SIG_ERR)
260
if(SIG_ERR !=
old_sigint_handler
)
261
(void)signal(SIGINT,
old_sigint_handler
);
[
all
...]
tftpd.c
242
static SIGHANDLER_T
old_sigint_handler
= SIG_ERR;
variable
380
if((
old_sigint_handler
= signal(SIGINT, exit_signal_handler)) == SIG_ERR)
412
if(SIG_ERR !=
old_sigint_handler
)
413
(void)signal(SIGINT,
old_sigint_handler
);
[
all
...]
sws.c
229
static SIGHANDLER_T
old_sigint_handler
= SIG_ERR;
variable
283
if((
old_sigint_handler
= signal(SIGINT, exit_signal_handler)) == SIG_ERR)
319
if(SIG_ERR !=
old_sigint_handler
)
320
(void)signal(SIGINT,
old_sigint_handler
);
[
all
...]
Completed in 196 milliseconds