taglinefilesource code
strchr663drivers/scsi/fdomain.cif (strchr( VERSION, ':')) { /* Assume VERSION is an RCS Revision string */
strchr664drivers/scsi/fdomain.cstrcat( buffer, strchr( VERSION, ':' ) + 1 );
strchr610fs/exec.cif ((cp = strchr(bprm.buf, '\n')) == NULL)
strchr186fs/ext2/super.cif ((value = strchr (this_char, '=')) != NULL)
strchr553fs/hpfs/hpfs_fs.cif ((rhs = strchr(p, '=')) != 0)
strchr84fs/isofs/inode.cif ((value = strchr(this_char,'=')) != NULL)
strchr87fs/isofs/inode.cif (value[0] && !value[1] && strchr("on",*value))
strchr94fs/isofs/inode.cif (value[0] && !value[1] && strchr("bta",*value))
strchr82fs/msdos/inode.cif ((value = strchr(this_char,'=')) != NULL)
strchr85fs/msdos/inode.cif (value[0] && !value[1] && strchr("rns",*value))
strchr93fs/msdos/inode.cif (value[0] && !value[1] && strchr("bta",*value))
strchr52fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
strchr53fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
strchr72fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
strchr73fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c))
strchr158init/main.cif ((cur = strchr(cur,',')) != NULL)
strchr272init/main.cif ((next = strchr(line,' ')) != NULL)
strchr309init/main.cif (strchr(line,'=')) {