Searched refs:exitonsig (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/time/
H A Dtime.c66 int exitonsig; local
140 exitonsig = WIFSIGNALED(status) ? WTERMSIG(status) : 0;
190 if (exitonsig) {
191 if (signal(exitonsig, SIG_DFL) == SIG_ERR)
197 kill(getpid(), exitonsig); local

Completed in 56 milliseconds