Lines Matching full:wc
15 # Size of wc's read buffer.
53 atf_check -o match:"^ +${l} +${w} +${c}\$" wc <"${file}"
54 atf_check -o match:"^ +${l}\$" wc -l <"${file}"
55 atf_check -o match:"^ +${w}\$" wc -w <"${file}"
56 atf_check -o match:"^ +${c}\$" wc -c <"${file}"
57 atf_check -o match:"^ +${m}\$" wc -m <"${file}"
58 atf_check -o match:"^ +${l} +${w} +${c} ${file}\$" wc "$file"
59 atf_check -o match:"^ +${l} ${file}\$" wc -l "$file"
60 atf_check -o match:"^ +${w} ${file}\$" wc -w "$file"
61 atf_check -o match:"^ +${c} ${file}\$" wc -c "$file"
62 atf_check -o match:"^ +${m} ${file}\$" wc -m "$file"
109 wc -m foo
122 atf_check -o match:"^ +$tvc +$tvcL foo" wc -cL foo
123 atf_check -o match:"^ +$tvc +$tvcL" wc -cL <foo
125 atf_check -o match:"^ +$tvm +$tvmL foo" wc -mL foo
126 atf_check -o match:"^ +$tvm +$tvmL" wc -mL <foo
199 wc foo bar
220 atf_check -s exit:1 -e match:"usage: wc" wc -\?