Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstr-two-way.h63 #ifndef CMP_FUNC
64 # define CMP_FUNC memcmp macro
213 if (CMP_FUNC (needle, needle + period, suffix) == 0) in two_way_short_needle()
317 if (CMP_FUNC (needle, needle + period, suffix) == 0) in two_way_long_needle()
413 #undef CMP_FUNC
Dstrcasestr.c85 # define CMP_FUNC strncasecmp macro