Searched refs:__tolower_l (Results 1 – 2 of 2) sorted by relevance
/ctype/ |
A D | ctype_l.c | 40 (__tolower_l) (int c, locale_t l) in func() 44 weak_alias (__tolower_l, tolower_l) in weak_alias() argument
|
A D | ctype.h | 267 extern int __tolower_l (int __c, locale_t __l) __THROW; 275 # define __tolower_l(c, locale) \ macro 276 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale)) 279 # define tolower_l(c, locale) __tolower_l ((c), (locale))
|
Completed in 4 milliseconds