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

<<11121314151617181920

/linux-master/security/apparmor/
H A Dapparmorfs.c121 else if (isalnum(*name) || strchr("._-", *name))
130 strchr("/._-", *name))
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1043 p = strchr(s, '=');
1099 p = strchr(p, ')');
H A Dsk_lookup.c84 return !!strchr(ip, ':');
/linux-master/fs/reiserfs/
H A Dsuper.c995 *cur = strchr(p, ',');
1272 if (strchr(arg, '/')) {
H A Dbitmap.c582 if ((value = strchr(this_char, '=')) != NULL)
/linux-master/arch/x86/events/
H A Dcore.c1894 next_str = strchr(str, ';');
1900 str = strchr(str, ';');
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c779 cmd_buf_tmp = strchr(cmd_buf, '\n');
1706 buf_tmp = strchr(i40e_dbg_netdev_ops_buf, '\n');
/linux-master/mm/
H A Dmempolicy.c3169 char *nodelist = strchr(str, ':');
3170 char *flags = strchr(str, '=');
/linux-master/kernel/printk/
H A Dprintk.c2511 if (strchr(str, ':'))
2522 options = strchr(str, ',');
/linux-master/tools/perf/util/
H A Devsel.c2930 if (strchr(name, '/') ||
2931 (strchr(name, ':') && !evsel->is_libpfm_event))
H A Dsymbol-elf.c1667 if (elf_name[0] == '$' && strchr("adtx", elf_name[1])
2216 if (strchr(name, '[')) {
/linux-master/tools/perf/
H A Dbuiltin-inject.c667 dso_name = strchr(build_id, ' ');
699 dso_name = strchr(build_id, ' ');
/linux-master/net/ipv4/
H A Ddevinet.c1060 colon = strchr(ifr->ifr_name, ':');
1525 dot = strchr(old, ':');
H A Dsysctl_net_ipv4.c331 backup_data = strchr(tbl.data, ',');
/linux-master/drivers/iommu/amd/
H A Dinit.c3593 addr = strchr(str, '@');
3595 addr = strchr(str, '=');
/linux-master/tools/bpf/
H A Dbpf_dbg.c1020 while ((token = strchr(token, separator)) && (++token)[0]) {
/linux-master/drivers/usb/usbip/
H A Dvhci_hcd.c1129 c = strchr(name, '.');
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c270 if (strchr(unit_format, '%'))
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c221 if (strchr(unit_format, '%'))
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c221 if (strchr(unit_format, '%'))
/linux-master/drivers/md/
H A Ddm-stats.c996 h = strchr(h, ',') + 1;
/linux-master/arch/x86/kernel/
H A Dapm_32.c1867 str = strchr(str, ',');
/linux-master/drivers/auxdisplay/
H A Dpanel.c1392 idx = strchr(sigtab, *name);
/linux-master/drivers/base/firmware_loader/
H A Dmain.c525 nt = strchr(fw_path[i], '\n');
/linux-master/kernel/kcsan/
H A Dkcsan_test.c196 cur = strchr(expect[0], '+');

Completed in 348 milliseconds

<<11121314151617181920