Searched defs:TOLOWER_LOC (Results 1 – 1 of 1) sorted by relevance
68 # define TOLOWER_LOC(c) tolower_tab[(c) & 255] macro72 # define TOLOWER_LOC(c) (isupper(c) ? tolower(c) : (c)) macro75 # define TOLOWER_LOC tolower macro