Home
last modified time | relevance | path

Searched refs:TOLOWER (Results 1 – 25 of 266) sorted by relevance

1234567891011

/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfilename_cmp.c68 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 Dfilename_cmp.c68 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 Dfilename_cmp.c68 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 Dfilename_cmp.c68 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 Dtc-h8300.c385 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 Dtc-h8300.c388 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 Dctype.h25 #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 Dstrncasecmp.c30 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) macro
49 c1 = TOLOWER (*p1); in strncasecmp()
50 c2 = TOLOWER (*p2); in strncasecmp()
H A Dstrcasecmp.c36 #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 Dstrcasecmp.c37 #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 Dstrcasecmp.c37 #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 Dstrcasecmp.c37 #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 Ducstr.c163 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 DLLVM-Build.cmake45 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 Dbpf-asm.c249 *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 Diq2000-asm.c94 && 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 Dxstormy16-asm.c345 *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 Dfr30-asm.c379 *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 Dm32r-asm.c397 *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 Dlm32-asm.c418 *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 Diq2000-asm.c94 && 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 Dxstormy16-asm.c345 *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 Dm32r-asm.c397 *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 Dfr30-asm.c379 *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 Dlm32-asm.c418 *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()

1234567891011