Lines Matching refs:grep
48 atf_check -o file:"$(atf_get_srcdir)/d_binary.out" grep foobar test.file
92 grep -r string test
103 grep -w separated $(atf_get_srcdir)/d_input
117 env LC_ALL=C grep "array" "input"
119 env LC_ALL=C grep -w "array" "input"
123 env LC_ALL="C.UTF-8" grep -w "array" "input"
141 env LC_ALL=C grep -w "begin" "input"
145 env LC_ALL=C grep -w "middle" "input"
149 env LC_ALL=C grep -w "end" "input"
153 env LC_ALL=C grep -w "be" "input"
157 env LC_ALL=C grep -w "mid" "input"
159 env LC_ALL=C grep -w "dle" "input"
163 env LC_ALL=C grep -w "nd" "input"
181 env LC_ALL="C.UTF-8" grep -w "begin" "input"
185 env LC_ALL="C.UTF-8" grep -w "middle" "input"
189 env LC_ALL="C.UTF-8" grep -w "end" "input"
193 env LC_ALL="C.UTF-8" grep -w "be" "input"
197 env LC_ALL="C.UTF-8" grep -w "mid" "input"
199 env LC_ALL="C.UTF-8" grep -w "dle" "input"
203 env LC_ALL="C.UTF-8" grep -w "nd" "input"
214 grep ^Front "$(atf_get_srcdir)/d_input"
217 grep ending$ "$(atf_get_srcdir)/d_input"
228 grep -i Upper "$(atf_get_srcdir)/d_input"
239 grep -v fish "$(atf_get_srcdir)/d_invert.in"
250 grep -x matchme "$(atf_get_srcdir)/d_input"
260 atf_check -s ne:0 grep "not a hope in hell" "$(atf_get_srcdir)/d_input"
272 atf_check -o file:d_context_a.out grep -C2 bamboo d_context_a.in
273 atf_check -o file:d_context_b.out grep -A3 tilt d_context_a.in
274 atf_check -o file:d_context_c.out grep -B4 Whig d_context_a.in
275 atf_check -o file:d_context_d.out grep -C1 pig d_context_a.in d_context_b.in
321 atf_check -s ne:0 grep -s foobar nonexistent
335 grep -z -A1 cod test1 test2
338 grep -z -B1 cod test1 test2
341 grep -z -C1 cod test1 test2
355 grep -Fvx -e _end -e __bss_end__ input
359 grep -Fvx -e __bss_end__ -e _end input