Home
last modified time | relevance | path

Searched refs:_tolower (Results 1 – 13 of 13) 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/libxcurses/src/libc/mks/
H A Dm_cmdnam.c60 *ap = _tolower(*ap);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c22 #pragma weak _tolower = tolower macro
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_item.cc46 #define LOWER(c) (isupper((c)) ? _tolower((c)) : (c))
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgethostent.c60 *mung = _tolower(c);
H A Dgethostent6.c61 *mung = _tolower(c);
/illumos-gate/usr/src/boot/include/
H A Dctype.h115 #define _tolower(c) __sbtolower(c) macro
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c185 if (*fmt == 'h' || _tolower(*fmt) == 'l' || in format_decode()
186 _tolower(*fmt) == 'z' || *fmt == 't') { in format_decode()
270 } else if (_tolower(qualifier) == 'z') { in format_decode()
944 old_fmt[-2] == '0' && _tolower(old_fmt[-1]) == 'x'; in has_hex_prefix()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg48 func | _tolower | int | int | ctype.h | -ALL +XPG3+
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h224 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c)
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c98 ch = _tolower(ch); in calc_hash()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c492 ch = _tolower((int)ch); in __wdoscan_u()
510 ch = _tolower(ch); in __wdoscan_u()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3006 _tolower;