Searched refs:mktemp_internal (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | mktemp.c | 70 mktemp_internal(char *path, int slen, int mode) in mktemp_internal() function 128 if (mktemp_internal(path, 0, MKTEMP_NAME) == -1) 146 return(mktemp_internal(path, 0, MKTEMP_FILE)); in mkstemp() 152 return(mktemp_internal(path, slen, MKTEMP_FILE)); in mkstemps() 160 error = mktemp_internal(path, 0, MKTEMP_DIR); in mkdtemp()
|