Lines Matching +full:1 +full:ac
9 # 1. Redistributions of source code must retain the above copyright
36 printf "ccc\n" > foo-ac
42 atf_check -o file:foo-ac cat split-ac
51 jot -ns "" -b "c" 12 > foo-ac
57 atf_check -o file:foo-ac cat split-ac
72 jot -ns "" -b "c" 4100 > foo-ac
77 atf_check -o file:foo-ac cat split-ac
85 echo "the lazy dog" > foo-ac
88 atf_check split -l 1 foo split-
91 atf_check -o file:foo-ac cat split-ac
95 atf_check -x 'split -l 1 - split- < foo'
98 atf_check -o file:foo-ac cat split-ac
100 # Finally, try with -l == 2; we should see a 2/1 split instead of the
101 # previous 1/1/1.
103 cat foo-ac > foo-ab-ng
121 # The historical split(1) implementation wouldn't grow its internal
122 # buffer, so we'd end up with 2/3 split- files being wrong with -l 1.
124 # a tiny fraction of the second line, and split-ac the third line.
126 # Recent split(1) instead grows the buffer until we can either fit the
131 jot -s "" -b "d" 1024 > foo-ac
134 atf_check split -l 1 foo split-
138 atf_check -o file:foo-ac cat split-ac
149 atf_check split -d -l 1 foo split-
163 len=$((${i##0} + 1))
169 atf_check split -a 3 -d -l 1 foo split-
187 ac: true
206 seq $((26*25+1)) >input
209 atf_check -o inline:"$((26*25+1))\n" cat xzaaa
223 seq $((26*25+1)) >input
226 atf_check -o inline:"$((26*25+1))\n" cat xzaaa
235 atf_check -s exit:1 -e ignore cat xab