Lines Matching refs:output
7 CLEANFILES+=file1 file2 file3 file4 file5 output test-sock
16 ./unfdpass > output
17 cmp -s ${.CURDIR}/expected output
20 ./unfdpass -p > output
21 cmp -s ${.CURDIR}/expected output
24 ./unfdpass -q > output
25 cmp -s ${.CURDIR}/expected output
28 ./unfdpass -pq > output
29 cmp -s ${.CURDIR}/expected output
32 ./unfdpass -o > output
33 cmp -s ${.CURDIR}/expected_overflow output
36 ./unfdpass -op > output
37 cmp -s ${.CURDIR}/expected_overflow output
40 ./unfdpass -oq > output
41 cmp -s ${.CURDIR}/expected_overflow output
44 ./unfdpass -opq > output
45 cmp -s ${.CURDIR}/expected_overflow output
48 ./unfdpass -r > output
49 cmp -s ${.CURDIR}/expected_read output
52 ./unfdpass -rp > output
53 cmp -s ${.CURDIR}/expected_read output
56 ./unfdpass -rq > output
57 cmp -s ${.CURDIR}/expected_read output
60 ./unfdpass -rpq > output
61 cmp -s ${.CURDIR}/expected_read output