Home | History | Annotate | Download | only in fstat

Lines Matching refs:fstat

34 	atf_require_prog fstat
35 atf_set "descr" "Check that fstat(1) works"
51 atf_check -o ignore -s exit:0 -e empty -x "fstat -p $pid"
58 atf_require_prog fstat
59 atf_set "descr" "Check fstat(1) with invalid parameters"
64 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p -1"
65 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p -100"
66 atf_check -o empty -s exit:1 -e not-empty -x "fstat -p abcd"
67 atf_check -o empty -s exit:1 -e not-empty -x "fstat -u abcd"
68 atf_check -o empty -s exit:1 -e not-empty -x "fstat -u -100"