/third_party/curl/projects/ |
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/ |
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()
|
/third_party/python/Tools/msi/ |
D | uploadrelease.bat | 32 if not defined PLINK where plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" … 33 if not defined PLINK where /R "%ProgramFiles(x86)%\PuTTY" plink > "%TEMP%\plink.loc" 2> nul && set … 34 if not defined PLINK where /R "%ProgramFiles%\PuTTY" plink > "%TEMP%\plink.loc" 2> nul && set /P PL… 35 if not defined PLINK where /R "%ProgramFiles(x86)%" plink > "%TEMP%\plink.loc" 2> nul && set /P PLI… 36 if not defined PLINK where /R "%ProgramFiles%" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= <… 40 if not defined PSCP where pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del… 41 if not defined PSCP where /R "%ProgramFiles(x86)%\PuTTY" pscp > "%TEMP%\pscp.loc" 2> nul && set /P … 42 if not defined PSCP where /R "%ProgramFiles%\PuTTY" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp=… 43 if not defined PSCP where /R "%ProgramFiles(x86)%" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= … 44 if not defined PSCP where /R "%ProgramFiles%" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%T… [all …]
|
/third_party/python/Doc/ |
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 45 where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%… 46 if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HT… 47 if not exist "%HTMLHELP%" where /R "%ProgramFiles%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHEL… 71 %SPHINXBUILD% >nul 2> nul 123 copy ..\Misc\NEWS "%PY_MISC_NEWS_DIR%\NEWS" > nul
|
/third_party/ninja/src/ |
D | msvc_helper-win32.cc | 48 HANDLE nul = in Run() local 52 if (nul == INVALID_HANDLE_VALUE) in Run() 65 startup_info.hStdInput = nul; in Run() 77 if (!CloseHandle(nul) || in Run()
|
D | subprocess-win32.cc | 85 HANDLE nul = in Start() local 89 if (nul == INVALID_HANDLE_VALUE) 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/ |
D | fields.rs | 22 pub struct Bar<T: ?Sized> { pub nul: (), pub inner: T } field 28 assert_fields!(m::Bar<str>: inner, nul); 29 assert_fields!(Baz<dyn Send>: inner, nul);
|
/third_party/node/ |
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 456 copy /Y ..\README.md %TARGET_NAME%\ > nul 458 copy /Y ..\CHANGELOG.md %TARGET_NAME%\ > nul 462 robocopy ..\deps\npm %TARGET_NAME%\node_modules\npm /e /xd test > nul 464 copy /Y ..\deps\npm\bin\npm %TARGET_NAME%\ > nul [all …]
|
/third_party/python/PCbuild/ |
D | find_msbuild.bat | 29 @where msbuild > "%TEMP%\msbuild.loc" 2> nul && set /P MSBUILD= < "%TEMP%\msbuild.loc" & del "%TEMP… 43 …LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32 >nul 2>nul 53 @pushd %MSBUILD% >nul 2>nul
|
/third_party/node/tools/msvs/ |
D | vswhere_usability_wrapper.cmd | 14 where vswhere 2> nul > nul 23 vswhere -prerelease > nul
|
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/ |
D | vswhere_usability_wrapper.cmd | 15 where vswhere 2> nul > nul 20 vswhere -prerelease > nul
|
/third_party/libuv/tools/ |
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/ |
D | 2-2.c | 161 char *nul = "NULL"; in main() local 170 stri = nul; in main() 176 strj = nul; in main()
|
D | 5-2.c | 161 char *nul = "NULL"; in main() local 169 stri = nul; in main()
|
/third_party/icu/icu4c/source/test/cintltst/ |
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() 740 s!=u_strstr(s, &nul) || in TestSurrogateSearching() [all …]
|
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, 0, &dollar, 1) || in TestVariableTopSetting() [all …]
|
/third_party/lzma/C/ |
D | warn_gcc.mak | 12 -Wformat-contains-nul \ 34 -Wformat-contains-nul \
|
/third_party/lzma/CPP/7zip/ |
D | warn_gcc.mak | 12 -Wformat-contains-nul \ 34 -Wformat-contains-nul \
|
/third_party/mesa3d/src/util/ |
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/node/deps/npm/node_modules/wcwidth/ |
D | index.js | 7 nul: 0, property 61 if (ucs === 0) return opts.nul
|
/third_party/python/Lib/venv/scripts/nt/ |
D | activate.bat | 8 "%SystemRoot%\System32\chcp.com" 65001 > nul 32 "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
|
/third_party/rust/crates/regex/regex-capi/src/ |
D | error.rs | 70 let nul = err.nul_position(); localVariable 72 CString::new(msg[0..nul].to_owned()).unwrap()
|
/third_party/curl/winbuild/ |
D | MakefileBuild.vc | 568 @-$(ZIP) -9 -q -r ..\$(CONFIG_NAME_LIB).zip .>nul 2<&1 590 …$(LIB_DIROBJ)\$(LIB_NAME_DLL) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL) $(DIRDIST)\bin\ /y >nul 2<&1 591 …IB_DIROBJ)\$(LIB_NAME_STATIC) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC) $(DIRDIST)\lib\ /y >nul 2<&1 592 …DIROBJ)\$(LIB_NAME_DLL_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL_DEBUG) $(DIRDIST)\bin\ /y >nul 2<&1 593 …)\$(LIB_NAME_STATIC_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC_DEBUG) $(DIRDIST)\lib\ /y >nul 2<&1 594 …$(LIB_DIROBJ)\$(LIB_NAME_IMP) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP) $(DIRDIST)\lib\ /y >nul 2<&1 595 …LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) $(DIRDIST)\lib >nul 2<&1 596 @-copy $(LIB_DIROBJ)\*.exp $(DIRDIST)\lib /y >nul 2<&1 597 @-copy $(LIB_DIROBJ)\*.pdb $(DIRDIST)\lib /y >nul 2<&1 598 @-copy ..\include\curl\*.h $(DIRDIST)\include\curl\ /y >nul 2<&1
|
/third_party/zlib/msdos/ |
D | Makefile.dj2 | 83 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH) 84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
|