Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dos390-syscalls.c391 unsigned int tries, i; in mkdtemp() local
409 tries = TMP_MAX; in mkdtemp()
427 } while (--tries); in mkdtemp()
431 if (tries == 0) { in mkdtemp()
/libuv/docs/src/guide/
H A Dabout.rst9 the output of that need and tries to be accurate. That said, the book may have
/libuv/
H A DSUPPORTED_PLATFORMS.md65 * Generally libuv tries to avoid compile time checks. Do not add any to the
/libuv/src/win/
H A Dfs.c1239 unsigned int tries, i; in fs__mktemp() local
1252 tries = TMP_MAX; in fs__mktemp()
1272 } while (--tries); in fs__mktemp()

Completed in 13 milliseconds