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

/opensolaris-onvv-gate/usr/src/head/
H A Dctype.h71 extern int _tolower(int);
85 #define _tolower(c) (__trans_lower[(int)(c)]) macro
88 #define _tolower(c) ((__ctype + 258)[(int)(c)]) macro
101 #define _tolower(c) ((_ctype + 258)[(int)(c)])
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_cmdnam.c62 *ap = _tolower(*ap);
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/5include/
H A Dctype.h85 #define _tolower(c) ((c) - 'A' + 'a') macro
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Ddb_item.cc48 #define LOWER(c) (isupper((c)) ? _tolower((c)) : (c))
/opensolaris-onvv-gate/usr/src/lib/nsswitch/nis/common/
H A Dgethostent.c62 *mung = _tolower(c);
H A Dgethostent6.c63 *mung = _tolower(c);
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dportable.h193 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c)
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c86 * instead of _tolower because of I18N.
100 ch = _tolower(ch);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c157 ch = _tolower(ch);
/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h226 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c)
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c493 ch = _tolower((int)ch);
511 ch = _tolower(ch);
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc352 int _tolower(int c);
H A Dmapfile-vers2344 _tolower;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c2313 for (cp = rstr; *cp; cp++) *cp = _tolower(*cp);

Completed in 73 milliseconds