Home
last modified time | relevance | path

Searched refs:_tolower (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/head/
H A Dctype.h72 extern int _tolower(int);
85 #define _tolower(c) (tolower(c)) macro
/titanic_50/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_cmdnam.c62 *ap = _tolower(*ap);
/titanic_50/usr/src/lib/libc/port/locale/
H A Dtolower.c22 #pragma weak _tolower = tolower macro
/titanic_50/usr/src/lib/libbc/inc/5include/
H A Dctype.h85 #define _tolower(c) ((c) - 'A' + 'a') macro
/titanic_50/usr/src/lib/nsswitch/nis/common/
H A Dgethostent.c62 *mung = _tolower(c);
H A Dgethostent6.c63 *mung = _tolower(c);
/titanic_50/usr/src/lib/libnisdb/
H A Ddb_item.cc48 #define LOWER(c) (isupper((c)) ? _tolower((c)) : (c))
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg48 func | _tolower | int | int | ctype.h | -ALL +XPG3+
/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c157 ch = _tolower(ch); in _doscan()
/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dportable.h226 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c)
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c100 ch = _tolower(ch); in calc_hash()
/titanic_50/usr/src/lib/libc/port/stdio/
H A Ddoscan.c493 ch = _tolower((int)ch); in __wdoscan_u()
511 ch = _tolower(ch); in __wdoscan_u()
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2671 _tolower;
H A Dllib-lc361 int _tolower(int c);