Symbol: strnchr
arch/powerpc/kernel/kprobes.c
83
if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) {
drivers/base/dd.c
418
cp = strnchr(s, len, '\n');
drivers/base/driver.c
83
cp = strnchr(s, len, '\n');
drivers/crypto/ccp/sfs.c
64
if (!strnchr(payload_name, PAYLOAD_NAME_SIZE, '\0'))
drivers/gpu/drm/drm_modes.c
2302
if (strnchr(name, name_end, '='))
drivers/gpu/drm/drm_modes.c
2390
bpp_ptr = strnchr(name, options_off, '-');
drivers/gpu/drm/drm_modes.c
2392
bpp_ptr = strnchr(bpp_ptr + 1, options_off, '-');
drivers/gpu/drm/drm_modes.c
2396
refresh_ptr = strnchr(name, options_off, '@');
drivers/gpu/drm/i915/i915_gpu_error.c
2383
next = strnchr(ptr, got, '\n');
drivers/misc/eeprom/idt_89hpesx.c
916
colon_ch = strnchr(buf, count, ':');
drivers/s390/char/vmlogrdr.c
224
tail=strnchr(cp_response,len,'=');
drivers/s390/net/qeth_l3_sys.c
402
sep = strnchr(buf, INET6_ADDRSTRLEN, '/');
drivers/spi/spi.c
491
of_name = strnchr(of_id->compatible,
drivers/tty/hvc/hvc_iucv.c
756
wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR);
drivers/usb/typec/ucsi/ucsi_ccg.c
1245
p = strnchr(fw->data, fw->size, ':');
drivers/usb/typec/ucsi/ucsi_ccg.c
1247
s = strnchr(p + 1, eof - p - 1, ':');
fs/binfmt_script.c
59
i_end = strnchr(bprm->buf, sizeof(bprm->buf), '\n');
fs/nfs/dir.c
746
if (strnchr(filename.name, filename.len, '/'))
fs/smb/client/connect.c
2242
delim = strnchr(payload, upayload->datalen, ':');
include/linux/string.h
180
extern char * strnchr(const char *, size_t, int);
init/main.c
574
if (strnchr(param, len, '.'))
kernel/bpf/helpers.c
829
fmt_end = strnchr(fmt, fmt_size, 0);
kernel/bpf/verifier.c
9791
if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) {
kernel/module/kallsyms.c
419
colon = strnchr(name, MODULE_NAME_LEN, ':');
lib/kobject_uevent.c
76
args_start = strnchr(buf, count, ' ');
lib/string.c
412
EXPORT_SYMBOL(strnchr);
lib/tests/string_kunit.c
139
result = strnchr(test_string, j, test_string[i]);
lib/tests/string_kunit.c
150
result = strnchr(empty_string, 0, '\0');
lib/tests/string_kunit.c
153
result = strnchr(empty_string, 1, '\0');
lib/tests/string_kunit.c
156
result = strnchr(empty_string, 1, 'a');
lib/tests/string_kunit.c
159
result = strnchr(NULL, 0, '\0');
mm/slub.c
1975
glob = strnchr(iter, end - iter, '*');
net/netfilter/xt_recent.c
599
if (strnchr(c, size, ':') != NULL) {
security/apparmor/lib.c
195
char *split = strnchr(&name[1], end - &name[1], ':');
sound/soc/intel/catpt/dsp.c
489
info = strnchr(info, eof - info, ' ');