Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c247 unsigned int attempts_min = 62 * 62 * 62; in __gen_tempname() local
251 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; in __gen_tempname()