HomeSort by: relevance | last modified time | path
    Searched refs:TOLOWER (Results 1 - 25 of 196) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/openldap/dist/include/ac/
ctype.h 25 #undef TOLOWER
29 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c))
32 # define TOLOWER(c) tolower(c)
  /src/external/gpl2/xcvs/dist/lib/
strncasecmp.c 30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
49 c1 = TOLOWER (*p1);
50 c2 = TOLOWER (*p2);
strcasecmp.c 36 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
88 c1 = TOLOWER (*p1);
89 c2 = TOLOWER (*p2);
  /src/external/gpl3/binutils/dist/libiberty/
filename_cmp.c 68 c1 = TOLOWER (c1);
69 c2 = TOLOWER (c2);
128 c1 = TOLOWER (c1);
129 c2 = TOLOWER (c2);
174 c = TOLOWER (c);
  /src/external/gpl3/binutils.old/dist/libiberty/
filename_cmp.c 68 c1 = TOLOWER (c1);
69 c2 = TOLOWER (c2);
128 c1 = TOLOWER (c1);
129 c2 = TOLOWER (c2);
174 c = TOLOWER (c);
  /src/external/gpl3/gcc.old/dist/libiberty/
filename_cmp.c 68 c1 = TOLOWER (c1);
69 c2 = TOLOWER (c2);
128 c1 = TOLOWER (c1);
129 c2 = TOLOWER (c2);
174 c = TOLOWER (c);
  /src/external/gpl2/diffutils/dist/lib/
strcasecmp.c 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
56 c1 = TOLOWER (*p1);
57 c2 = TOLOWER (*p2);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
strcasecmp.c 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
56 c1 = TOLOWER (*p1);
57 c2 = TOLOWER (*p2);
  /src/external/gpl2/texinfo/dist/lib/
strcasecmp.c 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
56 c1 = TOLOWER (*p1);
57 c2 = TOLOWER (*p2);
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
m-common.c 41 #define TOLOWER(C) (ISUPPER(C) ? tolower(C) : (C))
53 ckwset->trans[i] = TOLOWER (i);
  /src/external/gpl3/binutils/dist/opcodes/
cgen-asm.in 95 *rx++ = TOLOWER (c);
129 *rx++ = TOLOWER (c);
211 while (*p && TOLOWER (*p) == TOLOWER (*str))
247 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
fr30-asm.c 381 *rx++ = TOLOWER (c);
415 *rx++ = TOLOWER (c);
497 while (*p && TOLOWER (*p) == TOLOWER (*str))
533 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
ip2k-asm.c 582 *rx++ = TOLOWER (c);
616 *rx++ = TOLOWER (c);
698 while (*p && TOLOWER (*p) == TOLOWER (*str))
734 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
lm32-asm.c 420 *rx++ = TOLOWER (c);
454 *rx++ = TOLOWER (c);
536 while (*p && TOLOWER (*p) == TOLOWER (*str))
572 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
m32r-asm.c 399 *rx++ = TOLOWER (c);
433 *rx++ = TOLOWER (c);
515 while (*p && TOLOWER (*p) == TOLOWER (*str))
551 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
xstormy16-asm.c 347 *rx++ = TOLOWER (c);
381 *rx++ = TOLOWER (c);
463 while (*p && TOLOWER (*p) == TOLOWER (*str))
499 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
  /src/external/gpl3/binutils.old/dist/opcodes/
cgen-asm.in 95 *rx++ = TOLOWER (c);
129 *rx++ = TOLOWER (c);
211 while (*p && TOLOWER (*p) == TOLOWER (*str))
247 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
fr30-asm.c 381 *rx++ = TOLOWER (c);
415 *rx++ = TOLOWER (c);
497 while (*p && TOLOWER (*p) == TOLOWER (*str))
533 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
ip2k-asm.c 582 *rx++ = TOLOWER (c);
616 *rx++ = TOLOWER (c);
698 while (*p && TOLOWER (*p) == TOLOWER (*str))
734 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn)))
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 387 if (len == 2 && TOLOWER (src[0]) == 's' && TOLOWER (src[1]) == 'p')
394 TOLOWER (src[0]) == 'c' &&
395 TOLOWER (src[1]) == 'c' &&
396 TOLOWER (src[2]) == 'r')
403 TOLOWER (src[0]) == 'e' &&
404 TOLOWER (src[1]) == 'x' &&
405 TOLOWER (src[2]) == 'r')
412 TOLOWER (src[0]) == 'v' &&
413 TOLOWER (src[1]) == 'b' &
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 387 if (len == 2 && TOLOWER (src[0]) == 's' && TOLOWER (src[1]) == 'p')
394 TOLOWER (src[0]) == 'c' &&
395 TOLOWER (src[1]) == 'c' &&
396 TOLOWER (src[2]) == 'r')
403 TOLOWER (src[0]) == 'e' &&
404 TOLOWER (src[1]) == 'x' &&
405 TOLOWER (src[2]) == 'r')
412 TOLOWER (src[0]) == 'v' &&
413 TOLOWER (src[1]) == 'b' &
    [all...]
  /src/external/bsd/nvi/dist/common/
multibyte.h 59 #define TOLOWER towlower
92 #define TOLOWER tolower
cut.h 69 L__name = ISUPPER((UCHAR_T)nch) ? TOLOWER((UCHAR_T)nch) : (nch);\
  /src/external/bsd/openldap/dist/libraries/libldap/
string.c 157 *s = TOLOWER( (unsigned char) *s );
174 *s = TOLOWER( (unsigned char) *s );
  /src/external/bsd/openldap/dist/libraries/liblunicode/
ucstr.c 163 out[outpos++] = TOLOWER( s[i-1] );
166 out[outpos++] = TOLOWER( s[len-1] );
207 *p = casefold ? TOLOWER( s[i-1] ) : s[i-1];
307 out[outpos++] = casefold ? TOLOWER( s[i-1] ) : s[i-1];
310 out[outpos++] = casefold ? TOLOWER( s[len-1] ) : s[len-1];
315 *ucs = casefold ? TOLOWER( s[i-1] ) : s[i-1];
363 char c1 = TOLOWER(*s1);
364 char c2 = TOLOWER(*s2);

Completed in 48 milliseconds

1 2 3 4 5 6 7 8