Searched refs:strchr (Results 1 - 25 of 495) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c239 char *sep = strchr(mtm, '-');
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2864 if (strchr(name, ':')) {
5823 if (strchr(new_name, ':')) {
/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], '\\');
H A Dcifsglob.h1646 while ((pos = strchr(pos, old_delim)))
/linux-master/drivers/tty/serial/
H A Dserial_core.c2239 p = strchr(p, ',');
/linux-master/block/
H A Dblk-iocost.c3099 if (!strchr(buf, ':')) {
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c999 char *next = strchr(str, ',');
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dproc.c61 column = strchr(line, ':');
75 while ((pos = strchr(pos, ' '))) {
87 pos = strchr(line, ' ') + 1;
96 const char *new_pos = strchr(pos, ' ');
100 new_pos = strchr(pos, '\n');
/linux-master/tools/perf/util/
H A Dannotate.c290 name = strchr(endptr, '<');
297 strchr(name, arch->objdump.skip_functions_char))
300 tok = strchr(name, '>');
320 tok = strchr(endptr, '*');
382 const char *c = strchr(ops->raw, ',');
385 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char);
386 ops->jump.raw_func_start = strchr(ops->raw, '<');
408 c = strchr(c, ',');
466 c = strchr(ops->raw, ',');
470 const char *c2 = strchr(
[all...]
/linux-master/net/netfilter/
H A Dnf_tables_api.c4475 p = strchr(name, '%');
4477 if (p[1] != 'd' || strchr(p + 2, '%'))
/linux-master/net/ipv4/
H A Dfib_frontend.c536 colon = strchr(devname, ':');
/linux-master/net/core/
H A Ddev.c1070 p = strchr(name, '%');
1071 if (!p || p[1] != 'd' || strchr(p + 2, '%'))
1123 if (strchr(want_name, '%'))
1198 if (oldname[0] && !strchr(oldname, '%'))
/linux-master/mm/
H A Dshmem.c4120 options = strchr(options, ',');
4130 char *value = strchr(this_char, '=');
/linux-master/lib/
H A Dbootconfig.c518 ret = strchr(p, '\n');
588 if (c && !strchr(",;\n#}", c))
594 if (strchr(",;\n#}", c)) {
684 while ((p = strchr(k, '.'))) {
/linux-master/arch/x86/events/
H A Dcore.c1894 next_str = strchr(str, ';');
1900 str = strchr(str, ';');
/linux-master/drivers/iommu/amd/
H A Dinit.c3623 addr = strchr(str, '@');
3625 addr = strchr(str, '=');
/linux-master/drivers/ata/
H A Dlibata-core.c6442 p = strchr(start, ':');
6453 p = strchr(id, '.');
H A Dahci.c707 if (!strchr(str, '=')) {
720 param = strchr(name, '=');
730 param = strchr(param, ',');
737 param = strchr(mask_s, ',');
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c1687 comma = strchr(name_list, ',');
5518 sp = strchr(name_buf, '-');
7655 eos = strchr(name_buffer, ',');
7662 add_command = strchr(add_command, ',');
7729 sp = strchr(name_buf, '-');
7759 sp = strchr(name_buf, '-');
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c445 p = strchr(os_version, '-');
463 p = strchr(buf, '=');
519 p = strchr(buf, '\n');
530 p = strchr(buf, '\n');
541 p = strchr(buf, '\n');
593 x = strchr(p, '\n');
636 x = strchr(p, '\n');
670 x = strchr(p, '\n');
989 x = strchr(p, '\n');
1071 x = strchr(star
[all...]
/linux-master/kernel/trace/
H A Dtrace_events.c271 array_descriptor = strchr(field->type, '[');
414 c = strchr(fmt + i, ',');
425 a = strchr(fmt + i, '&');
1604 array_descriptor = strchr(field->type, '[');
2858 ptr = strchr(field->type, '[');
/linux-master/kernel/
H A Dkprobes.c1406 p = strchr(symname, '.');
/linux-master/fs/proc/
H A Dbootconfig.c49 if (strchr(val, '"'))
/linux-master/drivers/target/
H A Dtarget_core_configfs.c2593 ptr = strchr(ptr, ' ');
2600 ptr = strchr(ptr, ' ');
2644 ptr = strchr(ptr, ' ');
/linux-master/fs/btrfs/
H A Dioctl.c1173 devstr = strchr(sizestr, ':');
1297 if (strchr(name, '/')) {
2513 if (strchr(subvol_name, '/') ||
4286 names, strchr(names, ',') ? "s" : "");
4301 names, strchr(names, ',') ? "s" : "");
4316 names, strchr(names, ',') ? "s" : "");

Completed in 550 milliseconds

1234567891011>>