Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds