Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dtempname.c124 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, in __path_search() argument
130 if (!pfx || !pfx[0]) in __path_search()
132 pfx = "file"; in __path_search()
137 plen = strlen (pfx); in __path_search()
176 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int) dlen, dir, (int) plen, pfx); in __path_search()