Searched refs:pfx (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | tempnam.c | 43 tempnam(const char *dir, const char *pfx) in tempnam() argument 51 if (!pfx) in tempnam() 52 pfx = "tmp."; in tempnam() 56 f[strlen(f) - 1] == '/' ? "" : "/", pfx); in tempnam() 68 f[strlen(f) - 1] == '/' ? "" : "/", pfx); in tempnam() 78 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx); in tempnam() 87 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx); in tempnam()
|