OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_sighup_handler
(Results
1 - 4
of
4
) sorted by null
/external/curl/tests/server/
rtspd.c
212
static SIGHANDLER_T
old_sighup_handler
= SIG_ERR;
variable
263
if((
old_sighup_handler
= signal(SIGHUP, SIG_IGN)) == SIG_ERR)
302
if(SIG_ERR !=
old_sighup_handler
)
303
(void)signal(SIGHUP,
old_sighup_handler
);
[
all
...]
sockfilt.c
155
static SIGHANDLER_T
old_sighup_handler
= SIG_ERR;
variable
206
if((
old_sighup_handler
= signal(SIGHUP, SIG_IGN)) == SIG_ERR)
245
if(SIG_ERR !=
old_sighup_handler
)
246
(void)signal(SIGHUP,
old_sighup_handler
);
[
all
...]
tftpd.c
234
static SIGHANDLER_T
old_sighup_handler
= SIG_ERR;
variable
370
if((
old_sighup_handler
= signal(SIGHUP, SIG_IGN)) == SIG_ERR)
404
if(SIG_ERR !=
old_sighup_handler
)
405
(void)signal(SIGHUP,
old_sighup_handler
);
[
all
...]
sws.c
217
static SIGHANDLER_T
old_sighup_handler
= SIG_ERR;
variable
268
if((
old_sighup_handler
= signal(SIGHUP, SIG_IGN)) == SIG_ERR)
307
if(SIG_ERR !=
old_sighup_handler
)
308
(void)signal(SIGHUP,
old_sighup_handler
);
[
all
...]
Completed in 72 milliseconds