Home | History | Annotate | Download | only in src

Lines Matching refs:tfn

496 tfn=
516 tfn=$i
584 test -z "$tfn" && if test $legacy = 0; then
585 tfn=mksh
587 tfn=lksh
589 if test -d $tfn || test -d $tfn.exe; then
590 echo "$me: Error: ./$tfn is a directory!" >&2
593 rmf a.exe* a.out* conftest.c conftest.exe* *core core.* ${tfn}* *.bc *.dbg \
1871 rmf $tfn.s
1872 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1873 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
1879 rmf $tfn.s
1880 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
1881 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
2351 mkshexe=$tfn.exe
2355 mkshexe=$tfn
2486 echo "rm -f $tfn.s" >>Rebuild.sh
2487 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh
2488 lobjs=$tfn.s
2581 rmf $tfn.s
2582 v "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s"
2596 $e "# $i -c -s -o root -g bin -m 555 $tfn /bin/$tfn"
2598 $e "# grep -x /bin/$tfn /etc/shells >/dev/null || echo /bin/$tfn >>/etc/shells"