Home
last modified time | relevance | path

Searched refs:_toupper (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/head/
H A Dctype.h73 extern int _toupper(int);
84 #define _toupper(c) (toupper(c)) macro
/titanic_50/usr/src/lib/libc/port/locale/
H A Dtolower.c23 #pragma weak _toupper = toupper macro
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dctype.h84 #define _toupper(c) ((c) - 'a' + 'A') macro
/titanic_50/usr/src/cmd/bnu/
H A Dstoa.c42 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/titanic_50/usr/src/lib/libnsl/dial/
H A Dstoa.c49 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg49 func | _toupper | int | int | ctype.h | -ALL +XPG3+
/titanic_50/usr/src/cmd/listen/
H A Dnstoa.c64 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dportable.h225 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c)
/titanic_50/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c237 *p = (char)_toupper((int)*p); in get_bus_type()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2673 _toupper;
H A Dllib-lc360 int _toupper(int c);