Home
last modified time | relevance | path

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

123456

/external/arm-trusted-firmware/tools/fiptool/
DMakefile.msvc28 -@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/
Duploadrelease.bat32 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/
Dbuild-openssl.bat392 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/
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
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/
Dfind_msbuild.bat29 @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
Dfind_python.bat34 … @%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/
Dmake.bat13 %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/
DWindows.cpp102 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/
Dfind_msbuild.bat29 @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
Dfind_python.bat37 …@%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/
D2-2.c161 char *nul = "NULL"; in main() local
170 stri = nul; in main()
176 strj = nul; in main()
D5-2.c161 char *nul = "NULL"; in main() local
169 stri = nul; in main()
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c716 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 …]
Dcmsccoll.c1719 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, &degree, 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, &degree, 1) || in TestVariableTopSetting()
1750 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting()
[all …]
/external/libcups/notifier/
Ddbus.c221 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/
Dactivate.bat8 "%SystemRoot%\System32\chcp.com" 65001 > nul
31 "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
/external/mesa3d/src/util/
Dblob.c341 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/
DProgramTest.cpp190 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/
DMakefile.dj283 -@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/
Dbugprone-string-literal-with-embedded-nul.rst1 .. title:: clang-tidy - bugprone-string-literal-with-embedded-nul
3 bugprone-string-literal-with-embedded-nul
/external/icu/icu4c/source/data/rbnf/
Daf.txt20 "1: nul =%spellout-numbering=;",
33 "0: nul;",
/external/arm-trusted-firmware/plat/arm/board/arm_fpga/
Dfpga_bl31_setup.c161 char nul = 0; in fpga_prepare_dtb() local
192 &nul, 1); in fpga_prepare_dtb()
/external/curl/winbuild/
DMakefileBuild.vc527 @-$(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/
Dappveyor-reqs-install.cmd30 7z x cmake.zip -oC:\projects\deps > nul
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
/external/llvm-project/libcxx/
Dappveyor-reqs-install.cmd30 7z x cmake.zip -oC:\projects\deps > nul
42 7z x ninja.zip -oC:\projects\deps\ninja > nul

123456