Home
last modified time | relevance | path

Searched refs:nul (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Drunner-win.c75 HANDLE nul = INVALID_HANDLE_VALUE; in process_start() local
106 nul = CreateFileA("nul", in process_start()
113 if (nul == INVALID_HANDLE_VALUE) in process_start()
116 if (!SetHandleInformation(nul, HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT)) in process_start()
147 si.hStdInput = nul; in process_start()
157 SetHandleInformation(nul, HANDLE_FLAG_INHERIT, 0); in process_start()
160 p->stdio_in = nul; in process_start()
170 if (nul != INVALID_HANDLE_VALUE) in process_start()
171 CloseHandle(nul); in process_start()
/libuv/tools/
H A Dvswhere_usability_wrapper.cmd15 where vswhere 2> nul > nul
20 vswhere -prerelease > nul
/libuv/src/win/
H A Dprocess-stdio.c218 HANDLE nul; in uv__stdio_create() local
222 err = uv__create_nul_handle(&nul, access); in uv__stdio_create()
226 memcpy(CHILD_STDIO_HANDLE(buffer, i), &nul, sizeof(HANDLE)); in uv__stdio_create()
/libuv/docs/src/
H A Dpipe.rst75 the leading nul byte but not the trailing nul byte.
105 the leading nul byte but not the trailing nul byte.
H A Dmisc.rst319 If `size` cannot accommodate the process title and terminating `nul`
781 hostname and terminating `nul` character.
/libuv/docs/
H A Dmake.bat51 %SPHINXBUILD% 2> nul

Completed in 11 milliseconds