Searched refs:c2 (Results 276 - 300 of 664) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.c624 int c2; local
637 c2 = getc (fp2);
638 } while ( c1 != EOF && c2 != EOF && c1 == c2 );
643 if ( c1 == c2 )
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dmake-docfile.c984 char c1 = 0, c2 = 0;
994 c2 = c1;
1001 if (c2 != '"' || c1 != '\\')
1014 char c1 = 0, c2 = 0;
1053 c2 = c1;
1060 if (c2 != '"' || c1 != '\\')
1073 char c1 = 0, c2 = 0;
1110 c2 = c1;
1117 if (c2 != '"' || c1 != '\\')
979 char c1 = 0, c2 = 0; local
1009 char c1 = 0, c2 = 0; local
1068 char c1 = 0, c2 = 0; local
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok.c560 char c2 = *s2++; local
563 if ('a' <= c2 && c2 <= 'z')
564 c2 += 'A' - 'a';
565 if (c1 != c2)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregcoll.cpp107 LocalPointer<RuleBasedCollator> c2(new RuleBasedCollator(c1->getRules(), status));
114 if (!(c1->getRules() == c2->getRules()))
423 // was wrong, so I've change the code to use c1 and c2
428 RuleBasedCollator *c2 = (RuleBasedCollator *) en_us->clone(); local
429 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status);
430 CollationElementIterator *i2 = c2->createCollationElementIterator(test2);
435 delete c2;
1400 int32_t c1, c2, count = 0; local
1406 c2 = i2.next(status);
1408 if (c1 != c2)
[all...]
H A Dcollationtest.cpp388 UChar32 c2 = cpi.next(); local
389 if(c1 != c2) {
391 name, (long)c1, (long)c2, cpi.getIndex());
400 UChar32 c2 = cpi.previous(); local
401 if(c1 != c2) {
403 name, (long)c1, (long)c2, cpi.getIndex());
411 UChar32 c2 = cpi.next(); local
412 if(c1 != c2) {
414 name, (long)c1, (long)c2, cpi.getIndex());
423 UChar32 c2 local
[all...]
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.c1282 == static int samesets(register struct re_guts *g, int c1, int c2);
1285 samesets(g, c1, c2)
1288 int c2;
1294 register unsigned uc2 = (unsigned char)c2;
1313 register int c2; local
1324 for (c2 = c+1; c2 <= CHAR_MAX; c2++)
1325 if (cats[c2] == 0 && samesets(g, c, c2))
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dsend.c261 long c1, c2;
264 c2 = cmax_size_ever (qsys->uuconf_qcalled_local_size);
265 if (c1 > c2)
268 qdaemon->cmax_ever = c2;
1354 size_t c1, c2;
1375 c2 = strlen (z2);
1377 if (*pclen + c1 + c2 + 4 >= *pcalc)
1379 *pcalc += c1 + c2 + 100;
1399 memcpy (znew, z2, c2);
1400 znew += c2;
257 long c1, c2; local
1347 size_t c1, c2; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c.orig1903 struct ent *c2;
1924 * All of our comparisons will be of the c1 entry against the c2 one,
1929 c2 = *e2;
1933 c2 = *e1;
1938 if (c1->lm > c2->lm) {
1941 else if (c1->lm < c2->lm) {
1946 if (c1->size > c2->size) {
1949 else if (c1->size < c2->size) {
1956 c2->desc ? c2
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt60 8f:c2:d4:75:1a:d5:84:b9:b6:62:fc:89:ef:e4:97:
68 a5:15:a7:57:b6:52:c2:01:17:98:77:8f:8a:81:c6:
100 9b:de:3a:1c:ab:a9:97:7f:9b:eb:c2:8d:c2:6d:ec:dc:13:d3:
173 29:eb:de:f9:c2:40:f9:e8:56:c5:f0:2f:ec:f4:d9:ec:48:51:
216 fc:88:a3:f2:86:ce:ff:14:4f:24:1c:92:f9:c2:23:
228 28:6c:f4:a2:04:7a:8a:c2:76:24:b1:02:b4:df:28:f2:f7:f3:
278 26:3c:53:92:94:4c:ca:c2:85:b5:0d:f8:c3:57:bd:
281 46:56:2d:1d:82:ea:90:0c:0a:22:c2:89:50:8d:05:
319 92:65:21:83:13:55:71:eb:49:3c:7f:88:1a:c2
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcookie.c925 struct Cookie *c2 = *(struct Cookie **)p2; local
930 l2 = c2->path ? strlen(c2->path) : 0;
937 l2 = c2->domain ? strlen(c2->domain) : 0;
943 if(c1->name && c2->name)
944 return strcmp(c1->name, c2->name);
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dhkscs2001.h65 unsigned char c2 = s[1]; local
66 if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0xa1 && c2 < 0xff)) {
67 unsigned int i = 157 * (c1 - 0x80) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
H A Dhkscs2004.h84 unsigned char c2 = s[1]; local
85 if ((c2 >= 0x40 && c2 < 0x7f) || (c2 >= 0xa1 && c2 < 0xff)) {
86 unsigned int i = 157 * (c1 - 0x80) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
H A Dgb18030uni.h176 unsigned char c2 = s[1]; local
177 if (c2 >= 0x30 && c2 <= 0x39) {
184 unsigned int i = (((c1 - 0x81) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c1240 samesets(struct re_guts *g, int c1, int c2) argument
1246 unsigned uc2 = (uch)c2;
1262 int c2; local
1273 for (c2 = c+1; c2 <= CHAR_MAX; c2++)
1274 if (cats[c2] == 0 && samesets(g, c, c2))
1275 cats[c2] = cat;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcmds.c426 int c2 = FETCH_CHAR (PT_BYTE);
439 && c2 != '\n'
440 && ! (c2 == '\t'
425 int c2 = FETCH_CHAR (PT_BYTE); local
H A Dregex.c280 # define WORD_BOUNDARY_P(c1, c2) (0)
283 # define SAME_CHARSET_P(c1, c2) (1)
293 # define MAKE_CHAR(charset, c1, c2) (c1)
1786 #define BUF_PUSH_2(c1, c2) \
1790 *b++ = (unsigned char) (c2); \
1795 #define BUF_PUSH_3(c1, c2, c3) \
1799 *b++ = (unsigned char) (c2); \
3011 re_wchar_t c2 = MAKE_CHAR (charset, 0, 0);
3014 c2, c1);
5894 re_wchar_t c1, c2;
2992 re_wchar_t c2 = MAKE_CHAR (charset, 0, 0); local
5867 re_wchar_t c1, c2; local
5907 re_wchar_t c1, c2; local
5951 re_wchar_t c1, c2; local
5995 re_wchar_t c1, c2; local
6038 re_wchar_t c1, c2; local
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/grn/
H A Dmain.cpp206 char *c1 = inputline; /* c1, c2, and c3 will be used to */
207 char *c2 = inputline + 1; /* hunt for lines that begin with */ variable
321 if (*c1 == '.' && *c2 == 'G' && *c3 == 'S') {
495 done |= (*c1 == '.' && *c2 == 'G' && (*c3 == 'E' || flyback) &&
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_getch.c208 unsigned char c2 = 0; local
209 n = read(sp->_ifd, &c2, 1);
210 ch = c2;
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_comment.rb27 c2 = @comment.dup
28 c2.text = nil
30 refute_equal @comment, c2
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.str.c343 unsigned char c1, c2, l1 = 0, l2 = 0;
346 (c2 = (unsigned char)*str2) == *str2 &&
347 (l1 = tolower(c1)) == (l2 = tolower(c2)))); str1++, str2++)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duidna.cpp95 UChar c1,c2; local
106 c2 = s2[i];
109 if(c1!=c2) {
110 rc=(int32_t)toASCIILower(c1)-(int32_t)toASCIILower(c2);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c852 UCollator *c2 = NULL; local
872 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
878 sortKeyLen1 = ucol_getSortKey(c2, str1, -1, NULL, 0);
880 ucol_getSortKey(c2,str1,-1,sortKey1, sortKeyLen1+1);
881 ucol_sortKeyToString(c2, sortKey1, sortKeyStr1, sortKeyStrLen1);
884 sortKeyLen2 = ucol_getSortKey(c2, str2, -1, NULL, 0);
886 ucol_getSortKey(c2,str2,-1,sortKey2, sortKeyLen2+1);
888 ucol_sortKeyToString(c2, sortKey2, sortKeyStr2, sortKeyStrLen2);
892 result=ucol_strcoll(c2, str1, -1, str2, -1);
905 ucol_close(c2);
923 UCollator * c2; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ducbuf.c377 UChar32 c32,c1,c2; local
393 c2 = *(buf->currentPos);
432 }else if(c32!=c2 || (c32==0x0075 && c2==0x0075 && c1==0x005C) /* for \u0075 c2=0x0075 and c32==0x0075*/){
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dstunnel.pem79 59:04:c2:1e:a0:3f:92:1a:f4:9a:d1:ca:c1:9b:bb:
109 7d:e7:e4:d3:3e:5f:ca:20:84:aa:ff:9a:c2:b6:a9:48:93:1f:
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h67 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon7687

Completed in 311 milliseconds

<<11121314151617181920>>