Home
last modified time | relevance | path

Searched refs:nul (Results 1 - 25 of 59) sorted by relevance

123

/third_party/curl/projects/
H A Dbuild-openssl.bat409 del makefile 1>nul
507 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
510 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
514 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
520 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul
523 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul
527 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul
538 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
541 move out32 "%OUTDIR%\LIB Release" 1>nul
545 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
[all...]
/third_party/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()
[all...]
/third_party/python/Doc/
H A Dmake.bat13 %PYTHON% -c "import sphinx" > nul 2> nul
22 %PYTHON% -c "import python_docs_theme" > nul 2> nul
30 %PYTHON% -c "import blurb" > nul 2> nul
41 %PYTHON% -c "import sphinxlint" > nul 2> nul
57 where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%TEMP%\hhc.loc"
58 if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul
[all...]
/third_party/python/Tools/msi/
H A Duploadrelease.bat32 if not defined PLINK where plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
33 if not defined PLINK where /R "%ProgramFiles(x86)%\PuTTY" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
34 if not defined PLINK where /R "%ProgramFiles%\PuTTY" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
35 if not defined PLINK where /R "%ProgramFiles(x86)%" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
36 if not defined PLINK where /R "%ProgramFiles%" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
40 if not defined PSCP where pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del "%TEMP%\pscp.loc"
41 if not defined PSCP where /R "%ProgramFiles(x86)%\PuTTY" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del "%TEMP%\pscp.loc"
42 if not defined PSCP where /R "%ProgramFiles%\PuTTY" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del "%TEMP%\pscp.loc"
43 if not defined PSCP where /R "%ProgramFiles(x86)%" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del "%TEMP%\pscp.loc"
44 if not defined PSCP where /R "%ProgramFiles%" pscp > "%TEMP%\pscp.loc" 2> nul
[all...]
/third_party/ninja/src/
H A Dmsvc_helper-win32.cc48 HANDLE nul = in Run() local
52 if (nul == INVALID_HANDLE_VALUE) in Run()
53 Fatal("couldn't open nul"); in Run()
65 startup_info.hStdInput = nul; in Run()
77 if (!CloseHandle(nul) || in Run()
H A Dsubprocess-win32.cc85 HANDLE nul = in Start() local
89 if (nul == INVALID_HANDLE_VALUE) in Start()
90 Fatal("couldn't open nul"); in Start()
97 startup_info.hStdInput = nul; in Start()
123 CloseHandle(nul); in Start()
149 CloseHandle(nul); in Start()
/third_party/rust/crates/static-assertions-rs/tests/
H A Dfields.rs22 pub struct Bar<T: ?Sized> { pub nul: (), pub inner: T }
28 assert_fields!(m::Bar<str>: inner, nul);
29 assert_fields!(Baz<dyn Send>: inner, nul);
/third_party/node/
H A Dvcbuild.bat239 rmdir /Q /S "%~dp0%config%\%TARGET_NAME%" > nul 2> nul
448 rmdir /S /Q %TARGET_NAME% > nul 2> nul
449 mkdir %TARGET_NAME% > nul 2> nul
450 mkdir %TARGET_NAME%\node_modules > nul 2>nul
452 copy /Y node.exe %TARGET_NAME%\ > nul
454 copy /Y ..\LICENSE %TARGET_NAME%\ > nul
[all...]
/third_party/python/PCbuild/
H A Dfind_msbuild.bat29 @where msbuild > "%TEMP%\msbuild.loc" 2> nul && set /P MSBUILD= < "%TEMP%\msbuild.loc" & del "%TEMP%\msbuild.loc"
43 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32 >nul 2>nul
53 @pushd %MSBUILD% >nul 2>nul
H A Dfind_python.bat39 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" ("%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" -Ec "import sys; assert sys.version_info[:2] >= (3, 8)" >nul 2>nul) && (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") && (set _Py_Python_Source=found in externals directory) && goto :found || rmdir /Q /S "%_Py_EXTERNALS_DIR%\pythonx86"
42 @if NOT "%HOST_PYTHON%"=="" @%HOST_PYTHON% -Ec "import sys; assert sys.version_info[:2] >= (3, 9)" >nul 2>nul && (set PYTHON="%HOST_PYTHON%") && (set _Py_Python_Source=found as HOST_PYTHON) && goto :found
45 @for %%p in (3.10 3.9) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=found %%p with py.exe) && goto :found
/third_party/libuv/tools/
H A Dvswhere_usability_wrapper.cmd15 where vswhere 2> nul > nul
20 vswhere -prerelease > nul
/third_party/node/tools/msvs/
H A Dvswhere_usability_wrapper.cmd14 where vswhere 2> nul > nul
23 vswhere -prerelease > nul
H A Dfind_python.cmd8 for /f "delims=" %%a in ('where python.exe 2^> nul') do (
25 for /f "delims=" %%a in ('reg query "%~1\Python\PythonCore" /f * /k 2^> nul ^| findstr /r ^^HK') do (
38 for /f "skip=2 tokens=1* delims=)" %%a in ('reg query "%1\InstallPath" /ve /t REG_SZ 2^> nul') do (
/third_party/node/deps/uv/tools/
H A Dvswhere_usability_wrapper.cmd15 where vswhere 2> nul > nul
20 vswhere -prerelease > nul
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H A D2-2.c161 char *nul = "NULL"; in main() local
170 stri = nul; in main()
176 strj = nul; in main()
H A D5-2.c161 char *nul = "NULL"; in main() local
169 stri = nul; in main()
/third_party/lzma/C/
H A Dwarn_gcc.mak12 -Wformat-contains-nul \
34 -Wformat-contains-nul \
/third_party/python/Lib/venv/scripts/nt/
H A Dactivate.bat8 "%SystemRoot%\System32\chcp.com" 65001 > nul
32 "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c717 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; in TestSurrogateSearching() local
726 first!=u_strchr(s, nul) || in TestSurrogateSearching()
727 first!=u_strchr32(s, nul) || in TestSurrogateSearching()
728 first!=u_memchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
729 first!=u_memchr32(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
730 first!=u_strrchr(s, nul) || in TestSurrogateSearching()
731 first!=u_strrchr32(s, nul) || in TestSurrogateSearching()
732 first!=u_memrchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
733 first!=u_memrchr32(s, nul, UPRV_LENGTHOF(s)) in TestSurrogateSearching()
735 log_err("error: one of the u_str[|mem][r]chr[32](s, nul) doe in TestSurrogateSearching()
[all...]
H A Dcmsccoll.c1720 static const UChar nul = 0; in TestVariableTopSetting() local
1735 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1736 ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting()
1737 ucol_equal(coll, &nul, 0, &degree, 1) || in TestVariableTopSetting()
1738 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting()
1739 ucol_equal(coll, &nul, 0, &zero, 1) || in TestVariableTopSetting()
1748 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1749 !ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting()
1750 ucol_equal(coll, &nul, 0, &degree, 1) || in TestVariableTopSetting()
1751 ucol_equal(coll, &nul, in TestVariableTopSetting()
1830 static const UChar nul = 0; TestMaxVariable() local
[all...]
/third_party/node/deps/npm/node_modules/wcwidth/
H A Dindex.js7 nul: 0,
61 if (ucs === 0) return opts.nul
/third_party/mesa3d/src/util/
H A Dblob.c333 uint8_t *nul; in BLOB_READ_TYPE() local
344 nul = memchr(blob->current, 0, blob->end - blob->current); in BLOB_READ_TYPE()
346 if (nul == NULL) { in BLOB_READ_TYPE()
351 size = nul - blob->current + 1; in BLOB_READ_TYPE()
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Ddetect.mk84 COPY := >nul cmd.exe /c copy
86 COPY := >nul copy
/third_party/skia/third_party/externals/freetype/builds/dos/
H A Ddos-def.mk45 NO_OUTPUT = > nul
/third_party/skia/third_party/externals/freetype/builds/os2/
H A Dos2-def.mk45 NO_OUTPUT = 2> nul

Completed in 13 milliseconds

123