| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | filename_cmp.c | 68 c1 = TOLOWER (c1); in filename_cmp() 69 c2 = TOLOWER (c2); in filename_cmp() 128 c1 = TOLOWER (c1); in filename_ncmp() 129 c2 = TOLOWER (c2); in filename_ncmp() 174 c = TOLOWER (c); in filename_hash()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | filename_cmp.c | 68 c1 = TOLOWER (c1); in filename_cmp() 69 c2 = TOLOWER (c2); in filename_cmp() 128 c1 = TOLOWER (c1); in filename_ncmp() 129 c2 = TOLOWER (c2); in filename_ncmp() 174 c = TOLOWER (c); in filename_hash()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | filename_cmp.c | 68 c1 = TOLOWER (c1); in filename_cmp() 69 c2 = TOLOWER (c2); in filename_cmp() 128 c1 = TOLOWER (c1); in filename_ncmp() 129 c2 = TOLOWER (c2); in filename_ncmp() 174 c = TOLOWER (c); in filename_hash()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | filename_cmp.c | 68 c1 = TOLOWER (c1); in filename_cmp() 69 c2 = TOLOWER (c2); in filename_cmp() 128 c1 = TOLOWER (c1); in filename_ncmp() 129 c2 = TOLOWER (c2); in filename_ncmp() 174 c = TOLOWER (c); in filename_hash()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-h8300.c | 385 if (len == 2 && TOLOWER (src[0]) == 's' && TOLOWER (src[1]) == 'p') in parse_reg() 392 TOLOWER (src[0]) == 'c' && in parse_reg() 393 TOLOWER (src[1]) == 'c' && in parse_reg() 394 TOLOWER (src[2]) == 'r') in parse_reg() 401 TOLOWER (src[0]) == 'e' && in parse_reg() 402 TOLOWER (src[1]) == 'x' && in parse_reg() 403 TOLOWER (src[2]) == 'r') in parse_reg() 410 TOLOWER (src[0]) == 'v' && in parse_reg() 411 TOLOWER (src[1]) == 'b' && in parse_reg() 412 TOLOWER (src[2]) == 'r') in parse_reg() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-h8300.c | 388 if (len == 2 && TOLOWER (src[0]) == 's' && TOLOWER (src[1]) == 'p') in parse_reg() 395 TOLOWER (src[0]) == 'c' && in parse_reg() 396 TOLOWER (src[1]) == 'c' && in parse_reg() 397 TOLOWER (src[2]) == 'r') in parse_reg() 404 TOLOWER (src[0]) == 'e' && in parse_reg() 405 TOLOWER (src[1]) == 'x' && in parse_reg() 406 TOLOWER (src[2]) == 'r') in parse_reg() 413 TOLOWER (src[0]) == 'v' && in parse_reg() 414 TOLOWER (src[1]) == 'b' && in parse_reg() 415 TOLOWER (src[2]) == 'r') in parse_reg() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/include/ac/ |
| H A D | ctype.h | 25 #undef TOLOWER 29 # define TOLOWER(c) (isupper(c) ? tolower(c) : (c)) macro 32 # define TOLOWER(c) tolower(c) macro
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | strncasecmp.c | 30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro 49 c1 = TOLOWER (*p1); in strncasecmp() 50 c2 = TOLOWER (*p2); in strncasecmp()
|
| H A D | strcasecmp.c | 36 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro 88 c1 = TOLOWER (*p1); in strcasecmp() 89 c2 = TOLOWER (*p2); in strcasecmp()
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro 56 c1 = TOLOWER (*p1); in STRXCASECMP_FUNCTION() 57 c2 = TOLOWER (*p2); in STRXCASECMP_FUNCTION()
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro 56 c1 = TOLOWER (*p1); in STRXCASECMP_FUNCTION() 57 c2 = TOLOWER (*p2); in STRXCASECMP_FUNCTION()
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | strcasecmp.c | 37 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro 56 c1 = TOLOWER (*p1); in STRXCASECMP_FUNCTION() 57 c2 = TOLOWER (*p2); in STRXCASECMP_FUNCTION()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | ucstr.c | 163 out[outpos++] = TOLOWER( s[i-1] ); in UTF8bvnormalize() 166 out[outpos++] = TOLOWER( s[len-1] ); in UTF8bvnormalize() 207 *p = casefold ? TOLOWER( s[i-1] ) : s[i-1]; in UTF8bvnormalize() 296 out[outpos++] = casefold ? TOLOWER( s[i-1] ) : s[i-1]; in UTF8bvnormalize() 299 out[outpos++] = casefold ? TOLOWER( s[len-1] ) : s[len-1]; in UTF8bvnormalize() 304 *ucs = casefold ? TOLOWER( s[i-1] ) : s[i-1]; in UTF8bvnormalize() 352 char c1 = TOLOWER(*s1); in UTF8bvnormcmp() 353 char c2 = TOLOWER(*s2); in UTF8bvnormcmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | LLVM-Build.cmake | 45 string(TOLOWER ${llvmbuild_component} llvmbuild_componentname) 49 string(TOLOWER ${llvmbuild_component} llvmbuild_libname) 52 string(TOLOWER ${llvmbuild_libname} llvmbuild_libname) 59 string(TOLOWER ${llvmbuild_libdep} llvmbuild_clibdep) 61 string(TOLOWER ${llvmbuild_libdepname} llvmbuild_clibdep)
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | bpf-asm.c | 249 *rx++ = TOLOWER (c); in bpf_cgen_build_insn_regex() 283 *rx++ = TOLOWER (c); in bpf_cgen_build_insn_regex() 364 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 400 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | iq2000-asm.c | 94 && TOLOWER ((*strp)[1]) != 'l' in iq2000_cgen_isa_register() 95 && TOLOWER ((*strp)[1]) != 'h') in iq2000_cgen_isa_register() 528 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 562 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 643 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 679 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | xstormy16-asm.c | 345 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 379 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 460 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 496 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | fr30-asm.c | 379 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 413 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 494 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 530 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | m32r-asm.c | 397 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 431 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 512 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 548 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | lm32-asm.c | 418 *rx++ = TOLOWER (c); in lm32_cgen_build_insn_regex() 452 *rx++ = TOLOWER (c); in lm32_cgen_build_insn_regex() 533 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 569 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | iq2000-asm.c | 94 && TOLOWER ((*strp)[1]) != 'l' in iq2000_cgen_isa_register() 95 && TOLOWER ((*strp)[1]) != 'h') in iq2000_cgen_isa_register() 528 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 562 *rx++ = TOLOWER (c); in iq2000_cgen_build_insn_regex() 643 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 679 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | xstormy16-asm.c | 345 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 379 *rx++ = TOLOWER (c); in xstormy16_cgen_build_insn_regex() 460 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 496 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | m32r-asm.c | 397 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 431 *rx++ = TOLOWER (c); in m32r_cgen_build_insn_regex() 512 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 548 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | fr30-asm.c | 379 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 413 *rx++ = TOLOWER (c); in fr30_cgen_build_insn_regex() 494 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 530 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|
| H A D | lm32-asm.c | 418 *rx++ = TOLOWER (c); in lm32_cgen_build_insn_regex() 452 *rx++ = TOLOWER (c); in lm32_cgen_build_insn_regex() 533 while (*p && TOLOWER (*p) == TOLOWER (*str)) in parse_insn_normal() 569 if (TOLOWER (*str) == TOLOWER (CGEN_SYNTAX_CHAR (* syn))) in parse_insn_normal()
|