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

1234567891011>>

/linux-master/scripts/kconfig/
H A Dconfdata.c115 while ((p = strchr(p, '/'))) {
414 p = strchr(sym_name, ' ');
429 p = strchr(sym_name, '=');
/linux-master/drivers/target/iscsi/
H A Discsi_target_parameters.c679 *value = strchr(textbuf, '=');
925 tmp1 = strchr(proposer_values, ',');
935 tmp2 = strchr(acceptor_values, ',');
1092 comma_ptr = strchr(value, ',');
1147 comma_ptr = strchr(value, ',');
H A Discsi_target_auth.c221 p = strchr(base64_lookup_table, src[i]);
/linux-master/fs/smb/client/
H A Dfs_context.c461 nval = strchr(p, '=');
675 options = strchr(options, ',');
682 value = strchr(key, '=');
728 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) {
739 slash = strchr(&ctx->UNC[2], '\\');
/linux-master/tools/perf/util/
H A Dsymbol.c268 prev_mod = strchr(prev->name, '[');
269 curr_mod = strchr(curr->name, '[');
679 sep = strchr(line, ' ');
770 __symbols__insert(root, sym, !strchr(name, '['));
808 module = strchr(pos->name, '\t');
865 module = strchr(pos->name, '\t');
H A Devlist.c1877 p = strchr(s, ',');
1923 comma = strchr(str, ',');
2541 if (strchr(pos->name, '/'))
2544 attributes = strchr(pos->name, ':');
/linux-master/net/ipv4/
H A Dipconfig.c1687 v = strchr(client_id, ',');
1750 if ((cp = strchr(ip, ':')))
1772 if ((dp = strchr(ip, '.'))) {
/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/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.c794 const char *separator = strchr(path, ':');
832 const char *separator = strchr(path, ':');
1101 p = strchr(compatible, ',');
/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/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, '}'))) {

Completed in 390 milliseconds

1234567891011>>