Searched refs:pfx (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dtempnam.c43 tempnam(const char *dir, const char *pfx) argument
51 if (!pfx)
52 pfx = "tmp.";
56 f[strlen(f) - 1] == '/' ? "" : "/", pfx);
68 f[strlen(f) - 1] == '/' ? "" : "/", pfx);
78 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx);
87 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx);

Completed in 75 milliseconds