Searched refs:mkostemp (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/tests/stdio/ |
H A D | mkostemp_test.c | 56 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 D | mktemp.c | 76 mkostemp(char *path, int oflags) in mkostemp() function
|
H A D | Symbol.map | 156 mkostemp;
|
H A D | Makefile.inc | 85 mktemp.3 mkostemp.3 \
|
/freebsd/include/ |
H A D | stdlib.h | 305 int mkostemp(char *, int);
|
/freebsd/sys/contrib/openzfs/lib/libshare/ |
H A D | nfs.c | 105 int fd = mkostemp(tmpf->name, O_CLOEXEC); in nfs_init_tmpfile()
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_open.c | 401 if ((fd = mkostemp(path, O_CLOEXEC)) != -1) in tmp()
|
/freebsd/lib/libutil/ |
H A D | gr_util.c | 143 if ((tfd = mkostemp(tempname, 0)) == -1) in gr_tmp()
|
H A D | pw_util.c | 223 if ((tfd = mkostemp(tempname, 0)) == -1) in pw_tmp()
|
/freebsd/contrib/file/ |
H A D | configure.ac | 204 AC_CHECK_FUNCS(strndup mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale …
|
H A D | config.h.in | 134 /* Define to 1 if you have the 'mkostemp' function. */
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.c | 274 tmpfd = mkostemp(tmpfil, O_CLOEXEC); in main()
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_page.c | 866 if ((hashp->fp = mkostemp(path, O_CLOEXEC)) != -1) in open_temp()
|
/freebsd/tests/sys/file/ |
H A D | path_test.c | 810 fd = mkostemp(path, O_SHLOCK); in ATF_TC_BODY()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 1787 if ((fd = mkostemp(tfile, O_CLOEXEC)) == -1) in dtrace_program_link()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2291 fun:mkostemp=uninstrumented
|