HomeSort by: relevance | last modified time | path
    Searched refs:d_input (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/usr.bin/uniq/
t_uniq.sh 51 $(atf_get_srcdir)/d_input.in
63 $(atf_get_srcdir)/d_input.in
75 $(atf_get_srcdir)/d_input.in
86 atf_check -o empty uniq -d -s 2 $(atf_get_srcdir)/d_input.in
Makefile 12 FILES+= d_input.in
  /src/tests/usr.bin/grep/
Makefile 29 FILES+= d_input
t_grep.sh 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.g
    [all...]
  /src/tests/usr.bin/sdiff/
t_sdiff.sh 103 cp $(atf_get_srcdir)/d_input* .

Completed in 16 milliseconds