Home
last modified time | relevance | path

Searched refs:tempchars (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/src/unix/
H A Dos390-syscalls.c386 static const char* tempchars = in mkdtemp() local
417 *cp++ = tempchars[v % num_chars]; in mkdtemp()
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.c386 static const char* tempchars = in mkdtemp() local
417 *cp++ = tempchars[v % num_chars]; in mkdtemp()
/third_party/libuv/src/win/
H A Dfs.c1176 static const WCHAR *tempchars = in fs__mktemp() local
1203 *cp++ = tempchars[v % num_chars]; in fs__mktemp()
/third_party/node/deps/uv/src/win/
H A Dfs.c1242 static const WCHAR *tempchars = in fs__mktemp() local
1269 *cp++ = tempchars[v % num_chars]; in fs__mktemp()

Completed in 10 milliseconds