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

  /src/usr.bin/patch/
util.c 289 static sig_t hupval, intval; local in function:set_signals
292 hupval = signal(SIGHUP, SIG_IGN);
293 if (hupval != SIG_IGN)
294 hupval = my_exit;
299 signal(SIGHUP, hupval);
util.c 289 static sig_t hupval, intval; local in function:set_signals
292 hupval = signal(SIGHUP, SIG_IGN);
293 if (hupval != SIG_IGN)
294 hupval = my_exit;
299 signal(SIGHUP, hupval);

Completed in 21 milliseconds