Lines Matching refs:str
67 const char *str, size_t size)
83 if (memcmp(buf, str, len) != 0)
88 str += len;
164 const char *str, size_t size)
178 matched = (memcmp(bh->b_data + offset, str, segment) == 0);
182 str += segment;
261 * - the string to be compared to, str, may not be NUL-terminated; instead the
266 const char *str, size_t size)
280 return romfs_mtd_strcmp(sb, pos, str, size);
284 return romfs_blk_strcmp(sb, pos, str, size);