Searched refs:mktemp_internal (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | mktemp.c | 47 mktemp_internal(char *path, int slen, int mode) in mktemp_internal() function 105 if (mktemp_internal(path, 0, MKTEMP_NAME) == -1) 123 return(mktemp_internal(path, 0, MKTEMP_FILE)); in mkstemp() 129 return(mktemp_internal(path, slen, MKTEMP_FILE)); in mkstemps() 137 error = mktemp_internal(path, 0, MKTEMP_DIR); in mkdtemp()
|