Searched refs:tries (Results 1 – 4 of 4) sorted by relevance
391 unsigned int tries, i; in mkdtemp() local409 tries = TMP_MAX; in mkdtemp()427 } while (--tries); in mkdtemp()431 if (tries == 0) { in mkdtemp()
9 the output of that need and tries to be accurate. That said, the book may have
65 * Generally libuv tries to avoid compile time checks. Do not add any to the
1239 unsigned int tries, i; in fs__mktemp() local1252 tries = TMP_MAX; in fs__mktemp()1272 } while (--tries); in fs__mktemp()
Completed in 13 milliseconds