Home | History | Annotate | Download | only in grep

Lines Matching refs:grep

36 	    'jot 10000 | grep 123'
48 atf_check -o file:"$(atf_get_srcdir)/d_binary.out" grep foobar test.file
62 atf_check -o file:"$(atf_get_srcdir)/d_recurse.out" -x "grep -r haddock recurse | sort"
76 atf_check -o file:"$(atf_get_srcdir)/d_recurse_noarg.out" -x "cd recurse && grep -r haddock | sort"
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"
121 # XXX: In an UTF-8 locale, GNU Grep treats '[' as a word character.
123 env LC_ALL="C.UTF-8" grep -w "array" "input"
133 # See usr.bin/grep/util.c, "Check for whole word match", which
134 # looks suspiciously wrong. And indeed, NetBSD grep does not
135 # survive this test. GNU Grep does.
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"
173 # See usr.bin/grep/util.c, "Check for whole word match", which
174 # looks suspiciously wrong. And indeed, NetBSD grep does not
175 # survive this test. GNU Grep does.
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
286 'jot 21 -1 1.00 | grep -f '"$(atf_get_srcdir)"'/d_file_exp.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