Searched refs:NUL (Results 1 – 25 of 98) sorted by relevance
1234
/external/curl/tests/data/ |
D | test35 | 26 HTTP POST binary data with embedded NUL 32 This is binary data with an embedded NUL byte 48 This is binary data with an embedded NUL byte
|
D | test545 | 53 This is test binary data with an embedded NUL
|
/external/curl/projects/ |
D | generate.bat | 39 cd /d "%~0\.." 1>NUL 2>&1 49 groff --version <NUL 1>NUL 2>&1 51 nroff --version <NUL 1>NUL 2>&1 53 perl --version <NUL 1>NUL 2>&1 55 gzip --version <NUL 1>NUL 2>&1 398 %ROFFCMD% ..\docs\curl.1 2>NUL | perl ..\src\mkhelp.pl ..\docs\MANUAL >> ..\src\tool_hugehelp.c 401 … %ROFFCMD% ..\docs\curl.1 2>NUL | perl ..\src\mkhelp.pl -c ..\docs\MANUAL >> ..\src\tool_hugehelp.c 419 findstr "/C:void hugehelp(void)" ..\src\tool_hugehelp.c 1>NUL 2>&1 431 copy /y ..\include\curl\curlbuild.h.dist ..\include\curl\curlbuild.h 1>NUL 480 echo %EXITCODE%|findstr /r "[^0-9\-]" 1>NUL 2>&1
|
/external/libopus/win32/ |
D | genversion.bat | 38 echo n | comp "%1_temp" "%1" > NUL 2> NUL
|
/external/bzip2/ |
D | libbz2.dsp | 46 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 47 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 72 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 73 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
|
/external/curl/winbuild/ |
D | MakefileBuild.vc | 374 @-erase /s *.dll 2> NUL 375 @-erase /s *.exp 2> NUL 376 @-erase /s *.idb 2> NUL 377 @-erase /s *.lib 2> NUL 378 @-erase /s *.obj 2> NUL 379 @-erase /s *.pch 2> NUL 380 @-erase /s *.pdb 2> NUL 381 @-erase /s *.res 2> NUL
|
/external/curl/src/ |
D | Makefile.vc6 | 538 @-erase $(PROGRAM_NAME) 2> NUL 539 @-erase $(RELEASE_OBJS) 2> NUL 540 @-erase $(DEBUG_OBJS) 2> NUL 541 @-erase *.idb 2> NUL 542 @-erase *.pdb 2> NUL 543 @-erase *.pch 2> NUL 544 @-erase *.ilk 2> NUL
|
D | Makefile.b32 | 40 RM = del 2>NUL 42 RMDIR = rd /q 2>NUL
|
D | Makefile.Watcom | 49 CP = copy 2>NUL 57 RD = rmdir /q /s 2>NUL
|
/external/curl/lib/ |
D | Makefile.vc6 | 514 @-erase /s *.dll 2> NUL 515 @-erase /s *.exp 2> NUL 516 @-erase /s *.idb 2> NUL 517 @-erase /s *.lib 2> NUL 518 @-erase /s *.obj 2> NUL 519 @-erase /s *.pch 2> NUL 520 @-erase /s *.pdb 2> NUL 521 @-erase /s *.res 2> NUL
|
D | Makefile.Watcom | 48 CP = copy 2>NUL 56 RD = rmdir /q /s 2>NUL
|
D | Makefile.b32 | 42 RM = del 2>NUL
|
/external/opencv3/samples/android/hello-android/ |
D | run.cmd | 13 VERIFY BADVALUE 2>NUL 26 (PUSHD "%ANDROID_SDK%" 2>NUL && POPD) || (ECHO. & ECHO Directory "%ANDROID_SDK%" specified by ANDRO…
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | domjs.test | 14 "description":"NUL in RCDATA and RAWTEXT", 78 "description":"--!NUL in comment ",
|
D | test2.test | 59 {"description":"Numeric entity representing the NUL character", 63 {"description":"Hexadecimal entity representing the NUL character",
|
/external/proguard/examples/dictionaries/ |
D | windows.txt | 37 NUL 38 NUL
|
/external/pcre/dist/ |
D | RunTest.bat | 50 %pcretest% -C linksize >NUL 52 %pcretest% -C pcre8 >NUL 54 %pcretest% -C pcre16 >NUL 56 %pcretest% -C pcre32 >NUL 58 %pcretest% -C utf >NUL 60 %pcretest% -C ucp >NUL 62 %pcretest% -C jit >NUL 281 fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NUL
|
D | pcre_stringpiece.h.in | 84 // typically a mistake to pass data() to a routine that expects a NUL 86 // this. Or better yet, change your routine so it does not rely on NUL
|
/external/llvm/test/Transforms/InstCombine/ |
D | sprintf-1.ll | 55 ; CHECK-NEXT: [[NUL:%[a-z0-9]+]] = getelementptr i8, i8* %dst, i32 1 56 ; CHECK-NEXT: store i8 0, i8* [[NUL]], align 1
|
/external/curl/docs/ |
D | KNOWN_BUGS | 204 16. FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 <user>, 207 string. From a strict FTP protocol standpoint, NUL is a valid character 210 embedded NUL characters. From a practical standpoint, most FTP servers 211 would not meaningfully support NUL characters within RFC 959 <string>, 212 anyway (e.g., Unix pathnames may not contain NUL).
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 315 #define NUL '\0' macro 337 for (base = 0; server_string[base] != NUL; /* empty */ ) { in __glXProcessServerString() 341 && (server_string[base + len] != NUL); len++) { in __glXProcessServerString() 355 && (server_string[base] != NUL); base++) { in __glXProcessServerString()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 876 /* This used to be an fputs(), but since the string might contain NUL's, 1314 * already have been incremented past the NUL character 1320 { /* This was really a NUL. */ 1327 /* Okay, we're now positioned to make the NUL 1342 /* Consume the NUL. */ 1564 /* yy_try_NUL_trans - try to make a transition on the NUL character 1632 * valid NUL; if not, then we've hit the end of the buffer. 1635 /* This was really a NUL. */ 1986 * @param yystr a NUL-terminated string to scan 1989 * @note If you want to scan bytes that may contain NUL values, then use
|
/external/zlib/src/doc/ |
D | txtvsbin.txt | 46 0 (NUL) to 6, 14 to 31. 71 control characters, especially 0 (NUL). Even though the older text
|
/external/testng/ |
D | gradlew.bat | 23 %JAVA_EXE% -version >NUL 2>&1
|
/external/vulkan-validation-layers/build-android/gradle-templates/ |
D | gradlew.bat | 23 %JAVA_EXE% -version >NUL 2>&1
|
1234