Searched refs:pfx (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | tempnam.c | 45 tempnam(const char *dir, const char *pfx) in tempnam() argument 53 if (!pfx) in tempnam() 54 pfx = "tmp."; in tempnam() 58 f[strlen(f) - 1] == '/' ? "" : "/", pfx); in tempnam() 70 f[strlen(f) - 1] == '/' ? "" : "/", pfx); in tempnam() 80 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx); in tempnam() 89 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx); in tempnam()
|