Home
last modified time | relevance | path

Searched refs:exstatus (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh25 local dflags exe exstatus pid retval status
27 exstatus=0
38 exstatus=1
43 exstatus=1
57 if [ $status -ne $exstatus ]; then
58 ERRMSG="dtrace exited with status ${status}, expected ${exstatus}"
71 expr "$TFILE" : 'err.*' >/dev/null && exstatus=1
76 if [ $status -ne $exstatus ]; then
77 ERRMSG="script exited with status ${status}, expected ${exstatus}"
/freebsd/tests/sys/file/
H A Dpath_test.c92 waitchild(pid_t child, int exstatus) in waitchild() argument
100 ATF_REQUIRE_MSG(WEXITSTATUS(status) == exstatus, in waitchild()
102 WEXITSTATUS(status), exstatus); in waitchild()