strnchr            80 arch/powerpc/kernel/kprobes.c 	if ((c = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) {
strnchr           954 drivers/misc/eeprom/idt_89hpesx.c 	colon_ch = strnchr(buf, count, ':');
strnchr           485 drivers/net/netconsole.c 	if (strnchr(buf, count, ':')) {
strnchr           521 drivers/net/netconsole.c 	if (strnchr(buf, count, ':')) {
strnchr           225 drivers/s390/char/vmlogrdr.c 	tail=strnchr(cp_response,len,'=');
strnchr           759 drivers/tty/hvc/hvc_iucv.c 		wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR);
strnchr           920 drivers/usb/typec/ucsi/ucsi_ccg.c 	p = strnchr(fw->data, fw->size, ':');
strnchr           922 drivers/usb/typec/ucsi/ucsi_ccg.c 		s = strnchr(p + 1, eof - p - 1, ':');
strnchr            74 fs/binfmt_script.c 	cp = strnchr(bprm->buf, sizeof(bprm->buf), '\n');
strnchr          3143 fs/cifs/connect.c 	delim = strnchr(payload, upayload->datalen, ':');
strnchr           477 fs/nfs/dir.c   	if (strnchr(filename.name, filename.len, '/'))
strnchr            66 include/linux/string.h extern char * strnchr(const char *, size_t, int);
strnchr          4246 kernel/module.c 	if ((colon = strnchr(name, MODULE_NAME_LEN, ':')) != NULL) {
strnchr            77 lib/kobject_uevent.c 	args_start = strnchr(buf, count, ' ');
strnchr           475 lib/string.c   EXPORT_SYMBOL(strnchr);
strnchr           152 lib/test_string.c 			result = strnchr(test_string, j, test_string[i]);
strnchr           163 lib/test_string.c 	result = strnchr(empty_string, 0, '\0');
strnchr           167 lib/test_string.c 	result = strnchr(empty_string, 1, '\0');
strnchr           171 lib/test_string.c 	result = strnchr(empty_string, 1, 'a');
strnchr           175 lib/test_string.c 	result = strnchr(NULL, 0, '\0');
strnchr          1323 mm/slub.c      		glob = strnchr(iter, end - iter, '*');
strnchr           591 net/netfilter/xt_recent.c 	if (strnchr(c, size, ':') != NULL) {
strnchr            96 security/apparmor/lib.c 		char *split = strnchr(&name[1], end - &name[1], ':');
strnchr            75 security/integrity/ima/ima_template_lib.c 		buf_ptr = strnchr(field_data->data, buflen, ':');