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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c23 #pragma weak _toupper = toupper macro
/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/libbc/inc/5include/
H A Dctype.h84 #define _toupper(c) ((c) - 'a' + 'A') macro
/illumos-gate/usr/src/boot/include/
H A Dctype.h105 * POSIX.1-2001 specifies _tolower() and _toupper() to be macros equivalent to
110 * intent. We purposely leave _tolower() and _toupper() undocumented to
116 #define _toupper(c) __sbtoupper(c) macro
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c49 #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/lib/libldap5/include/ldap/
H A Dportable.h225 #define TOUPPER(c) (isascii(c) && islower(c) ? _toupper(c) : c)
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c64 #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);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc361 int _toupper(int c);

Completed in 72 milliseconds