Home
last modified time | relevance | path

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

/third_party/mksh/
H A DBuild.sh513 tfn=
598 test_n "$tfn" || if test $legacy = 0; then
599 tfn=mksh
601 tfn=lksh
603 if test -d $tfn || test -d $tfn.exe; then
604 echo "$me: Error: ./$tfn is a directory!" >&2
607 rmf a.exe* a.out* conftest.c conftest.exe* *core core.* ${tfn}* *.bc *.dbg \
1978 rmf $tfn.s
1979 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn
[all...]
/third_party/node/src/
H A Dnode_i18n.cc306 TranscodeFunc tfn = &Transcode; in Transcode() local
311 tfn = &TranscodeToUcs2; in Transcode()
315 tfn = &TranscodeUcs2FromUtf8; in Transcode()
320 tfn = &Transcode; in Transcode()
323 tfn = &TranscodeUtf8FromUcs2; in Transcode()
326 tfn = &TranscodeFromUcs2; in Transcode()
334 result = tfn(env, EncodingName(fromEncoding), EncodingName(toEncoding), in Transcode()
/third_party/python/Lib/test/
H A Dtest_contextlib.py373 tfn = tempfile.mktemp()
376 with open(tfn, "w", encoding="utf-8") as f:
382 with open(tfn, "r", encoding="utf-8") as f:
388 os_helper.unlink(tfn)
H A Dtest_bytes.py1246 tfn = tempfile.mktemp()
1249 with open(tfn, "wb") as f:
1252 with open(tfn, "rb") as f:
1258 with open(tfn, "wb") as f:
1260 with open(tfn, "rb") as f:
1265 os.remove(tfn)

Completed in 8 milliseconds