Searched refs:c2 (Results 1 - 13 of 13) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstrverscmp.c67 unsigned char c1, c2; local
101 c2 = *p2++;
105 while ((diff = c1 - c2) == 0 && c1 != '\0')
109 c2 = *p2++;
113 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))];
H A Dmbrtowc.c148 unsigned char c2 = (unsigned char) p[1]; local
150 if ((c2 ^ 0x80) < 0x40
151 && (c >= 0xe1 || c2 >= 0xa0)
152 && (c != 0xed || c2 < 0xa0))
162 unsigned char c2 = (unsigned char) p[1]; local
164 if ((c2 ^ 0x80) < 0x40
165 && (c >= 0xf1 || c2 >= 0x90)
166 && (c < 0xf4 || (c == 0xf4 && c2 < 0x90)))
202 unsigned char c2 = (unsigned char) p[1]; local
204 if (c2 >
256 unsigned char c2 = (unsigned char) p[1]; local
[all...]
H A Dregcomp.c1800 unsigned char c2;
1807 c2 = re_string_peek_byte_case (input, 1);
1808 token->opr.c = c2;
1819 token->word_char = IS_WORD_CHAR (c2) != 0;
1821 switch (c2)
1832 token->opr.idx = c2 - '1';
2037 unsigned char c2;
2039 c2 = re_string_peek_byte (input, 0);
2040 token->opr.c = c2;
2046 unsigned char c2;
1792 unsigned char c2; local
2029 unsigned char c2; local
2038 unsigned char c2; local
[all...]
/ndk/sources/host-tools/sed-4.2.1/
H A Dautoboot416 *.[ch]) c1='/* '; c2=' */';;
417 *.texi) c1='@c '; c2= ;;
418 *.m4|*/Make*|Make*) c1='# ' ; c2= ;;
419 *) c1= ; c2= ;;
442 echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" &&
443 echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" &&
H A Dconfigure12444 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
20112 int_least16_t c2 = INT16_C (0x7fff);
/ndk/sources/host-tools/nawk-20071023/
H A Dlib.c540 void bcheck2(int n, int c1, int c2) argument
543 fprintf(stderr, "\tmissing %c\n", c2);
545 fprintf(stderr, "\t%d missing %c's\n", n, c2);
547 fprintf(stderr, "\textra %c\n", c2);
549 fprintf(stderr, "\t%d extra %c's\n", -n, c2);
H A Db.c290 int i, c, c2; local
306 c2 = *p++;
307 if (c2 == '\\')
308 c2 = quoted((char **) &p);
309 if (c > c2) { /* empty; ignore */
314 while (c < c2) {
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregcomp.c1232 samesets(struct re_guts *g, int c1, int c2) argument
1238 unsigned uc2 = (uch)c2;
1254 int c2; local
1265 for (c2 = c+1; c2 <= CHAR_MAX; c2++)
1266 if (cats[c2] == 0 && samesets(g, c, c2))
1267 cats[c2] = cat;
/ndk/sources/host-tools/make-3.81/config/
H A Dconfig.sub457 convex-c2)
458 basic_machine=c2-convex
H A Dconfig.guess717 else echo c2-convex-bsd
1431 c2*)
1434 else echo c2-convex-bsd
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dconfig.sub489 convex-c2)
490 basic_machine=c2-convex
H A Dconfig.guess734 else echo c2-convex-bsd
1469 c2*)
1472 else echo c2-convex-bsd
H A Dtexinfo.tex8173 \gdef^^c2{\^A}
8293 \gdef^^c2{\^A}

Completed in 850 milliseconds