Searched defs:_toupper (Results 1 - 4 of 4) 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/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

Completed in 98 milliseconds