Searched refs:TOLOWER (Results 101 - 125 of 141) sorted by relevance

123456

/haiku-buildtools/binutils/gas/config/
H A Dtc-i370.c619 *str2++ = TOLOWER (ch);
H A Dtc-microblaze.c557 if (TOLOWER (s[0]) == 'r')
H A Dtc-d30v.c1311 name[nlen] = TOLOWER (op_start[nlen]);
H A Dtc-m32r.c1001 *s2 = TOLOWER (*s2);
H A Dtc-s390.c2020 *p = TOLOWER (*p);
H A Dtc-mips.c19446 while (*given != 0 && TOLOWER (*given) == TOLOWER (*canonical))
19469 if (TOLOWER (*given) == 'r')
19476 if (TOLOWER (canonical[0]) == 'v' && TOLOWER (canonical[1]) == 'r')
19478 else if (TOLOWER (canonical[0]) == 'r' && TOLOWER (canonical[1]) == 'm')
19480 else if (TOLOWER (canonical[0]) == 'r')
H A Dtc-ppc.c1999 *str2++ = TOLOWER (ch);
4985 *p = TOLOWER (*p);
H A Dtc-hppa.c2444 name[0] = TOLOWER ((*str)[0]),
2447 name[0] = TOLOWER ((*str)[0]),
2448 name[1] = TOLOWER ((*str)[1]),
2451 name[0] = TOLOWER ((*str)[0]),
2452 name[1] = TOLOWER ((*str)[1]),
2453 name[2] = TOLOWER ((*str)[2]),
3190 *s = TOLOWER (*s);
H A Dtc-m68hc11.c2843 name[nlen] = TOLOWER (op_start[nlen]);
3517 name[nlen++] = TOLOWER (*op_end++);
/haiku-buildtools/binutils/opcodes/
H A Dmt-opc.c59 hash = (hash * 23) ^ (0x1F & TOLOWER (*m));
H A Dnds32-asm.c1592 *outp++ = TOLOWER (*str++);
2157 if (LEX_CHAR (*plex) != TOLOWER (*p))
2159 if (LEX_CHAR (*plex) == '+' && TOLOWER (*p) == '-')
/haiku-buildtools/gcc/gcc/
H A Doptabs.c5603 *p++ = TOLOWER (*q);
5856 *p = TOLOWER (*q);
5858 *p = TOLOWER (*q);
5989 *p = TOLOWER (*q);
5991 *p = TOLOWER (*q);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-hppa.c1601 *s = TOLOWER (*s);
5160 name[0] = TOLOWER ((*str)[0]),
5163 name[0] = TOLOWER ((*str)[0]),
5164 name[1] = TOLOWER ((*str)[1]),
5167 name[0] = TOLOWER ((*str)[0]),
5168 name[1] = TOLOWER ((*str)[1]),
5169 name[2] = TOLOWER ((*str)[2]),
H A Dtc-d30v.c1346 name[nlen] = TOLOWER (op_start[nlen]);
H A Dtc-m32r.c1005 *s2 = TOLOWER (*s2);
H A Dtc-ppc.c1627 *str2++ = TOLOWER (ch);
4062 *p = TOLOWER (*p);
H A Dtc-maxq.c3018 mnemonic_chars[c] = TOLOWER (c);
H A Dtc-mmix.c1902 *s2 = TOLOWER (*s2);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c242 # define TOLOWER(c) _tolower(c)
244 # define TOLOWER(c) tolower(c)
7957 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
241 # define TOLOWER macro
243 # define TOLOWER macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c244 # define TOLOWER(c) _tolower(c)
246 # define TOLOWER(c) tolower(c)
7962 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
243 # define TOLOWER macro
245 # define TOLOWER macro
/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c429 if (name[0] != (char) TOLOWER ((unsigned char) name[0]))
430 return gfc_get_string ("%c%s", (char) TOLOWER ((unsigned char) name[0]),
741 if (name[0] != (char) TOLOWER ((unsigned char) name[0]))
H A Dparse.c1128 if (TOLOWER (c) == 'g')
1131 gcc_assert (TOLOWER (c) == "gcc$"[i]);
/haiku-buildtools/binutils/libiberty/
H A Dregex.c244 # define TOLOWER(c) _tolower(c)
246 # define TOLOWER(c) tolower(c)
7966 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
243 # define TOLOWER macro
245 # define TOLOWER macro
/haiku-buildtools/binutils/bfd/
H A Dvms-lib.c1432 filename[j] = TOLOWER (modname[j]);
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c828 *s2 = TOLOWER (*s2);

Completed in 358 milliseconds

123456