strnchr
if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) {
cp = strnchr(s, len, '\n');
cp = strnchr(s, len, '\n');
if (!strnchr(payload_name, PAYLOAD_NAME_SIZE, '\0'))
if (strnchr(name, name_end, '='))
bpp_ptr = strnchr(name, options_off, '-');
bpp_ptr = strnchr(bpp_ptr + 1, options_off, '-');
refresh_ptr = strnchr(name, options_off, '@');
next = strnchr(ptr, got, '\n');
colon_ch = strnchr(buf, count, ':');
tail=strnchr(cp_response,len,'=');
sep = strnchr(buf, INET6_ADDRSTRLEN, '/');
of_name = strnchr(of_id->compatible,
wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR);
p = strnchr(fw->data, fw->size, ':');
s = strnchr(p + 1, eof - p - 1, ':');
i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n');
if (strnchr(filename.name, filename.len, '/'))
delim = strnchr(payload, upayload->datalen, ':');
extern char * strnchr(const char *, size_t, int);
if (strnchr(param, len, '.'))
fmt_end = strnchr(fmt, fmt_size, 0);
if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) {
colon = strnchr(name, MODULE_NAME_LEN, ':');
args_start = strnchr(buf, count, ' ');
EXPORT_SYMBOL(strnchr);
result = strnchr(test_string, j, test_string[i]);
result = strnchr(empty_string, 0, '\0');
result = strnchr(empty_string, 1, '\0');
result = strnchr(empty_string, 1, 'a');
result = strnchr(NULL, 0, '\0');
glob = strnchr(iter, end - iter, '*');
if (strnchr(c, size, ':') != NULL) {
char *split = strnchr(&name[1], end - &name[1], ':');
info = strnchr(info, eof - info, ' ');