Home
last modified time | relevance | path

Searched refs:APPLY (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/regress/usr.bin/apply/
H A DMakefile3 APPLY?= /usr/bin/apply macro
20 ${APPLY} "echo %1 %1 %1 %1" `cat ${.CURDIR}/${*}.in` > ${*}.res
28 ! ${APPLY} "echo %1 %1 %1" \
33 ${APPLY} -0 -d who 1 2 3 4 5 > ${*}.res
39 ${APPLY} -2 -d cmp a1 b1 a2 b2 a3 b3 > ${*}.res
45 ${APPLY} -a "&" "echo &2 &1" hello world > ${*}.res
51 ${APPLY} -a " " -d "2to3 1" test.py > ${*}.res