HomeSort by relevance Sort by last modified time
    Searched refs:old_sigint_handler (Results 1 - 4 of 4) sorted by null

  /external/curl/tests/server/
rtspd.c 227 static SIGHANDLER_T old_sigint_handler = SIG_ERR; variable
284 old_sigint_handler = signal(SIGINT, exit_signal_handler);
285 if(old_sigint_handler == SIG_ERR)
323 if(SIG_ERR != old_sigint_handler)
324 (void)signal(SIGINT, old_sigint_handler);
    [all...]
sockfilt.c 173 static SIGHANDLER_T old_sigint_handler = SIG_ERR; variable
230 old_sigint_handler = signal(SIGINT, exit_signal_handler);
231 if(old_sigint_handler == SIG_ERR)
269 if(SIG_ERR != old_sigint_handler)
270 (void)signal(SIGINT, old_sigint_handler);
    [all...]
tftpd.c 242 static SIGHANDLER_T old_sigint_handler = SIG_ERR; variable
382 old_sigint_handler = signal(SIGINT, exit_signal_handler);
383 if(old_sigint_handler == SIG_ERR)
417 if(SIG_ERR != old_sigint_handler)
418 (void)signal(SIGINT, old_sigint_handler);
    [all...]
sws.c 237 static SIGHANDLER_T old_sigint_handler = SIG_ERR; variable
297 old_sigint_handler = signal(SIGINT, exit_signal_handler);
298 if(old_sigint_handler == SIG_ERR)
336 if(SIG_ERR != old_sigint_handler)
337 (void)signal(SIGINT, old_sigint_handler);
    [all...]

Completed in 750 milliseconds