Searched refs:__tobody (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | ctype.h | 155 #define __tobody(c, f, a, args) \ macro 204 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) 205 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) 272 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale)) 274 __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale))
|