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

12345678

/macosx-10.10/JavaScriptCore-7600.1.17/JavaScriptCore.vcxproj/
H A Dcopy-files.cmd12 mkdir "%PublicHeadersDirectory%" 2>NUL
36 xcopy /y /d ..\API\%%f "%PublicHeadersDirectory%" >NUL
40 mkdir "%PrivateHeadersDirectory%" 2>NUL
61 xcopy /y /d ..\%%d\*.h "%PrivateHeadersDirectory%" >NUL
68 xcopy /y /d ..\%%d\* "%PrivateHeadersDirectory%" >NUL
72 xcopy /y "%DerivedSourcesDirectory%\InspectorJS.json" "%PrivateHeadersDirectory%" >NUL
73 xcopy /y "%DerivedSourcesDirectory%\InspectorJSTypeBuilders.h" "%PrivateHeadersDirectory%" >NUL
74 xcopy /y "%DerivedSourcesDirectory%\InspectorJSBackendDispatchers.h" "%PrivateHeadersDirectory%" >NUL
75 xcopy /y "%DerivedSourcesDirectory%\InspectorJSFrontendDispatchers.h" "%PrivateHeadersDirectory%" >NUL
76 xcopy /y "%DerivedSourcesDirectory%\InspectorJSBackendCommands.js" "%PrivateHeadersDirectory%" >NUL
[all...]
/macosx-10.10/ntp-92/libopts/
H A Dboolean.c62 if ((val != 0) || (*pz != NUL))
70 case NUL:
H A Dcook.c65 case NUL: /* NUL - end of input string */
91 *pz = NUL;
110 *pz = NUL;
177 *pzD = NUL; /* This is probably the end of the line */
243 case NUL:
H A Dtokenize.c50 case NUL: *ppSrc = NULL; return;
78 case NUL: *ppSrc = NULL; return;
86 case NUL: *ppSrc = NULL; return;
185 int max_token_ct = 1; /* allow for trailing NUL on string */
195 if (*str == NUL) {
212 if (*pz == NUL) goto found_nul;
214 } while (*pz != NUL);
266 case NUL:
276 * NUL terminate the last token and see if we have any more tokens.
278 *(pzDest++) = NUL;
[all...]
H A Dputshell.c47 if ((pzStr == NULL) || (*pzStr == NUL)) {
60 if (*pzStr == NUL)
84 if (*pzStr == NUL)
168 while (*pz != NUL) {
177 else if (ch == NUL) { pz--; goto name_done; }
275 || (pOD->optArg.argString[0] == NUL) )
303 case NUL: goto arg_done;
H A Dload.c7 * for options, either from a NUL-terminated string passed in or from an
133 if ( (*(pzD++) = *(pzS++)) == NUL)
146 case NUL:
154 if (pkgdatadir[0] == NUL)
211 case NUL:
281 *pzDir = NUL;
311 while ((*(pzD++) = *(pzS++)) != NUL) ;
317 *pzE = NUL;
357 *(pzEnd++) = NUL;
367 *(pzEnd++) = NUL;
[all...]
H A Dsort.c64 if (*pzArg != NUL)
101 if (*pzArg != NUL)
134 while (*pzArg != NUL) {
149 if (pzArg[1] != NUL)
163 if (pzArg[1] == NUL) {
237 case NUL:
249 if (pzArg[2] == NUL) {
/macosx-10.10/ntp-92/sntp/libopts/
H A Dboolean.c62 if ((val != 0) || (*pz != NUL))
70 case NUL:
H A Dcook.c65 case NUL: /* NUL - end of input string */
91 *pz = NUL;
110 *pz = NUL;
177 *pzD = NUL; /* This is probably the end of the line */
243 case NUL:
H A Dtokenize.c50 case NUL: *ppSrc = NULL; return;
78 case NUL: *ppSrc = NULL; return;
86 case NUL: *ppSrc = NULL; return;
185 int max_token_ct = 1; /* allow for trailing NUL on string */
195 if (*str == NUL) {
212 if (*pz == NUL) goto found_nul;
214 } while (*pz != NUL);
266 case NUL:
276 * NUL terminate the last token and see if we have any more tokens.
278 *(pzDest++) = NUL;
[all...]
H A Dputshell.c47 if ((pzStr == NULL) || (*pzStr == NUL)) {
60 if (*pzStr == NUL)
84 if (*pzStr == NUL)
168 while (*pz != NUL) {
177 else if (ch == NUL) { pz--; goto name_done; }
275 || (pOD->optArg.argString[0] == NUL) )
303 case NUL: goto arg_done;
H A Dload.c7 * for options, either from a NUL-terminated string passed in or from an
133 if ( (*(pzD++) = *(pzS++)) == NUL)
146 case NUL:
154 if (pkgdatadir[0] == NUL)
211 case NUL:
281 *pzDir = NUL;
311 while ((*(pzD++) = *(pzS++)) != NUL) ;
317 *pzE = NUL;
357 *(pzEnd++) = NUL;
367 *(pzEnd++) = NUL;
[all...]
H A Dsort.c64 if (*pzArg != NUL)
101 if (*pzArg != NUL)
134 while (*pzArg != NUL) {
149 if (pzArg[1] != NUL)
163 if (pzArg[1] == NUL) {
237 case NUL:
249 if (pzArg[2] == NUL) {
/macosx-10.10/ntp-92/libopts/compat/
H A Dstrchr.c34 } while (*(++s) != NUL);
/macosx-10.10/ntp-92/sntp/libopts/compat/
H A Dstrchr.c34 } while (*(++s) != NUL);
/macosx-10.10/WTF-7600.1.24/WTF.vcxproj/
H A Dcopy-files.cmd22 mkdir "%PrivateHeadersDirectory%\%%d" 2>NUL
23 xcopy /y /d ..\%%d\*.h "%PrivateHeadersDirectory%\%%d" >NUL
34 echo F | xcopy /y /d ..\%%f "%PrivateHeadersDirectory%\%%f" >NUL
42 if exist "%PrivateHeadersDirectory%" rmdir /s /q "%PrivateHeadersDirectory%" >NUL
/macosx-10.10/WebKit-7600.1.25/WebKit.vcxproj/WebKitExportGenerator/
H A DWebKitExportGeneratorPreBuild.cmd6 mkdir "%GeneratorDirectory%" 2>NUL
7 mkdir "%GeneratorDirectory%\DerivedSources" 2>NUL
/macosx-10.10/ntp-92/include/
H A Dascii.h41 #define NUL 0 macro
/macosx-10.10/WebKit-7600.1.25/WebKit.vcxproj/WebKit/
H A DWebKitPostBuild.cmd1 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebKit"
18 mkdir "%ResourcesDirectory%" 2>NUL
19 xcopy /y /d "%PROJECTDIR%\..\..\win\WebKit.resources\Info.plist" "%ResourcesDirectory%" >NUL
H A DWebKitPreBuild.cmd8 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\JavaScriptCore"
/macosx-10.10/vim-55/src/
H A Dmenu.c151 while (*arg != NUL && *arg != ' ')
157 if (*arg != NUL)
159 *arg++ = NUL;
210 if (*arg == NUL)
265 if (*map_to == NUL && !unmenu && enable == MAYBE)
270 else if (*map_to != NUL && (unmenu || enable != MAYBE))
477 if (*dname == NUL)
495 if (*next_name == NUL && menu->children != NULL)
501 if (*next_name != NUL && menu->children == NULL
535 if (*next_name == NUL
[all...]
H A Dcharset.c172 if (*p == '^' && p[1] != NUL)
187 if (*p == '-' && p[1] != NUL)
201 || !(*p == NUL || *p == ','))
360 while (*p != NUL)
390 *res = NUL;
392 while (*p != NUL)
452 GA_CHAR(len) = NUL;
454 buf[len] = NUL;
458 while (STR_CHAR(i) != NUL)
565 transchar_buf[i + 1] = NUL;
[all...]
H A Dversion.c770 if (*eap->arg == NUL)
842 if (*compiled_arch != NUL)
899 if (*compiled_user != NUL || *compiled_sys != NUL)
902 if (*compiled_user != NUL)
907 if (*compiled_sys != NUL)
1044 if (*default_vim_dir != NUL)
1050 if (*default_vimruntime_dir != NUL)
1060 if (*compiler_version != NUL)
1210 if (*p != NUL)
[all...]
/macosx-10.10/WebKit-7600.1.25/WebKit.vcxproj/Interfaces/
H A DInterfacesPreBuild.cmd8 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebKit\%PROJECTNAME%"
/macosx-10.10/efax-38/efax/
H A Defaxmsg.h13 NUL, SOH, STX, ETX, EOT, ENQ, ACK, BEL, BS, HT, LF, enumerator in enum:cchar

Completed in 121 milliseconds

12345678