Lines Matching refs:stat
39 stat -f 'plain <%SN>' 'Ümläute'
42 stat -f 'right-aligned <%20SN>' 'Ümläute'
45 stat -f 'left-aligned <%-20SN>' 'Ümläute'
47 atf_check -s exit:1 -o ignore -e 'inline:stat: % SN: bad format\n' \
48 stat -f 'string-space <% SN>' 'Ümläute'
50 atf_check -s exit:1 -o ignore -e 'inline:stat: %+SN: bad format\n' \
51 stat -f 'string-plus <%+SN>' 'Ümläute'
53 atf_check -s exit:1 -o ignore -e 'inline:stat: %0SN: bad format\n' \
54 stat -f 'string-zero <%0SN>' 'Ümläute'
57 stat -f 'vis <%#SN>' 'Ümläute'
60 stat -f 'vis left-aligned <%#-30SN>' 'Ümläute'
63 stat -f 'vis right-aligned <%#30SN>' 'Ümläute'