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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmktemp.c113 char *_mktemp(char *);
116 _mktemp(char *path) function
129 return(_mktemp(path));

Completed in 32 milliseconds