Searched refs:mktemp_internal (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dmktemp.c47 mktemp_internal(char *path, int slen, int mode) function
105 if (mktemp_internal(path, 0, MKTEMP_NAME) == -1)
123 return(mktemp_internal(path, 0, MKTEMP_FILE));
129 return(mktemp_internal(path, slen, MKTEMP_FILE));
137 error = mktemp_internal(path, 0, MKTEMP_DIR);

Completed in 60 milliseconds