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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstr-two-way.h33 CMP_FUNC(p1, p2, l) A macro that returns 0 iff the first L
77 #ifndef CMP_FUNC
78 # define CMP_FUNC memcmp macro
227 if (CMP_FUNC (needle, needle + period, suffix) == 0)
331 if (CMP_FUNC (needle, needle + period, suffix) == 0)
427 #undef CMP_FUNC macro
H A Dstrcasestr.c37 #define CMP_FUNC(p1, p2, l) \ macro

Completed in 37 milliseconds