Home
last modified time | relevance | path

Searched defs:mkstemp (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/crypto/heimdal/lib/roken/
HDmkstemp.c50 mkstemp(char *template) in mkstemp() function
HDroken.h.in623 #define mkstemp rk_mkstemp macro
/freebsd-head/crypto/openssh/openbsd-compat/
HDmktemp.c144 mkstemp(char *path) in mkstemp() function
HDopenbsd-compat.h152 #define mkstemp(x) _ssh_mkstemp(x) macro
/freebsd-head/lib/libc/stdio/
HDmktemp.c84 mkstemp(char *path) in mkstemp() function
/freebsd-head/contrib/kyua/utils/fs/
HDauto_cleaners.cpp229 fs::auto_file::mkstemp(const std::string& path_template) in mkstemp() function in fs::auto_file
HDoperations.cpp599 fs::mkstemp(const std::string& path_template) in mkstemp() function in fs
HDoperations_test.cpp555 ATF_TEST_CASE_BODY(mkstemp) in ATF_TEST_CASE_BODY() argument
/freebsd-head/contrib/sendmail/mail.local/
HDmail.local.c1914 mkstemp(path) in mkstemp() function
/freebsd-head/contrib/byacc/
HDmain.c716 #define mkstemp(s) my_mkstemp(s) macro