Home
last modified time | relevance | path

Searched refs:NUL (Results 1 - 25 of 32) sorted by relevance

12

/third_party/curl/projects/
H A Dchecksrc.bat81 perl --version <NUL 1>NUL 2>&1
118 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" -Wtool_hugehelp.c "%%i"
119 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" "%%i"
126 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" "%%i"
127 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake -Wcurl_config.h.in -Wcurl_config.h "%%i"
132 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
133 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
138 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
139 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.h.*" /b 2^>NUL') d
[all...]
/third_party/curl/
H A Dbuildconf.bat38 cd /d "%~0\.." 1>NUL 2>&1
46 groff --version <NUL 1>NUL 2>&1
48 nroff --version <NUL 1>NUL 2>&1
50 perl --version <NUL 1>NUL 2>&1
52 gzip --version <NUL 1>NUL 2>&1
109 copy /Y Makefile.dist Makefile 1>NUL
[all...]
/third_party/skia/infra/bots/
H A Drecipes.py189 with open(os.devnull, 'w') as NUL:
191 _git_check_call(['init', engine_path], stdout=NUL)
197 stdout=NUL,
198 stderr=NUL)
202 stdout=NUL,
203 stderr=NUL)
/third_party/gn/infra/
H A Drecipes.py193 with open(os.devnull, 'w') as NUL:
195 _git_check_call(['init', engine_path], stdout=NUL)
201 stdout=NUL,
202 stderr=NUL)
206 stdout=NUL)
/third_party/skia/third_party/externals/angle2/src/
H A Dcopy_compiler_dll.bat4 copy %2"\Redist\D3D\"%_arch%"\d3dcompiler_47.dll" %3 > NUL
9 copy /b %3\d3dcompiler_47.dll+,, %3\d3dcompiler_47.dll > NUL
/third_party/lame/misc/
H A Dlame4dos.bat29 for %%f in (%&) do (%thecmd% %@sfn[%%f]^(ren %@sfn[%%f].mp3 "%@lfn[%%f].mp_">NUL))
30 ren *.mp3.mp_ *.new.mp3 >& NUL
31 ren *.wav.mp_ *.mp3 >& NUL
/third_party/astc-encoder/Test/
H A Dmake.bat15 %SPHINXBUILD% >NUL 2>NUL
/third_party/protobuf/python/docs/
H A Dmake.bat15 %SPHINXBUILD% >NUL 2>NUL
/third_party/curl/lib/
H A DMakefile.mk282 DEL = -del 2>NUL /q /f $(subst /,\,$1)
283 COPY = -copy 2>NUL /y $(subst /,\,$1) $(subst /,\,$2)
284 MKDIR = -md 2>NUL $(subst /,\,$1)
285 RMDIR = -rd 2>NUL /q /s $(subst /,\,$1)
/third_party/pcre2/pcre2/
H A DRunTest.bat58 %pcre2test% -C linksize >NUL
60 %pcre2test% -C pcre2-8 >NUL
62 %pcre2test% -C pcre2-16 >NUL
64 %pcre2test% -C pcre2-32 >NUL
66 %pcre2test% -C unicode >NUL
68 %pcre2test% -C jit >NUL
70 %pcre2test% -C backslash-C >NUL
284 fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NUL
/third_party/mesa3d/src/glx/
H A Dglxextensions.c336 #define NUL '\0' macro
358 for (base = 0; server_string[base] != NUL; /* empty */ ) { in __glXProcessServerString()
362 && (server_string[base + len] != NUL); len++) { in __glXProcessServerString()
376 && (server_string[base] != NUL); base++) { in __glXProcessServerString()
/third_party/python/Lib/
H A Dtarfile.py79 NUL = b"\0" # the null character variable
166 return s[:length] + (length - len(s)) * NUL
210 s = bytes("%0*o" % (digits - 1, n), "ascii") + NUL
431 self.__write(self.name.encode("iso-8859-1", "replace") + NUL)
495 if not s or s == NUL:
500 if not s or s == NUL:
694 buf += NUL * length
1149 payload += (BLOCKSIZE - remainder) * NUL
1157 name = name.encode(encoding, errors) + NUL
1228 if buf.count(NUL)
[all...]
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.cpp46 case 0: return "&lt;NUL&gt;"; in getEscapeEntity()
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat58 del /q/f/s %TEMP_DIR% > NUL || goto :error
59 rmdir /q/s %TEMP_DIR% > NUL || goto :error
/third_party/python/Lib/curses/
H A Dascii.py3 NUL = 0x00 # ^@ variable
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs47 // assume it's a valid pointer to a NUL-terminated string.
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew.bat23 %JAVA_EXE% -version >NUL 2>&1
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
H A Dgradlew.bat23 %JAVA_EXE% -version >NUL 2>&1
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat23 %JAVA_EXE% -version >NUL 2>&1
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H A Dgradlew.bat23 %JAVA_EXE% -version >NUL 2>&1
/third_party/skia/third_party/externals/oboe/samples/
H A Dgradlew.bat23 %JAVA_EXE% -version >NUL 2>&1
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew.bat23 %JAVA_EXE% -version >NUL 2>&1
/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs824 "Print NUL byte after file names",
825 "Whenever a file name is printed, follow it with a NUL byte. \
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat39 %JAVA_EXE% -version >NUL 2>&1
/third_party/node/
H A Dvcbuild.bat353 fc .gyp_configure_stamp .tmp_gyp_configure_stamp >NUL 2>&1
357 del .tmp_gyp_configure_stamp 2> NUL
362 del .tmp_gyp_configure_stamp 2> NUL
363 del .gyp_configure_stamp 2> NUL
719 where make > NUL 2>&1 && make -v | findstr /C:"GNU Make" 1> NUL
721 where wsl > NUL 2>&1

Completed in 25 milliseconds

12