Home | History | Annotate | Download | only in fstat

Lines Matching refs:empty

51 		atf_check -o ignore -s exit:0 -e empty -x "fstat -p $pid"
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"