Searched refs:num_chars (Results 1 – 2 of 2) sorted by relevance
388 static const size_t num_chars = 62; in mkdtemp() local417 *cp++ = tempchars[v % num_chars]; in mkdtemp()418 v /= num_chars; in mkdtemp()
1236 static const size_t num_chars = 62; in fs__mktemp() local1261 *cp++ = tempchars[v % num_chars]; in fs__mktemp()1262 v /= num_chars; in fs__mktemp()
Completed in 11 milliseconds