/third_party/curl/projects/ |
H A D | build-openssl.bat | 409 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 D | runner-win.c | 75 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 D | make.bat | 13 %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 D | uploadrelease.bat | 32 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 D | msvc_helper-win32.cc | 48 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 D | subprocess-win32.cc | 85 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 D | fields.rs | 22 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 D | vcbuild.bat | 239 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 D | find_msbuild.bat | 29 @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 D | find_python.bat | 39 @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 D | vswhere_usability_wrapper.cmd | 15 where vswhere 2> nul > nul 20 vswhere -prerelease > nul
|
/third_party/node/tools/msvs/ |
H A D | vswhere_usability_wrapper.cmd | 14 where vswhere 2> nul > nul 23 vswhere -prerelease > nul
|
H A D | find_python.cmd | 8 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 D | vswhere_usability_wrapper.cmd | 15 where vswhere 2> nul > nul 20 vswhere -prerelease > nul
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/ |
H A D | 2-2.c | 161 char *nul = "NULL"; in main() local 170 stri = nul; in main() 176 strj = nul; in main()
|
H A D | 5-2.c | 161 char *nul = "NULL"; in main() local 169 stri = nul; in main()
|
/third_party/lzma/C/ |
H A D | warn_gcc.mak | 12 -Wformat-contains-nul \
34 -Wformat-contains-nul \
|
/third_party/python/Lib/venv/scripts/nt/ |
H A D | activate.bat | 8 "%SystemRoot%\System32\chcp.com" 65001 > nul
32 "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | custrtst.c | 717 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 D | cmsccoll.c | 1720 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, °ree, 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, °ree, 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 D | index.js | 7 nul: 0, 61 if (ucs === 0) return opts.nul
|
/third_party/mesa3d/src/util/ |
H A D | blob.c | 333 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 D | detect.mk | 84 COPY := >nul cmd.exe /c copy 86 COPY := >nul copy
|
/third_party/skia/third_party/externals/freetype/builds/dos/ |
H A D | dos-def.mk | 45 NO_OUTPUT = > nul
|
/third_party/skia/third_party/externals/freetype/builds/os2/ |
H A D | os2-def.mk | 45 NO_OUTPUT = 2> nul
|