Searched refs:CANON_ELEMENT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstr-two-way.h35 CANON_ELEMENT(c) A macro that canonicalizes an element right after
74 #ifndef CANON_ELEMENT
75 # define CANON_ELEMENT(c) c macro
130 a = CANON_ELEMENT (needle[j + k]);
131 b = CANON_ELEMENT (needle[max_suffix + k]);
165 a = CANON_ELEMENT (needle[j + k]);
166 b = CANON_ELEMENT (needle[max_suffix_rev + k]);
238 while (i < needle_len && (CANON_ELEMENT (needle[i])
239 == CANON_ELEMENT (haystack[i + j])))
245 while (memory < i + 1 && (CANON_ELEMENT (needl
426 #undef CANON_ELEMENT macro
[all...]
H A Dstrcasestr.c36 #define CANON_ELEMENT(c) TOLOWER (c) macro

Completed in 89 milliseconds