Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c135 int __path_search(char *tmpl, size_t tmpl_len, const char *dir,
155 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, in __path_search() argument
201 if (tmpl_len < dlen + 1 + plen + 6 + 1) in __path_search()