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

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dvdso.c136 c = strchr(name, '@');
/linux-master/fs/nfs/
H A Dnfs4super.c208 if (strchr(hostname, ':'))
/linux-master/scripts/kconfig/lxdialog/
H A Dtextbox.c350 while (s < page && (s = strchr(s, '\n'))) {
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c239 char *sep = strchr(mtm, '-');
/linux-master/tools/include/nolibc/
H A Dstring.h90 char *strchr(const char *s, int c) function
/linux-master/block/
H A Dearly-lookup.c55 slash = strchr(uuid_str, '/');
/linux-master/tools/lib/subcmd/
H A Drun-command.c117 if (strchr(*cmd->env, '='))
/linux-master/drivers/tty/vt/
H A Dconmakehash.c127 if ( (p = strchr(buffer, '\n')) != NULL )
/linux-master/drivers/net/bonding/
H A Dbond_options.c609 p = strchr(val->string, '\n');
701 p = strchr(val->string, '\n');
735 p = strchr(val->string, '\n');
1361 p = strchr(primary, '\n');
1554 delim = strchr(newval->string, ':');
/linux-master/scripts/mod/
H A Dmodpost.c151 next = strchr(orig, '\n');
1551 p = strchr(name, ' ');
2089 if (!(symname = strchr(line, '\t')))
2092 if (!(modname = strchr(symname, '\t')))
2095 if (!(export = strchr(modname, '\t')))
2098 if (!(namespace = strchr(export, '\t')))
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1075 CASE_TEST(strchr_foobar_o); EXPECT_STREQ(1, strchr("foobar", 'o'), "oobar"); break;
1076 CASE_TEST(strchr_foobar_z); EXPECT_STRZR(1, strchr("foobar", 'z')); break;
1432 comma = strchr(test, ',');
1436 colon = strchr(test, ':');
1454 colon = strchr(value, ':');
1458 dash = strchr(value, '-');
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c2119 delim = strchr(value, ',');
2147 delim = strchr(value, ',');
2171 delim = strchr(option, '=');
2173 delim = strchr(option, ',');
2236 sep = strchr(delim, ',');
2379 options_ptr = strchr(name, ',');
/linux-master/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c489 if (strchr(modestr, '*'))
491 else if (strchr(modestr, '+'))
/linux-master/fs/
H A Dfs_context.c222 char *value = strchr(key, '=');
604 if (strchr(param->key, ',') ||
/linux-master/drivers/hwmon/
H A Dibmpowernv.c220 char *hash_pos = strchr(name, '#');
229 dash_pos = strchr(hash_pos, '-');
/linux-master/tools/perf/util/
H A Dtrace-event-info.c485 char *str = strchr(name, ':');
521 if (strchr(pos->name, ':') == NULL)
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs.c542 d = strchr(str, ',');
544 d = strchr(str, '@');
/linux-master/fs/afs/
H A Dproc.c101 name = strchr(buf, ' ');
110 args = strchr(name, ' ');
/linux-master/fs/cachefiles/
H A Ddaemon.c638 if (strchr(args, '/'))
709 if (strchr(args, '/'))
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c411 if (kernel && strchr(buf, '['))
413 if (!kernel && !strchr(buf, '['))
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c158 p = strchr(s, '\n');
321 val = strchr(key, '=');
/linux-master/tools/perf/
H A Dbuiltin-probe.c182 if (params->uprobes || strchr(str, '/')) {
676 if (!strchr("lda", params->command) && symbol_conf.vmlinux_name)
/linux-master/drivers/s390/char/
H A Dsclp_cpi_sys.c194 strchr("$@# ", str[i]))
/linux-master/drivers/media/cec/core/
H A Dcec-pin-error-inj.c145 comma = strchr(token, ',');
/linux-master/tools/bootconfig/
H A Dmain.c27 if (strchr(val, '"'))

Completed in 282 milliseconds

1234567891011>>