Home
last modified time | relevance | path

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

12345678

/third_party/boost/libs/filesystem/example/test/
Dsetup.bat6 copy /y ..\tut1.cpp >nul
7 copy /y ..\tut2.cpp >nul
8 copy /y ..\tut3.cpp >nul
9 copy /y ..\tut4.cpp >nul
10 copy /y ..\tut5.cpp >nul
11 copy /y ..\path_info.cpp >nul
12 del *.exe 2>nul
13 del *.pdb 2>nul
/third_party/curl/projects/
Dbuild-openssl.bat417 del makefile 1>nul
515 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
518 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
522 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
528 copy /y out32dll.dbg\* "%OUTDIR%\DLL Debug" 1>nul
531 move out32dll.dbg "%OUTDIR%\DLL Debug" 1>nul
535 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug" 1>nul
546 copy /y out32\* "%OUTDIR%\LIB Release" 1>nul
549 move out32 "%OUTDIR%\LIB Release" 1>nul
553 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
[all …]
/third_party/libuv/test/
Drunner-win.c75 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/
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 …]
/third_party/python/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
/third_party/ninja/src/
Dmsvc_helper-win32.cc46 HANDLE nul = in Run() local
50 if (nul == INVALID_HANDLE_VALUE) in Run()
63 startup_info.hStdInput = nul; in Run()
75 if (!CloseHandle(nul) || in Run()
Dsubprocess-win32.cc83 HANDLE nul = in Start() local
87 if (nul == INVALID_HANDLE_VALUE) in Start()
95 startup_info.hStdInput = nul; in Start()
121 CloseHandle(nul); in Start()
147 CloseHandle(nul); in Start()
/third_party/boost/libs/math/test/
Dtest_gamma_hooks.hpp232 double ans, p, nul; in gamma_q_inv() local
235 nul = 0; in gamma_q_inv()
236 gamma_inc_inv (&x, &ans, &nul, &p, &y, &i); in gamma_q_inv()
249 double ans, p, nul; in gamma_p_inv() local
252 nul = 0; in gamma_p_inv()
253 gamma_inc_inv (&x, &ans, &nul, &y, &p, &i); in gamma_p_inv()
/third_party/node/
Dvcbuild.bat227 rmdir /Q /S "%~dp0%config%\%TARGET_NAME%" > nul 2> nul
432 rmdir /S /Q %TARGET_NAME% > nul 2> nul
433 mkdir %TARGET_NAME% > nul 2> nul
434 mkdir %TARGET_NAME%\node_modules > nul 2>nul
436 copy /Y node.exe %TARGET_NAME%\ > nul
438 copy /Y ..\LICENSE %TARGET_NAME%\ > nul
440 copy /Y ..\README.md %TARGET_NAME%\ > nul
442 copy /Y ..\CHANGELOG.md %TARGET_NAME%\ > nul
444 robocopy ..\deps\npm %TARGET_NAME%\node_modules\npm /e /xd test > nul
446 robocopy ..\deps\corepack %TARGET_NAME%\node_modules\corepack /e /xd test > nul
[all …]
/third_party/node/tools/msvs/
Dvswhere_usability_wrapper.cmd14 where vswhere 2> nul > nul
19 vswhere -prerelease > nul
Dfind_python.cmd8 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/python/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
/third_party/libuv/tools/
Dvswhere_usability_wrapper.cmd15 where vswhere 2> nul > nul
20 vswhere -prerelease > nul
/third_party/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()
/third_party/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 …]
/third_party/boost/libs/filesystem/tools/
Dbackup.bat13 mkdir %1\boost\filesystem 2>nul
14 mkdir %1\libs\filesystem 2>nul
/third_party/node/deps/npm/node_modules/wcwidth/
Dindex.js7 nul: 0, property
61 if (ucs === 0) return opts.nul
/third_party/python/Lib/venv/scripts/nt/
Dactivate.bat8 "%SystemRoot%\System32\chcp.com" 65001 > nul
32 "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
/third_party/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()
/third_party/boost/libs/xpressive/test/
Dtest_non_char.cpp18 null_regex_traits<int> nul; in test_static() local
19 basic_regex<int const *> rex = imbue(nul)(1 >> +((set= 2,3) | 4) >> 5); in test_static()
/third_party/boost/tools/build/src/engine/
Dconfig_toolset.bat99 ver > nul 2> nul
121 ver > nul 2> nul
143 ver > nul 2> nul
/third_party/zlib/msdos/
DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/third_party/icu/icu4c/source/data/rbnf/
Daf.txt20 "1: nul =%spellout-numbering=;",
33 "0: nul;",

12345678