Searched refs:end (Results 101 - 125 of 6376) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclGet.c49 char *end;
72 i = -((long)strtoul(p, &end, 0)); /* INTL: Tcl source. */
75 i = strtoul(p, &end, 0); /* INTL: Tcl source. */
78 i = strtoul(p, &end, 0); /* INTL: Tcl source. */
80 if (end == p) {
109 while ((*end != '\0') && isspace(UCHAR(*end))) { /* INTL: ISO space. */
110 end++;
112 if (*end != 0) {
151 char *end;
48 char *end; local
149 char *end; local
228 char *end; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duchriter.cpp82 && end == realThat.end;
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
98 if(pos < end) {
108 if(pos < end) {
117 pos = end;
129 } else if(position > end) {
130 pos = end;
134 if(pos < end) {
143 if (pos >= begin && pos < end) {
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dtoken.h39 void lower_case(const char *start, const char *end, string &result) const;
40 void upper_case(const char *start, const char *end, string &result) const;
41 void sortify(const char *start, const char *end, string &result) const;
42 int sortify_non_empty(const char *start, const char *end) const;
87 int get_token(const char **ptr, const char *end);
88 const token_info *lookup_token(const char *start, const char *end);
/macosx-10.10.1/objc4-646/test/
H A Dweak.h31 @end
36 @end
43 @end
55 @end
60 @end
67 @end
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dconv_time.c64 char *end; local
69 intval = longval = strtol(strval, &end, 10);
71 || (*end != 0 && end[1] != 0))
74 switch (*end ? *end : def_unit) {
/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Ddkcksum.c69 register u_short *start, *end; local
73 end = (u_short *)&lp->d_partitions[lp->d_npartitions];
74 while (start < end)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dlfind.c54 char *element, *end; local
56 end = (char *)base + *nmemb * size;
57 for (element = (char *)base; element < end; element += size)
/macosx-10.10.1/Heimdal-398.1.2/Sample/GSSSampleIOS/
H A DAppDelegate.h11 @end
/macosx-10.10.1/Heimdal-398.1.2/appl/GSSSimpleTest/GSSSimpleTest/
H A DAppDelegate.h14 @end
/macosx-10.10.1/Heimdal-398.1.2/tests/GSSTestApp/GSSTestAppIOS/
H A DAppDelegate.h15 @end
/macosx-10.10.1/OpenSSL098-52/
H A Dunit_tests.h21 @end
/macosx-10.10.1/Security-57031.1.35/Keychain/
H A DAppDelegate.h15 @end
/macosx-10.10.1/Security-57031.1.35/SharedWebCredentialViewService/
H A DSWCAppDelegate.h14 @end
/macosx-10.10.1/WebKit-7600.1.25/ios/DefaultDelegates/
H A DWebDefaultFormDelegate.h31 @end
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebIconDatabasePrivate.h63 @end
69 @end
H A DWebKitStatistics.h44 @end
H A DWebNSURLRequestExtras.h36 @end
44 @end
/macosx-10.10.1/WebKit-7600.1.25/mac/Storage/
H A DWebDatabaseManagerInternal.h39 @end
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebDocumentPrivate.h38 @end
45 @end
74 @end
78 @end
92 @end
95 @end
105 @end
114 @end
H A DWebPDFRepresentation.h37 @end
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DLegacyBundleForClass.mm33 @end \
39 @end
H A DWKFrameInfoInternal.h38 @end
H A DWKNavigationInternal.h37 @end
H A DWKTypeRefWrapper.mm37 @end
57 @end
H A DWKWindowFeaturesInternal.h38 @end

Completed in 2084 milliseconds

1234567891011>>