strchr            159 arch/x86/kernel/acpi/sleep.c 		str = strchr(str, ',');
strchr           1857 arch/x86/kernel/apm_32.c 		str = strchr(str, ',');
strchr            810 arch/x86/kernel/cpu/mcheck/mce_64.c 	p = strchr(trigger, '\n');
strchr            196 arch/x86/kernel/nmi.c 		str = strchr(str, ',');
strchr             94 arch/x86/kernel/reboot.c 		str = strchr(str, ',');
strchr            413 arch/x86/mm/numa_64.c 	if (!strchr(cmdline, '*') && !strchr(cmdline, ',')) {
strchr             37 fs/affs/symlink.c 	if (strchr(lf->symname,':')) {	/* Handle assign or volume name */
strchr             71 fs/afs/cell.c  		next = strchr(vllist, ':');
strchr            204 fs/afs/cell.c  	cp = strchr(rootcell, ':');
strchr            274 fs/afs/proc.c  	name = strchr(kbuf, ' ');
strchr            283 fs/afs/proc.c  	args = strchr(name, ' ');
strchr            221 fs/afs/super.c 	params->volname = strchr(name, ':');
strchr            322 fs/binfmt_misc.c 	p = strchr(p, del);
strchr            329 fs/binfmt_misc.c 	    strchr(e->name, '/'))
strchr            339 fs/binfmt_misc.c 		char *s = strchr(p, del);
strchr            366 fs/binfmt_misc.c 		p = strchr(p, del);
strchr            371 fs/binfmt_misc.c 		p = strchr(p, del);
strchr            375 fs/binfmt_misc.c 		if (!e->magic[0] || strchr(e->magic, '/'))
strchr            377 fs/binfmt_misc.c 		p = strchr(p, del);
strchr            383 fs/binfmt_misc.c 	p = strchr(p, del);
strchr             38 fs/binfmt_script.c 	if ((cp = strchr(bprm->buf, '\n')) == NULL)
strchr            284 fs/char_dev.c  	for (s = strchr(kobject_name(&cdev->kobj),'/'); s; s = strchr(s, '/'))
strchr            155 fs/cifs/cifs_dfs_ref.c 	while ((tkn_e = strchr(sb_mountdata+off, sep))) {
strchr            182 fs/cifs/cifs_dfs_ref.c 	tkn_e = strchr(ref_unc+2, '\\');
strchr            184 fs/cifs/cifs_dfs_ref.c 		tkn_e = strchr(tkn_e+1, '\\');
strchr            781 fs/cifs/connect.c 	delim = strchr(src, '\\');
strchr            851 fs/cifs/connect.c 		if ((value = strchr(data, '=')) != NULL)
strchr           2182 fs/cifs/connect.c 				if ((strchr(volume_info.UNC + 3, '\\') == NULL)
strchr           2183 fs/cifs/connect.c 				    && (strchr(volume_info.UNC + 3, '/') ==
strchr           1781 fs/exec.c      		delimit = strchr(corename, ' ');
strchr           1045 fs/ext3/super.c 			if (strchr(sbi->s_qf_names[qtype], '/')) {
strchr           1233 fs/ext4/super.c 			if (strchr(sbi->s_qf_names[qtype], '/')) {
strchr           1961 fs/ext4/super.c 	for (cp = sb->s_id; (cp = strchr(cp, '/'));)
strchr             72 fs/filesystems.c 	BUG_ON(strchr(fs->name, '.'));
strchr            220 fs/filesystems.c 	const char *dot = strchr(name, '.');
strchr             38 fs/gfs2/locking/dlm/mount.c 	p = strchr(buf, ':');
strchr             71 fs/gfs2/locking/dlm/mount.c 		y = strchr(x, '=');
strchr            436 fs/gfs2/ops_fstype.c 	while ((table = strchr(table, '/')))
strchr             58 fs/hostfs/hostfs_kern.c 	ptr = strchr(options, ',');
strchr             66 fs/hostfs/hostfs_kern.c 		ptr = strchr(options, ',');
strchr           1035 fs/jbd2/journal.c 	while ((p = strchr(p, '/')))
strchr           1071 fs/jbd2/journal.c 	while ((p = strchr(p, '/')))
strchr             49 fs/msdos/namei.c 		if (opts->name_check != 'r' && strchr(bad_chars, c))
strchr             51 fs/msdos/namei.c 		if (opts->name_check == 's' && strchr(bad_if_strict, c))
strchr             88 fs/msdos/namei.c 			if (opts->name_check != 'r' && strchr(bad_chars, c))
strchr             91 fs/msdos/namei.c 			    strchr(bad_if_strict, c))
strchr             40 fs/ncpfs/getopt.c 	if ((val = strchr (token, '=')) != NULL) {
strchr             59 fs/nfs/nfs4namespace.c 	srvpath = strchr(mnt_parent->mnt_devname, ':');
strchr           1362 fs/nfs/super.c 	colon = strchr(dev_name, ':');
strchr           1376 fs/nfs/super.c 	comma = strchr(*hostname, ',');
strchr           1425 fs/nfs/super.c 	end = strchr(start, ']');
strchr            165 fs/ntfs/super.c 		if ((v = strchr(p, '=')))
strchr            445 fs/partitions/check.c 	s = strchr(ddev->bus_id, '/');
strchr            381 fs/proc/base.c 				c = strchr(sym, '+');
strchr            281 fs/proc/generic.c 		next = strchr(cp, '/');
strchr            580 fs/proc/generic.c 	if (strchr(fn, '/'))
strchr            542 fs/reiserfs/bitmap.c 		if ((value = strchr(this_char, '=')) != NULL)
strchr            166 fs/reiserfs/prints.c 	while ((k = strchr(k, '%')) != NULL) {
strchr            490 fs/reiserfs/procfs.c 	s = strchr(b, '/');
strchr            521 fs/reiserfs/procfs.c 	s = strchr(b, '/');
strchr            770 fs/reiserfs/super.c 	*cur = strchr(p, ',');
strchr           1013 fs/reiserfs/super.c 				if (strchr(arg, '/')) {
strchr            322 fs/seq_file.c  		if (!strchr(esc, c)) {
strchr            366 fs/seq_file.c  		} else if (!strchr(esc, c)) {
strchr             41 fs/smbfs/getopt.c 	if ((val = strchr (token, '=')) != NULL) {
strchr            942 fs/super.c     	const char *subtype = strchr(fstype, '.');
strchr            214 fs/xfs/linux-2.6/xfs_super.c 		if ((value = strchr(this_char, '=')) != NULL)
strchr            230 include/acpi/platform/acenv.h #define ACPI_STRCHR(s1,c)       strchr((s1), (c))
strchr             27 include/asm-x86/string_32.h extern char *strchr(const char *s, int c);
strchr             55 include/linux/string.h extern char * strchr(const char *,int);
strchr            204 init/do_mounts.c 			next = strchr(++p, '\n');
strchr            145 init/do_mounts_md.c 			p = strchr(devname, ',');
strchr            252 init/do_mounts_md.c 		char *comma = strchr(str+pos, ',');
strchr            283 init/main.c    	if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {
strchr           1304 kernel/kexec.c 	first_colon = strchr(ck_cmdline, ':');
strchr           1305 kernel/kexec.c 	first_space = strchr(ck_cmdline, ' ');
strchr            201 kernel/latencytop.c 				c = strchr(sym, '+');
strchr           2344 kernel/module.c 	return str[0] == '$' && strchr("atd", str[1])
strchr           2515 kernel/module.c 	if ((colon = strchr(name, ':')) != NULL) {
strchr            841 kernel/printk.c 		str = strchr(brl_options, ',');
strchr            860 kernel/printk.c 	if ((options = strchr(str, ',')) != NULL)
strchr            226 lib/kobject.c  	while ((s = strchr(kobj->name, '/')))
strchr             35 lib/parser.c   		meta = strchr(p, '%');
strchr           1997 mm/mempolicy.c 	char *nodelist = strchr(str, ':');
strchr           1998 mm/mempolicy.c 	char *flags = strchr(str, '=');
strchr           2114 mm/shmem.c     			options = strchr(options, ',');
strchr           2125 mm/shmem.c     		if ((value = strchr(this_char,'=')) != NULL) {
strchr           2188 mm/slab.c      	WARN_ON(strchr(name, ' '));	/* It confuses parsers */
strchr           4289 mm/slab.c      	tmp = strchr(kbuf, ' ');
strchr            276 net/bridge/br_if.c 	if (strchr(dev->name, '%')) {
strchr            822 net/core/dev.c 		if (p[1] != 'd' || strchr(p + 2, '%'))
strchr            916 net/core/dev.c 	if (strchr(newname, '%')) {
strchr           3713 net/core/dev.c 	colon = strchr(ifr.ifr_name, ':');
strchr           4127 net/core/dev.c 	if (strchr(dev->name, '%')) {
strchr           4473 net/core/dev.c 		if (strchr(pat, '%')) {
strchr            576 net/core/netpoll.c 		if ((delim = strchr(cur, '@')) == NULL)
strchr            585 net/core/netpoll.c 		if ((delim = strchr(cur, '/')) == NULL)
strchr            595 net/core/netpoll.c 		if ((delim = strchr(cur, ',')) == NULL)
strchr            605 net/core/netpoll.c 		if ((delim = strchr(cur, '@')) == NULL)
strchr            614 net/core/netpoll.c 	if ((delim = strchr(cur, '/')) == NULL)
strchr            622 net/core/netpoll.c 		if ((delim = strchr(cur, ':')) == NULL)
strchr            627 net/core/netpoll.c 		if ((delim = strchr(cur, ':')) == NULL)
strchr            632 net/core/netpoll.c 		if ((delim = strchr(cur, ':')) == NULL)
strchr            637 net/core/netpoll.c 		if ((delim = strchr(cur, ':')) == NULL)
strchr            642 net/core/netpoll.c 		if ((delim = strchr(cur, ':')) == NULL)
strchr            999 net/core/rtnetlink.c 	if (strchr(dev->name, '%')) {
strchr            612 net/ipv4/devinet.c 	colon = strchr(ifr.ifr_name, ':');
strchr           1017 net/ipv4/devinet.c 		dot = strchr(old, ':');
strchr            387 net/ipv4/fib_frontend.c 		colon = strchr(devname, ':');
strchr            325 net/ipv4/ip_gre.c 	if (strchr(name, '%')) {
strchr           1472 net/ipv4/ipconfig.c 		if ((cp = strchr(ip, ':')))
strchr           1494 net/ipv4/ipconfig.c 				if ((dp = strchr(ip, '.'))) {
strchr            242 net/ipv4/ipip.c 	if (strchr(name, '%')) {
strchr            246 net/ipv6/ip6_tunnel.c 	if (strchr(name, '%')) {
strchr            185 net/ipv6/sit.c 	if (strchr(name, '%')) {
strchr             82 net/irda/irnet/irnet_ppp.c       next = strchr(start, ',');
strchr           1552 net/sunrpc/clnt.c 	p = strchr(action, '+');
strchr            257 net/tipc/bearer.c 	if ((if_name = strchr(media_name, ':')) == NULL)
strchr            312 net/tipc/bearer.c 		b_if_name = strchr(b_ptr->publ.name, ':') + 1;
strchr            201 net/tipc/dbg.c 		pb_to->crs = strchr(pb_to->buf, 0);
strchr            134 net/tipc/eth_media.c 	char *driver_name = strchr((const char *)tb_ptr->name, ':') + 1;
strchr            318 net/tipc/link.c 	if ((if_local = strchr(addr_local, ':')) == NULL)
strchr            321 net/tipc/link.c 	if ((addr_peer = strchr(if_local, '-')) == NULL)
strchr            325 net/tipc/link.c 	if ((if_peer = strchr(addr_peer, ':')) == NULL)
strchr            456 net/tipc/link.c 	if_name = strchr(b_ptr->publ.name, ':') + 1;
strchr           1192 net/wireless/wext.c 	colon = strchr(iwr.ifr_name, ':');
strchr            308 scripts/basic/fixdep.c 	p = strchr(m, ':');
strchr            119 scripts/conmakehash.c       if ( (p = strchr(buffer, '\n')) != NULL )
strchr             60 scripts/kallsyms.c 	return str[0] == '$' && strchr("atd", str[1])
strchr             53 scripts/kconfig/confdata.c 	while ((src = strchr(in, '$'))) {
strchr            217 scripts/kconfig/confdata.c 			p = strchr(line + 9, ' ');
strchr            252 scripts/kconfig/confdata.c 			p = strchr(line + 7, '=');
strchr            256 scripts/kconfig/confdata.c 			p2 = strchr(p, '\n');
strchr            645 scripts/kconfig/confdata.c 			while ((d = strchr(d, '/'))) {
strchr             16 scripts/kconfig/kxgettext.c 	int multiline = strchr(text, '\n') != NULL;
strchr            286 scripts/kconfig/lxdialog/menubox.c 		if (strchr("ynmh", key))
strchr            354 scripts/kconfig/lxdialog/util.c 			sp = strchr(word, ' ');
strchr            366 scripts/kconfig/lxdialog/util.c 			     && (!(sp2 = strchr(sp, ' '))
strchr            481 scripts/kconfig/lxdialog/util.c 		if (strchr("<[(", c))
strchr            483 scripts/kconfig/lxdialog/util.c 		if (strchr(">])", c) && in_paren > 0)
strchr            486 scripts/kconfig/lxdialog/util.c 		if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)
strchr            574 scripts/kconfig/zconf.y 	while ((p = strchr(str, '"'))) {
strchr           1028 scripts/mod/modpost.c 	return str[0] == '$' && strchr("atd", str[1])
strchr           1540 scripts/mod/modpost.c 			const char *fmt = strchr(name, '\0') + 1;
strchr           1888 scripts/mod/modpost.c 		if (!(symname = strchr(line, '\t')))
strchr           1891 scripts/mod/modpost.c 		if (!(modname = strchr(symname, '\t')))
strchr           1894 scripts/mod/modpost.c 		if ((export = strchr(modname, '\t')) != NULL)
strchr           1896 scripts/mod/modpost.c 		if (export && ((end = strchr(export, '\t')) != NULL))
strchr           1976 scripts/mod/modpost.c 		modname = strchr(marker, '\t');
strchr           1980 scripts/mod/modpost.c 		fmt = strchr(modname, '\t');
strchr            405 scripts/mod/sumversion.c 	sources = strchr(file, '\n');
strchr            412 scripts/mod/sumversion.c 	end = strchr(sources, '\n');
strchr             44 scripts/selinux/mdp/mdp.c 	start = strchr(cname, '_')+1;
strchr             45 scripts/selinux/mdp/mdp.c 	end = strchr(start, '_');
strchr            828 scripts/unifdef.c 			} else if (strchr(" \t", *cp) != NULL) {
strchr            968 security/selinux/hooks.c 		char *has_comma = strchr(opts->mnt_opts[i], ',');
strchr            309 security/selinux/ss/mls.c 				rngptr = strchr(scontextp, '.');
strchr           2613 security/selinux/ss/services.c 		if (strchr(rulestr, '-'))
strchr            233 security/smack/smack_lsm.c 		commap = strchr(cp, ',');
strchr            274 security/smack/smack_lsm.c 		commap = strchr(op, ',');
strchr            962 security/smack/smackfs.c 	cp = strchr(bound, ' ');
strchr            965 security/smack/smackfs.c 	cp = strchr(bound, '\n');
strchr            416 sound/usb/caiaq/caiaq-device.c 	c = strchr(dev->serial, ' ');