Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/stdio/
H A Dmkostemp_test.c56 fd = mkostemp(tmpf, oflags); in test_one()
168 ATF_REQUIRE_MSG(mkostemp(tmpf, O_CREAT) == -1, in ATF_TC_BODY()
/freebsd/lib/libc/stdio/
H A Dmktemp.c76 mkostemp(char *path, int oflags) in mkostemp() function
H A DSymbol.map156 mkostemp;
H A DMakefile.inc85 mktemp.3 mkostemp.3 \
/freebsd/include/
H A Dstdlib.h305 int mkostemp(char *, int);
/freebsd/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c105 int fd = mkostemp(tmpf->name, O_CLOEXEC); in nfs_init_tmpfile()
/freebsd/lib/libc/db/btree/
H A Dbt_open.c401 if ((fd = mkostemp(path, O_CLOEXEC)) != -1) in tmp()
/freebsd/lib/libutil/
H A Dgr_util.c143 if ((tfd = mkostemp(tempname, 0)) == -1) in gr_tmp()
H A Dpw_util.c223 if ((tfd = mkostemp(tempname, 0)) == -1) in pw_tmp()
/freebsd/contrib/file/
H A Dconfigure.ac204 AC_CHECK_FUNCS(strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale …
H A Dconfig.h.in134 /* Define to 1 if you have the 'mkostemp' function. */
/freebsd/usr.sbin/edquota/
H A Dedquota.c274 tmpfd = mkostemp(tmpfil, O_CLOEXEC); in main()
/freebsd/lib/libc/db/hash/
H A Dhash_page.c866 if ((hashp->fp = mkostemp(path, O_CLOEXEC)) != -1) in open_temp()
/freebsd/tests/sys/file/
H A Dpath_test.c810 fd = mkostemp(path, O_SHLOCK); in ATF_TC_BODY()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1787 if ((fd = mkostemp(tfile, O_CLOEXEC)) == -1) in dtrace_program_link()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2291 fun:mkostemp=uninstrumented