Searched defs:_tolower (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dctype.h72 extern int _tolower(int);
85 #define _tolower(c) (tolower(c)) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c22 #pragma weak _tolower = tolower macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h85 #define _tolower(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
115 #define _tolower(c) __sbtolower(c) macro

Completed in 58 milliseconds