Home
last modified time | relevance | path

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

/ctype/
A Dctype.h155 #define __tobody(c, f, a, args) \ macro
220 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c))
221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c))
276 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
278 __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale))

Completed in 4 milliseconds