Home | History | Annotate | Download | only in grep

Lines Matching refs:d_input

103 	    grep -w separated $(atf_get_srcdir)/d_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"
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"
297 egrep '\?|\*$$' "$(atf_get_srcdir)/d_input"
307 cp "$(atf_get_srcdir)/d_input" .
308 gzip d_input || atf_fail "gzip failed"
310 atf_check -o file:"$(atf_get_srcdir)/d_zgrep.out" zgrep -h line d_input.gz