Searched refs:haysize (Results 1 – 1 of 1) sorted by relevance
457 xmemmem(const char *hay, const size_t haysize, in xmemmem() argument460 const char *const eoh = hay + haysize; in xmemmem()475 } else if ((hay = memchr(hay, *needle, haysize)) == NULL) { in xmemmem()