Home
last modified time | relevance | path

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

12345

/external/curl/projects/
Dbuild-openssl.bat248 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
251 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
254 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul
257 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul
261 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
262 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul
281 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
284 move out32 "%OUTDIR%\LIB Release" 1>nul
287 copy /y out32dll\* "%OUTDIR%\DLL Release" 1>nul
290 move out32dll "%OUTDIR%\DLL Release" 1>nul
[all …]
/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/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
122 copy ..\Misc\NEWS "%PY_MISC_NEWS_DIR%\NEWS" > nul
/external/python/cpython3/PCbuild/
Dfind_msbuild.bat29 @where msbuild > "%TEMP%\msbuild.loc" 2> nul && set /P MSBUILD= < "%TEMP%\msbuild.loc" & del "%TEMP…
43 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\SxS\VS7" /v 15.0 /reg:32 >nul 2>nul
50 …LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /reg:32 >nul 2>nul
60 @pushd %MSBUILD% >nul 2>nul
Dfind_python.bat34 …@%HOST_PYTHON% -Ec "import sys; assert sys.version_info[:2] >= (3, 6)" >nul 2>nul && (set PYTHON="…
37 @for %%p in (3.7 3.6) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=f…
/external/scapy/doc/scapy/
DBuildDoc.bat13 del /F /Q /S _build >nul 2>&1
16 mkdir _build >nul 2>&1
18 mkdir html doctrees pickle >nul 2>&1
/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/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.c712 static const UChar a=0x61, b=0x62, lead=0xd801, trail=0xdc02, nul=0; in TestSurrogateSearching() local
721 first!=u_strchr(s, nul) || in TestSurrogateSearching()
722 first!=u_strchr32(s, nul) || in TestSurrogateSearching()
723 first!=u_memchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
724 first!=u_memchr32(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
725 first!=u_strrchr(s, nul) || in TestSurrogateSearching()
726 first!=u_strrchr32(s, nul) || in TestSurrogateSearching()
727 first!=u_memrchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
728 first!=u_memrchr32(s, nul, UPRV_LENGTHOF(s)) in TestSurrogateSearching()
735 s!=u_strstr(s, &nul) || in TestSurrogateSearching()
[all …]
Dcmsccoll.c1717 static const UChar nul = 0; in TestVariableTopSetting() local
1732 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1733 ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting()
1734 ucol_equal(coll, &nul, 0, &degree, 1) || in TestVariableTopSetting()
1735 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting()
1736 ucol_equal(coll, &nul, 0, &zero, 1) || in TestVariableTopSetting()
1745 !ucol_equal(coll, &nul, 0, &space, 1) || in TestVariableTopSetting()
1746 !ucol_equal(coll, &nul, 0, &dot, 1) || in TestVariableTopSetting()
1747 ucol_equal(coll, &nul, 0, &degree, 1) || in TestVariableTopSetting()
1748 ucol_equal(coll, &nul, 0, &dollar, 1) || in TestVariableTopSetting()
[all …]
/external/mesa3d/src/compiler/
Dblob.c357 uint8_t *nul; in blob_read_string() local
368 nul = memchr(blob->current, 0, blob->end - blob->current); in blob_read_string()
370 if (nul == NULL) { in blob_read_string()
375 size = nul - blob->current + 1; in blob_read_string()
/external/python/cpython3/Lib/venv/scripts/nt/
Dactivate.bat8 "%SystemRoot%\System32\chcp.com" 65001 > nul
43 "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DProgramTest.cpp181 StringRef nul("NUL"); in TEST_F() local
183 StringRef nul("/dev/null"); in TEST_F() local
185 Optional<StringRef> redirects[] = { nul, nul, None }; in TEST_F()
/external/curl/winbuild/
DMakefileBuild.vc509 @-$(ZIP) -9 -q -r ..\$(CONFIG_NAME_LIB).zip .>nul 2<&1
529 …$(LIB_DIROBJ)\$(LIB_NAME_DLL) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL) $(DIRDIST)\bin\ /y >nul 2<&1
530 …IB_DIROBJ)\$(LIB_NAME_STATIC) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC) $(DIRDIST)\lib\ /y >nul 2<&1
531 …DIROBJ)\$(LIB_NAME_DLL_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL_DEBUG) $(DIRDIST)\bin\ /y >nul 2<&1
532 …)\$(LIB_NAME_STATIC_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC_DEBUG) $(DIRDIST)\lib\ /y >nul 2<&1
533 …$(LIB_DIROBJ)\$(LIB_NAME_IMP) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP) $(DIRDIST)\lib\ /y >nul 2<&1
534 …LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) $(DIRDIST)\lib >nul 2<&1
535 @-copy $(LIB_DIROBJ)\*.exp $(DIRDIST)\lib /y >nul 2<&1
536 @-copy $(LIB_DIROBJ)\*.pdb $(DIRDIST)\lib /y >nul 2<&1
537 @-copy ..\include\curl\*.h $(DIRDIST)\include\curl\ /y >nul 2<&1
/external/zlib/src/msdos/
DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/external/icu/icu4c/source/data/rbnf/
Daf.txt19 "1: nul =%spellout-numbering=;",
32 "0: nul;",
/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/python/cpython2/Tools/nuget/
Dbuild.bat28 @%PYTHON% -c "" >nul 2>nul
/external/grpc-grpc/test/core/json/corpus/
Dcfff4e9d08cba81b663dd1999710008342851e191 nul*:
/external/freetype/builds/dos/
Ddos-def.mk42 NO_OUTPUT = > nul
/external/freetype/builds/os2/
Dos2-def.mk41 NO_OUTPUT = 2> nul

12345