Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dctype.h73 extern int _toupper(int);
84 #define _toupper(c) (toupper(c)) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c23 #pragma weak _toupper = toupper macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h116 #define _toupper(c) __sbtoupper(c) macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c47 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/illumos-gate/usr/src/cmd/bnu/
H A Dstoa.c42 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg49 func | _toupper | int | int | ctype.h | -ALL +XPG3+
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h223 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c)
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c61 #define toupper(c) (islower(c) ? _toupper(c) : (c))
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c237 *p = (char)_toupper((int)*p); in get_bus_type()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3002 _toupper;