Lines Matching refs:memrchr
36 #if !defined(__linux__) /* only Linux seems to have memrchr */37 static void* memrchr(const void* s, int c, size_t n) {1359 if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) {