Lines Matching refs:stat
42 atf_check -o match:'.* a' stat -Fn a
43 atf_check -o match:'.* b/' stat -Fn b
44 atf_check -o match:'.* c\*' stat -Fn c
45 atf_check -o match:'.* d@' stat -Fn d
46 atf_check -o match:'.* f\|' stat -Fn f
64 stat_out=stat.output
74 atf_check -o save:$stat_out stat -l $path
91 atf_check -o inline:"$(stat a | tr -d '\n')" stat -n a
92 atf_check -o inline:"$(stat a b | tr -d '\n')" stat -n a b
104 atf_check -s exit:1 stat -q nonexistent
105 atf_check -s exit:1 stat -q nonexistent
106 atf_check -o not-empty stat -q broken-link
107 atf_check -o not-empty stat -qL broken-link
119 atf_check -o not-empty stat -r a
151 eval $(stat -s $path)
170 stat -t '%s' -f '%a' foo
172 stat -t '%F %H:%M:%S' -f '%Sa' foo
179 stat -t "$date_format" "$@"
189 local devid=$(stat -f '%Hd,%Ld' $path)
190 local file_type_s=$(stat -f '%HT' $path)
191 local gid=$(stat -f '%5g' $path)
192 local groupname=$(stat -f '%8Sg' $path)
193 local inode=$(stat -f '%i' $path)
194 local mode=$(stat -f '%Mp%Lp' $path)
195 local mode_s=$(stat -f '%Sp' $path)
197 local nlink=$(stat -f '%l' $path)
198 local size_a=$(stat -f '%-11z' $path)
199 local uid=$(stat -f '%5u' $path)
200 local username=$(stat -f '%8Su' $path)
229 atf_check -o "inline:$(x_output $path)\n" stat -x $path