Searched refs:tmpfile (Results 76 - 81 of 81) sorted by relevance

1234

/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c845 .tmpfile = zpl_tmpfile,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1884 TSAN_INTERCEPTOR(void*, tmpfile, int fake) {
1885 SCOPED_TSAN_INTERCEPTOR(tmpfile, fake);
1886 void *res = REAL(tmpfile)(fake);
2974 TSAN_INTERCEPT(tmpfile);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/
H A DMakefile.am38 # find functional/ ! -type d ! -name .gitignore ! -name .dirstamp ! -name '*.Po' ! -name '*.in' ! -name '*.c' | grep -Fe /simd -e /tmpfile | sort | sed 's/^/\t/;$!s/$/ \\/'
39 # find functional/ ! -type d ! -name .gitignore ! -name .dirstamp ! -name '*.Po' ! -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile | sort | sed 's/^/\t/;$!s/$/ \\/'
40 # find functional/ ! -type d ! -name .gitignore ! -name .dirstamp ! -name '*.Po' -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile | sort | sed 's/^/\t/;$!s/$/ \\/'
42 # simd and tmpfile are Linux-only and not installed elsewhere
61 $(find_common) ! -name '*.in' ! -name '*.c' | grep -Fe /simd -e /tmpfile | sort | sed 's/^/\t/;$$!s/$$/ \\/' >> Makefile.am
65 $(find_common) ! -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile | sort | sed 's/^/\t/;$$!s/$$/ \\/' >> Makefile.am
68 $(find_common) -executable ! -name '*.in' ! -name '*.c' | grep -vFe /simd -e /tmpfile | sort | sed 's/^/\t/;$$!s/$$/ \\/' >> Makefile.am
82 functional/tmpfile/cleanup.ksh \
83 functional/tmpfile/setup.ksh
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp137 FILE *file = llvm::sys::RetryAfterSignal(nullptr, ::tmpfile);
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1850 FILE *ofp = tmpfile();
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp11847 // Windows's implementation of std::tmpfile is terrible (it tries
11963 m_file = std::tmpfile();

Completed in 239 milliseconds

1234