Searched refs:exstatus (Results 1 – 2 of 2) sorted by relevance
25 local dflags exe exstatus pid retval status27 exstatus=038 exstatus=143 exstatus=157 if [ $status -ne $exstatus ]; then58 ERRMSG="dtrace exited with status ${status}, expected ${exstatus}"71 expr "$TFILE" : 'err.*' >/dev/null && exstatus=176 if [ $status -ne $exstatus ]; then77 ERRMSG="script exited with status ${status}, expected ${exstatus}"
92 waitchild(pid_t child, int exstatus) in waitchild() argument100 ATF_REQUIRE_MSG(WEXITSTATUS(status) == exstatus, in waitchild()102 WEXITSTATUS(status), exstatus); in waitchild()