HomeSort by: relevance | last modified time | path
    Searched defs:hup_handler (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sliplogin/
sliplogin.c 111 __dead static void hup_handler(int);
185 hup_handler(int s) function in typeref:typename:void
333 (void)signal(SIGHUP, hup_handler);
334 (void)signal(SIGTERM, hup_handler);

Completed in 19 milliseconds