Searched refs:case_map (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dutil.c435 uch cc = (cs ? (uch)*s : case_map((uch)*s));
440 if ((cs ? uc : case_map(uc)) == cc)
484 return (cs ? c == *s : case_map((uch)c) == case_map((uch)*s)) ?
675 d = (int) (uch) case_map(*string1)
676 - (int) (uch) case_map(*string2);
H A Dtailor.h207 * case mapping functions. case_map is used to ignore case in comparisons,
211 # define case_map(c) upper[(c) & 0xff] macro
214 # define case_map(c) (c) macro
H A Dzipup.c346 m = m && q >= a && case_map(*p) == case_map(*q);

Completed in 163 milliseconds