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

1234567891011>>

/linux-master/net/ipv4/
H A Dipconfig.c1687 v = strchr(client_id, ',');
1750 if ((cp = strchr(ip, ':')))
1772 if ((dp = strchr(ip, '.'))) {
/linux-master/fs/ceph/
H A Dsuper.c295 fsid_start = strchr(dev_name, '@');
300 fs_name_start = strchr(fsid_start, '.');
351 dev_name_end = strchr(dev_name, '/');
/linux-master/drivers/of/
H A Dbase.c795 const char *separator = strchr(path, ':');
833 const char *separator = strchr(path, ':');
1102 p = strchr(compatible, ',');
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c264 char *cp = strchr(e, '=');
895 cp2 = strchr(cp, '\n');
908 cp2 = strchr(cp, '"');
/linux-master/drivers/usb/usbip/
H A Dvhci_sysfs.c136 c = strchr(name, '.');
/linux-master/drivers/net/hamradio/
H A Dbaycom_par.c405 bc->options = !!strchr(modestr, '*');
/linux-master/drivers/pnp/pnpbios/
H A Dcore.c410 str = strchr(str, ',');
/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c221 p = strchr(base64_lookup_table, src[i]);
/linux-master/drivers/char/
H A Dapm-emulation.c694 str = strchr(str, ',');
/linux-master/net/bridge/
H A Dbr_sysfs_if.c217 char *nl = strchr(buf, '\n');
/linux-master/scripts/dtc/libfdt/
H A Dfdt_overlay.c726 s = strchr(path + 1, '/');
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_decpc.c424 if (!in_escape && strchr(",.!?;:", last))
/linux-master/tools/testing/selftests/net/
H A Dtoeplitz.c430 arg = strchr(arg, ',');
/linux-master/net/netfilter/
H A Dnfnetlink_hook.c188 end = strchr(module_name, ']');
/linux-master/tools/perf/
H A Dbuiltin-diff.c190 w2_str = strchr(opt, ',');
243 option = strchr(str, ':');
1081 if (pdiff.time_str && strchr(pdiff.time_str, ':')) {
1100 p = strchr(*pstr, ':');
/linux-master/mm/kmsan/
H A Dkmsan_test.c114 cur = strchr(expected_header, '+');
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c208 mod_path_ptr = strchr(mod_path, '\n');
/linux-master/arch/um/drivers/
H A Dchan_kern.c503 out = strchr(str, ',');
/linux-master/arch/um/kernel/
H A Dtime.c531 if ((sep = strchr(socket, ':'))) {
/linux-master/usr/
H A Dgen_init_cpio.c446 (end = strchr(start + 2, '}'))) {
/linux-master/fs/crypto/
H A Dfname.c247 const char *p = strchr(base64url_table, src[i]);
/linux-master/drivers/block/aoe/
H A Daoeblk.c190 p = strchr(d->gd->disk_name, '/');
/linux-master/tools/lib/bpf/
H A Delf.c294 at_symbol = strchr(name, '@');
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c532 space = strchr(buffer, ' ');
/linux-master/tools/perf/util/
H A Dutil.c108 while ((d = strchr(d, '/'))) {

Completed in 305 milliseconds

1234567891011>>