Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dos390-syscalls.c390 char *ep, *cp; in mkdtemp() local
415 cp = ep - num_x; in mkdtemp()
417 *cp++ = tempchars[v % num_chars]; in mkdtemp()
H A Daix.c422 static char* uv__rawname(const char* cp, char (*dst)[FILENAME_MAX+1]) { in uv__rawname() argument
425 dp = rindex(cp, '/'); in uv__rawname()
429 snprintf(*dst, sizeof(*dst), "%.*s/r%s", (int) (dp - cp), cp, dp + 1); in uv__rawname()
/libuv/.github/workflows/
H A DCI-win.yml95 cp -av test/fixtures build/usr/test
96cp -av build/uv_run_tests_a.exe build/uv_run_tests.exe build/uv_run_tests_a_no_ext build/uv_run_te…
/libuv/
H A DMakefile.am142 cp test/run-tests$(EXEEXT) test/run-tests_no_ext
/libuv/src/win/
H A Dfs.c1180 WCHAR *cp, *ep; in fs__mktemp() local
1201 cp = ep - num_x; in fs__mktemp()
1203 *cp++ = tempchars[v % num_chars]; in fs__mktemp()

Completed in 23 milliseconds