Searched refs:NUL (Results 1 – 19 of 19) sorted by relevance
3 if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin >NUL 2>NUL5 if "%APPVEYOR%" equ "True" rmdir /s /q C:\cygwin64 >NUL 2>NUL7 if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw >NUL 2>NUL9 if "%APPVEYOR%" equ "True" rmdir /s /q C:\mingw-w64 >NUL 2>NUL11 if "%APPVEYOR%" equ "True" rmdir /s /q C:\msys64 >NUL 2>NUL
44 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL45 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
31 …D_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL36 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL37 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL
128 @for %D in ($(BUILD_DIRS_SUB)) do @if not exist %D @mkdir %D > NUL129 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL135 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL136 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL137 @for %D in (_x $(SAPI_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL143 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL145 …LD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL157 …\*.manifest $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
2 ArrayObject/Iterator on array with NUL bytes
17 SET /A Depth=%2 + 0 2>NUL24 SET /A Bits=%3 + 0 2>NUL
12 Warning: Header may not contain NUL bytes in %s on line %d
2 Bug #60801 (strpbrk() mishandles NUL byte)
114 var_dump( strstr("/x0", "0") ); // Hexadecimal NUL
136 var_dump( strpos("/x0", "0") ); // Hexadecimal NUL
110 #define NUL '\0' macro254 prefix_char = NUL; in xbuf_format_converter()773 case NUL: in xbuf_format_converter()802 if (prefix_char != NUL) { in xbuf_format_converter()807 if (pad_char == '0' && prefix_char != NUL) { in xbuf_format_converter()
296 #define NUL '\0' macro646 prefix_char = NUL; in format_converter()1160 case NUL: in format_converter()1189 if (prefix_char != NUL) { in format_converter()1194 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
49 #define NUL '\0' macro
87 /* key is stored withOUT NUL88 val is stored WITH NUL */
124 #define NUL '\0' macro186 prefix_char = NUL; in format_converter()749 case NUL: in format_converter()778 if (prefix_char != NUL) { in format_converter()783 if (pad_char == '0' && prefix_char != NUL) { in format_converter()
2737 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */
2644 NUL character as backslash + 0 rather than backslash + NUL, because PCRE
9711 have a terminating NUL located at string + pmatch[0].rm_eo (there need9712 not actually be a NUL at that location), regardless of the value of
169 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),
Completed in 113 milliseconds