Searched refs:ISUPPER (Results 51 - 62 of 62) sorted by relevance

123

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c953 else if (ISUPPER (c))
H A Dtc-hppa.c1594 ISUPPER (*s) || ISLOWER (*s) || (*s >= '0' && *s <= '3');
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c300 else if (ISUPPER (d))
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dstabs.c298 else if (ISUPPER (d))
/openbsd-current/gnu/gcc/gcc/
H A Dc-decl.c2877 if (name[0] == '_' && (name[1] == '_' || ISUPPER (name[1])))
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsom.c4704 if (ISUPPER (c))
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c4588 if (ISUPPER (c))
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-hppa.c1605 ISUPPER (*s) || ISLOWER (*s) || (*s >= '0' && *s <= '3');
H A Dtc-i386.c979 else if (ISUPPER (c))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-common.c5077 if (!( *p == '_' && (p[1] == '_' || ISUPPER (p[1]))))
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.c9669 if (ISUPPER (*s))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c10575 if (ISUPPER (*s))

Completed in 564 milliseconds

123