Searched defs:_toupper (Results 1 – 2 of 2) sorted by relevance
229 # define _toupper(c) ((int) (*__ctype_toupper_loc ())[(int) (c)]) macro