Lines Matching refs:stat
41 atf_check -o match:'.* a' stat -Fn a
42 atf_check -o match:'.* b/' stat -Fn b
43 atf_check -o match:'.* c\*' stat -Fn c
44 atf_check -o match:'.* d@' stat -Fn d
45 atf_check -o match:'.* f\|' stat -Fn f
63 stat_out=stat.output
73 atf_check -o save:$stat_out stat -l $path
90 atf_check -o inline:"$(stat a | tr -d '\n')" stat -n a
91 atf_check -o inline:"$(stat a b | tr -d '\n')" stat -n a b
103 atf_check -s exit:1 stat -q nonexistent
104 atf_check -s exit:1 stat -q nonexistent
105 atf_check -o not-empty stat -q broken-link
106 atf_check -o not-empty stat -qL broken-link
118 atf_check -o not-empty stat -r a
150 eval $(stat -s $path)
169 stat -t '%s' -f '%a' foo
171 stat -t '%F %H:%M:%S' -f '%Sa' foo
178 stat -t "$date_format" "$@"
188 local devid=$(stat -f '%Hd,%Ld' $path)
189 local file_type_s=$(stat -f '%HT' $path)
190 local gid=$(stat -f '%5g' $path)
191 local groupname=$(stat -f '%8Sg' $path)
192 local inode=$(stat -f '%i' $path)
193 local mode=$(stat -f '%Mp%Lp' $path)
194 local mode_s=$(stat -f '%Sp' $path)
196 local nlink=$(stat -f '%l' $path)
197 local size_a=$(stat -f '%-11z' $path)
198 local uid=$(stat -f '%5u' $path)
199 local username=$(stat -f '%8Su' $path)
228 atf_check -o "inline:$(x_output $path)\n" stat -x $path