Searched refs:_tolower (Results 1 – 14 of 14) sorted by relevance
72 extern int _tolower(int);85 #define _tolower(c) (tolower(c)) macro
62 *ap = _tolower(*ap);
22 #pragma weak _tolower = tolower macro
85 #define _tolower(c) ((c) - 'A' + 'a') macro
62 *mung = _tolower(c);
63 *mung = _tolower(c);
48 #define LOWER(c) (isupper((c)) ? _tolower((c)) : (c))
48 func | _tolower | int | int | ctype.h | -ALL +XPG3+
157 ch = _tolower(ch); in _doscan()
226 #define TOLOWER(c) (isascii(c) && isupper(c) ? _tolower(c) : c)
100 ch = _tolower(ch); in calc_hash()
493 ch = _tolower((int)ch); in __wdoscan_u()511 ch = _tolower(ch); in __wdoscan_u()
2671 _tolower;
361 int _tolower(int c);