Searched defs:_mktemp (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmktemp.c105 char *_mktemp(char *);
108 _mktemp(char *path) function
121 return(_mktemp(path));

Completed in 56 milliseconds