strchrnul          35 arch/arm/boot/compressed/decompress.c extern char * strchrnul(const char *, int);
strchrnul          67 drivers/of/base.c 	len = strchrnul(node_name, '@') - node_name;
strchrnul         914 drivers/of/base.c 		path = strchrnul(path, '/');
strchrnul         958 drivers/of/base.c 			p = strchrnul(path, '/');
strchrnul         928 drivers/of/fdt.c 	q = strchrnul(p, ':');
strchrnul         264 drivers/pci/endpoint/pci-epf-core.c 	len = strchrnul(name, '.') - name;
strchrnul         225 drivers/pci/pci.c 	*endptr = strchrnul(path, ';');
strchrnul          55 fs/cifs/cifsroot.c 		s = strchrnul(s, ',');
strchrnul         294 fs/overlayfs/namei.c 		const char *next = strchrnul(s, '/');
strchrnul         923 fs/overlayfs/util.c 			next = strchrnul(s, '/');
strchrnul         666 include/linux/cpumask.h 	unsigned int len = strchrnul(buf, '\n') - buf;
strchrnul          63 include/linux/string.h extern char * strchrnul(const char *,int);
strchrnul         810 kernel/debug/kdb/kdb_io.c 			*strchrnul(kdb_grep_string, '\n') = '\0';
strchrnul         434 lib/string.c   EXPORT_SYMBOL(strchrnul);
strchrnul        1957 lib/vsprintf.c 			str_spec.precision = strchrnul(p, '@') - p;
strchrnul        1321 mm/slub.c      		end = strchrnul(iter, ',');
strchrnul         205 security/integrity/ima/ima_template.c 		len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr;
strchrnul        3520 tools/power/x86/turbostat/turbostat.c 			sp = strchrnul(name_buf, '\n');
strchrnul        5531 tools/power/x86/turbostat/turbostat.c 			sp = strchrnul(name_buf, '\n');
strchrnul        5558 tools/power/x86/turbostat/turbostat.c 			sp = strchrnul(name_buf, '\n');