/external/arm-trusted-firmware/tools/fiptool/ |
D | Makefile.msvc | 28 -@del /f /q $(OBJECTS) > nul 29 -@del /f /q $(FIPTOOLPATH)\*.pdb > nul 32 -@del /f /q $(OBJECTS) > nul 33 -@del /f /q $(FIPTOOLPATH)\*.pdb > nul 34 -@del /f /q $(FIPTOOL) > nul
|
/external/python/cpython3/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 …]
|
/external/curl/projects/ |
D | build-openssl.bat | 392 del makefile 1>nul 489 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul 492 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul 496 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul 502 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul 505 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul 509 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul 520 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul 523 move out32 "%OUTDIR%\LIB Release" 1>nul 527 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul [all …]
|
/external/python/cpython3/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
|
/external/python/cpython2/PCbuild/ |
D | find_msbuild.bat | 29 @msbuild /version > nul 2>&1 34 …LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32 >nul 2>nul 41 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\SxS\VS7" /v 15.0 /reg:32 >nul 2>nul
|
D | find_python.bat | 34 … @%HOST_PYTHON% -c "import sys; assert sys.version_info[:2] >= (3, 6)" >nul 2>nul && (set PYTHON="… 37 @py -3.6 -V >nul 2>&1 && (set PYTHON=py -3.6) && (set _Py_Python_Source=found with py.exe) && goto …
|
/external/python/cpython2/Doc/ |
D | make.bat | 13 %PYTHON% -c "import sphinx" > nul 2> nul 28 where /R ..\externals hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHELP= < "%TEMP%\hhc.loc" & del "%… 29 if not exist "%HTMLHELP%" where /R "%ProgramFiles(x86)%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HT… 30 if not exist "%HTMLHELP%" where /R "%ProgramFiles%" hhc > "%TEMP%\hhc.loc" 2> nul && set /P HTMLHEL… 54 %SPHINXBUILD% >nul 2> nul
|
/external/llvm-project/lldb/source/Host/windows/ |
D | Windows.cpp | 102 FILE *nul = fopen("nul", "w"); in vsnprintf() local 103 int bytes_written = ::vfprintf(nul, format, argptr); in vsnprintf() 104 fclose(nul); in vsnprintf()
|
/external/python/cpython3/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
|
D | find_python.bat | 37 …@%HOST_PYTHON% -Ec "import sys; assert sys.version_info[:2] >= (3, 6)" >nul 2>nul && (set PYTHON="… 40 @for %%p in (3.8 3.7 3.6) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Sour…
|
/external/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()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 716 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; in TestSurrogateSearching() local 725 first!=u_strchr(s, nul) || in TestSurrogateSearching() 726 first!=u_strchr32(s, nul) || in TestSurrogateSearching() 727 first!=u_memchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching() 728 first!=u_memchr32(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching() 729 first!=u_strrchr(s, nul) || in TestSurrogateSearching() 730 first!=u_strrchr32(s, nul) || in TestSurrogateSearching() 731 first!=u_memrchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching() 732 first!=u_memrchr32(s, nul, UPRV_LENGTHOF(s)) in TestSurrogateSearching() 739 s!=u_strstr(s, &nul) || in TestSurrogateSearching() [all …]
|
D | cmsccoll.c | 1719 static const UChar nul = 0; in TestVariableTopSetting() local 1734 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting() 1735 ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting() 1736 ucol_equal(coll, &nul, 0, °ree, 1) || in TestVariableTopSetting() 1737 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting() 1738 ucol_equal(coll, &nul, 0, &zero, 1) || in TestVariableTopSetting() 1747 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting() 1748 !ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting() 1749 ucol_equal(coll, &nul, 0, °ree, 1) || in TestVariableTopSetting() 1750 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting() [all …]
|
/external/libcups/notifier/ |
D | dbus.c | 221 const char *nul = ""; /* Empty string value */ in main() local 389 dbus_message_iter_append_string(&iter, &nul); in main() 406 dbus_message_iter_append_string(&iter, &nul); in main() 453 dbus_message_iter_append_string(&iter, &nul); in main() 533 dbus_message_iter_append_string(&iter, &nul); in main()
|
/external/python/cpython3/Lib/venv/scripts/nt/ |
D | activate.bat | 8 "%SystemRoot%\System32\chcp.com" 65001 > nul 31 "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
|
/external/mesa3d/src/util/ |
D | blob.c | 341 uint8_t *nul; in BLOB_READ_TYPE() local 352 nul = memchr(blob->current, 0, blob->end - blob->current); in BLOB_READ_TYPE() 354 if (nul == NULL) { in BLOB_READ_TYPE() 359 size = nul - blob->current + 1; in BLOB_READ_TYPE()
|
/external/llvm/unittests/Support/ |
D | ProgramTest.cpp | 190 StringRef nul("NUL"); in TEST_F() local 192 StringRef nul("/dev/null"); in TEST_F() local 194 const StringRef *redirects[] = { &nul, &nul, nullptr }; in TEST_F()
|
/external/rust/crates/libz-sys/src/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)
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-string-literal-with-embedded-nul.rst | 1 .. title:: clang-tidy - bugprone-string-literal-with-embedded-nul 3 bugprone-string-literal-with-embedded-nul
|
/external/icu/icu4c/source/data/rbnf/ |
D | af.txt | 20 "1: nul =%spellout-numbering=;", 33 "0: nul;",
|
/external/arm-trusted-firmware/plat/arm/board/arm_fpga/ |
D | fpga_bl31_setup.c | 161 char nul = 0; in fpga_prepare_dtb() local 192 &nul, 1); in fpga_prepare_dtb()
|
/external/curl/winbuild/ |
D | MakefileBuild.vc | 527 @-$(ZIP) -9 -q -r ..\$(CONFIG_NAME_LIB).zip .>nul 2<&1 547 …$(LIB_DIROBJ)\$(LIB_NAME_DLL) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL) $(DIRDIST)\bin\ /y >nul 2<&1 548 …IB_DIROBJ)\$(LIB_NAME_STATIC) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC) $(DIRDIST)\lib\ /y >nul 2<&1 549 …DIROBJ)\$(LIB_NAME_DLL_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL_DEBUG) $(DIRDIST)\bin\ /y >nul 2<&1 550 …)\$(LIB_NAME_STATIC_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC_DEBUG) $(DIRDIST)\lib\ /y >nul 2<&1 551 …$(LIB_DIROBJ)\$(LIB_NAME_IMP) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP) $(DIRDIST)\lib\ /y >nul 2<&1 552 …LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) $(DIRDIST)\lib >nul 2<&1 553 @-copy $(LIB_DIROBJ)\*.exp $(DIRDIST)\lib /y >nul 2<&1 554 @-copy $(LIB_DIROBJ)\*.pdb $(DIRDIST)\lib /y >nul 2<&1 555 @-copy ..\include\curl\*.h $(DIRDIST)\include\curl\ /y >nul 2<&1
|
/external/libcxx/ |
D | appveyor-reqs-install.cmd | 30 7z x cmake.zip -oC:\projects\deps > nul 42 7z x ninja.zip -oC:\projects\deps\ninja > nul
|
/external/llvm-project/libcxx/ |
D | appveyor-reqs-install.cmd | 30 7z x cmake.zip -oC:\projects\deps > nul 42 7z x ninja.zip -oC:\projects\deps\ninja > nul
|