Searched refs:try_tempname_len (Results 1 – 1 of 1) sorted by relevance
/sysdeps/posix/ |
A D | tempname.c | 170 static int try_tempname_len (char *, int, void *, int (*) (char *, void *), 230 return try_tempname_len (tmpl, suffixlen, &flags, tryfunc[kind], in gen_tempname_len() 238 try_tempname_len (char *tmpl, int suffixlen, void *args, in try_tempname_len() function 343 return try_tempname_len (tmpl, suffixlen, args, tryfunc, 6); in try_tempname()
|
Completed in 3 milliseconds