Searched refs:strchr (Results 476 - 494 of 494) sorted by relevance

<<11121314151617181920

/linux-master/drivers/base/
H A Dcore.c3974 if (strchr(dev_name(dev), '!') == NULL)
/linux-master/drivers/tty/serial/
H A Dserial_core.c2234 p = strchr(p, ',');
/linux-master/security/smack/
H A Dsmack_lsm.c747 char *next = strchr(from, ',');
/linux-master/security/selinux/ss/
H A Dservices.c3544 if (strchr(rulestr, '-'))
/linux-master/net/tipc/
H A Dnode.c1277 if_name = strchr(b->name, ':') + 1;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c4974 s = strchr(s + 1, '\n');
4988 s = strchr(s + 1, '\n');
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2862 if (strchr(name, ':')) {
5821 if (strchr(new_name, ':')) {
/linux-master/drivers/scsi/
H A Dips.c518 value = strchr(key, ':');
H A Dst.c4145 stp = strchr(stp, ',');
H A Dipr.c4009 endline = strchr(fname, '\n');
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c4189 if (strchr(name, '/')) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c2098 board_mode_str = strchr(buf, '\n');
/linux-master/kernel/cgroup/
H A Dcgroup.c5735 if (strchr(name, '\n'))
/linux-master/tools/perf/
H A Dbuiltin-trace.c4533 if ((sep = strchr(s, ',')) != NULL)
/linux-master/drivers/block/
H A Drbd.c6367 char *value = strchr(key, '=');
/linux-master/security/selinux/
H A Dhooks.c1060 bool has_comma = strchr(context, ',');
/linux-master/net/netfilter/
H A Dnf_tables_api.c4475 p = strchr(name, '%');
4477 if (p[1] != 'd' || strchr(p + 2, '%'))
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c1819 p = strchr(p, ' ');
/linux-master/fs/nfs/
H A Dnfs4proc.c6443 if (strchr(clp->cl_ipaddr, ':') != NULL)

Completed in 1014 milliseconds

<<11121314151617181920