HomeSort by: relevance | last modified time | path
    Searched defs:c2 (Results 1 - 25 of 375) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/common/lib/libc/string/
consttime_memequal.c 21 const unsigned char *c1 = b1, *c2 = b2; local
25 res |= *c1++ ^ *c2++;
bcmp.c 89 const unsigned char *c1, *c2; local
109 c2 = (const unsigned char *)b2;
112 c2 = (const unsigned char *)s2;
117 if (*c1++ != *c2++)
memcmp.c 89 const unsigned char *c1, *c2; local
111 c2 = (const unsigned char *)b2;
114 c2 = (const unsigned char *)s2;
119 if (*c1++ != *c2++)
120 return *--c1 - *--c2;
  /src/distrib/utils/libhack/
strcasecmp.c 16 unsigned char c1, c2; local
20 c2 = *s2++;
23 if (c2 >= 'A' && c2 <= 'Z')
24 c2 += 'a' - 'A';
25 } while (c1 == c2 && c1 != 0 && c2 != 0);
27 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
var-tag-2.cc 22 enum E2 {a2, b2, c2} E2; enumerator in enum:E2
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
var-tag-2.cc 22 enum E2 {a2, b2, c2} E2; enumerator in enum:E2
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
c-strcasecmp.c 32 unsigned char c1, c2; local
40 c2 = c_tolower (*p2);
48 while (c1 == c2);
51 return c1 - c2;
56 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
c-strncasecmp.c 32 unsigned char c1, c2; local
40 c2 = c_tolower (*p2);
48 while (c1 == c2);
51 return c1 - c2;
56 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
c-strcasecmp.c 32 unsigned char c1, c2; local
40 c2 = c_tolower (*p2);
48 while (c1 == c2);
51 return c1 - c2;
56 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
c-strncasecmp.c 32 unsigned char c1, c2; local
40 c2 = c_tolower (*p2);
48 while (c1 == c2);
51 return c1 - c2;
56 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
c-strcasecmp.c 32 unsigned char c1, c2; local
40 c2 = c_tolower (*p2);
48 while (c1 == c2);
51 return c1 - c2;
56 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
c-strncasecmp.c 32 unsigned char c1, c2; local
40 c2 = c_tolower (*p2);
48 while (c1 == c2);
51 return c1 - c2;
56 return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0);
  /src/external/gpl3/gdb/dist/gnulib/import/
mbrtowc-impl-utf8.h 40 unsigned char c2 = (unsigned char) p[1]; variable
42 if ((c2 ^ 0x80) < 0x40)
46 | (unsigned int) (c2 ^ 0x80);
58 unsigned char c2 = (unsigned char) p[1]; variable
60 if ((c2 ^ 0x80) < 0x40
61 && (c >= 0xe1 || c2 >= 0xa0)
62 && (c != 0xed || c2 < 0xa0))
74 | ((unsigned int) (c2 ^ 0x80) << 6)
95 unsigned char c2 = (unsigned char) p[1]; variable
97 if ((c2 ^ 0x80) < 0x4
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbrtowc-impl-utf8.h 40 unsigned char c2 = (unsigned char) p[1]; variable
42 if ((c2 ^ 0x80) < 0x40)
46 | (unsigned int) (c2 ^ 0x80);
58 unsigned char c2 = (unsigned char) p[1]; variable
60 if ((c2 ^ 0x80) < 0x40
61 && (c >= 0xe1 || c2 >= 0xa0)
62 && (c != 0xed || c2 < 0xa0))
74 | ((unsigned int) (c2 ^ 0x80) << 6)
95 unsigned char c2 = (unsigned char) p[1]; variable
97 if ((c2 ^ 0x80) < 0x4
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
strncasecmp.c 42 unsigned char c1, c2; local
50 c2 = TOLOWER (*p2);
58 while (c1 == c2);
60 return c1 - c2;
strcasecmp.c 84 unsigned char c1, c2; local
89 c2 = TOLOWER (*p2);
97 while (c1 == c2);
99 return c1 - c2;
  /src/games/sail/
dr_5.c 74 int c1, c2, c3; local
89 c2 = (men%100)/10 ? crew[1] : 0;
93 c1 = c2 = c3 = 0;
94 return(c1 + c2 + c3);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
fnmatch.c 147 char c, c2; local
165 && (c2 = *(pattern+1)) != EOS && c2 != ']') {
167 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
168 c2 = *pattern++;
169 if (c2 == EOS)
171 if (c <= test && test <= c2)
  /src/external/gpl2/diffutils/dist/lib/
strcasecmp.c 49 unsigned char c1, c2; local
57 c2 = TOLOWER (*p2);
65 while (c1 == c2);
67 return c1 - c2;
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
format-c-3-prg.c 49 const char *c2; local
63 c1 = "Vater von %"; c2 = " Kindern";
65 if (!(strlen (s) > strlen (c1) + strlen (c2)
67 && memcmp (s + strlen (s) - strlen (c2), c2, strlen (c2)) == 0))
format-c-4-prg.c 49 const char *c2; local
63 c1 = "Vater von %"; c2 = " Kindern";
65 if (!(strlen (s) > strlen (c1) + strlen (c2)
67 && memcmp (s + strlen (s) - strlen (c2), c2, strlen (c2)) == 0))
  /src/external/gpl2/groff/dist/src/libs/libgroff/
strcasecmp.c 49 unsigned char c1, c2; local
57 c2 = TOLOWER (*p2);
65 while (c1 == c2);
67 return c1 - c2;
  /src/external/gpl2/texinfo/dist/lib/
strcasecmp.c 49 unsigned char c1, c2; local
57 c2 = TOLOWER (*p2);
65 while (c1 == c2);
67 return c1 - c2;
  /src/lib/libc/citrus/
citrus_bcs.c 54 int c1 = 1, c2 = 1; local
56 while (c1 && c2 && c1 == c2) {
58 c2 = _bcs_toupper(*str2++);
61 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
71 int c1 = 1, c2 = 1; local
73 while (c1 && c2 && c1 == c2 && sz != 0) {
75 c2 = _bcs_toupper(*str2++)
    [all...]
  /src/lib/libc/gen/
fnmatch.c 77 char c, c2; local
101 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS &&
102 c2 != ']') {
104 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
105 c2 = FOLDCASE(*pattern++, flags);
106 if (c2 == EOS)
108 if (c <= test && test <= c2)

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>