strchr             27 arch/x86/include/asm/string_32.h extern char *strchr(const char *s, int c);
strchr            346 include/acpi/platform/acenv.h #define ACPI_STRCHR(s1,c)       strchr((s1), (c))
strchr             74 include/acpi/platform/acgcc.h #ifdef strchr
strchr            610 include/linux/cpumask.h 	char *nl = strchr(buf, '\n');
strchr           3648 include/linux/netdevice.h 	if (!dev->name[0] || strchr(dev->name, '%'))
strchr             53 include/linux/string.h extern char * strchr(const char *,int);
strchr            509 include/linux/wimax/debug.h 		colon = strchr(token, ':');
strchr            595 scripts/asn1_compiler.c 	p = strchr(grammar_name, '.');
strchr            119 scripts/conmakehash.c       if ( (p = strchr(buffer, '\n')) != NULL )
strchr            290 scripts/dtc/checks.c 	if (strchr(get_unitname(node), '@'))
strchr             40 scripts/dtc/dtc.c 	unit = strchr(tree->name, '@');
strchr            176 scripts/dtc/fdtput.c 		sep = strchr(path, '/');
strchr            167 scripts/dtc/libfdt/fdt_ro.c 		const char *q = strchr(path, '/');
strchr            187 scripts/dtc/libfdt/fdt_ro.c 		q = strchr(p, '/');
strchr            459 scripts/dtc/livetree.c 	p = strchr(path, '/');
strchr             61 scripts/dtc/treesource.c 		|| strchr("\a\b\t\n\v\f\r", c));
strchr            324 scripts/dtc/util.c 	if (strchr("hlLb", *fmt)) {
strchr            337 scripts/dtc/util.c 	if ((*fmt == '\0') || !strchr("iuxs", *fmt))
strchr             87 scripts/kallsyms.c 	return str[0] == '$' && strchr("axtd", str[1])
strchr             87 scripts/kconfig/confdata.c 	while ((src = strchr(in, '$'))) {
strchr            317 scripts/kconfig/confdata.c 			p = strchr(line + 2 + strlen(CONFIG_), ' ');
strchr            347 scripts/kconfig/confdata.c 			p = strchr(line + strlen(CONFIG_), '=');
strchr            351 scripts/kconfig/confdata.c 			p2 = strchr(p, '\n');
strchr            923 scripts/kconfig/confdata.c 			while ((d = strchr(d, '/'))) {
strchr             15 scripts/kconfig/kxgettext.c 	int multiline = strchr(text, '\n') != NULL;
strchr            288 scripts/kconfig/lxdialog/menubox.c 		if (strchr("ynmh", key))
strchr            266 scripts/kconfig/lxdialog/textbox.c 		while (s < page && (s = strchr(s, '\n'))) {
strchr            539 scripts/kconfig/lxdialog/util.c 		if (strchr("<[(", c))
strchr            541 scripts/kconfig/lxdialog/util.c 		if (strchr(">])", c) && in_paren > 0)
strchr            544 scripts/kconfig/lxdialog/util.c 		if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)
strchr            881 scripts/kconfig/symbol.c 	while ((src = strchr(in, '$'))) {
strchr           2392 scripts/kconfig/zconf.tab.c 	while ((p = strchr(str, '"'))) {
strchr            588 scripts/kconfig/zconf.y 	while ((p = strchr(str, '"'))) {
strchr           1150 scripts/mod/modpost.c 	return str[0] == '$' && strchr("axtd", str[1])
strchr           2062 scripts/mod/modpost.c 		if (!(symname = strchr(line, '\t')))
strchr           2065 scripts/mod/modpost.c 		if (!(modname = strchr(symname, '\t')))
strchr           2068 scripts/mod/modpost.c 		if ((export = strchr(modname, '\t')) != NULL)
strchr           2070 scripts/mod/modpost.c 		if (export && ((end = strchr(export, '\t')) != NULL))
strchr            427 scripts/mod/sumversion.c 	sources = strchr(file, '\n');
strchr            434 scripts/mod/sumversion.c 	end = strchr(sources, '\n');
strchr           1011 scripts/unifdef.c 			} else if (strchr(" \r\t", *cp) != NULL) {