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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dtempnam.c12 char* tempnam(const char* dir, const char* pfx) { argument
21 if (!pfx)
22 pfx = "temp";
25 pl = strlen(pfx);
35 memcpy(s + dl + 1, pfx, pl);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmystring.c99 * prefix -- see if pfx is a prefix of string.
103 prefix(const char *string, const char *pfx) argument
105 while (*pfx) {
106 if (*pfx++ != *string++)
H A Dshow.c64 shtree(union node *n, int ind, char *pfx, FILE *fp) argument
72 indent(ind, pfx, fp);
240 indent(int amount, char *pfx, FILE *fp) argument
245 if (pfx && i == amount - 1)
246 fputs(pfx, fp);

Completed in 77 milliseconds