Searched refs:tcfn (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A DBuild.sh228 tcfn=no
315 test $tcfn = no && test -f a.out && tcfn=a.out
316 test $tcfn = no && test -f a.exe && tcfn=a.exe
317 test $tcfn = no && test -f conftest && tcfn=conftest
318 if test -f $tcfn; then
335 rmf conftest.c conftest.o ${tcfn}* vv.out
619 ccpr='|| for _f in ${tcfn}*; d
[all...]

Completed in 199 milliseconds