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

1234567891011>>

/linux-master/arch/x86/boot/
H A Dstring.c189 * strchr - Find the first occurrence of the character c in the string s.
193 char *strchr(const char *s, int c) function
/linux-master/mm/kasan/
H A Dreport_generic.c214 const char *sep = strchr(*frame_descr, ' ');
/linux-master/drivers/nvmem/
H A Du-boot-env.c104 eq = strchr(var, '=');
/linux-master/arch/um/os-Linux/
H A Dstart_up.c309 file = strchr(str,',');
/linux-master/fs/smb/server/
H A Dmisc.c128 if (strchr(s_name, ':')) {
/linux-master/lib/
H A Dseq_buf.c123 while ((lf = strchr(start, '\n'))) {
/linux-master/arch/arm/kernel/
H A Dvdso.c136 c = strchr(name, '@');
/linux-master/tools/lib/subcmd/
H A Drun-command.c117 if (strchr(*cmd->env, '='))
/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/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/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1006 CASE_TEST(strchr_foobar_o); EXPECT_STREQ(1, strchr("foobar", 'o'), "oobar"); break;
1007 CASE_TEST(strchr_foobar_z); EXPECT_STRZR(1, strchr("foobar", 'z')); break;
1350 comma = strchr(test, ',');
1354 colon = strchr(test, ':');
1372 colon = strchr(value, ':');
1376 dash = strchr(value, '-');
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c2121 delim = strchr(value, ',');
2149 delim = strchr(value, ',');
2173 delim = strchr(option, '=');
2175 delim = strchr(option, ',');
2238 sep = strchr(delim, ',');
2381 options_ptr = strchr(name, ',');
/linux-master/scripts/mod/
H A Dmodpost.c151 next = strchr(orig, '\n');
1556 p = strchr(name, ' ');
2094 if (!(symname = strchr(line, '\t')))
2097 if (!(modname = strchr(symname, '\t')))
2100 if (!(export = strchr(modname, '\t')))
2103 if (!(namespace = strchr(export, '\t')))
/linux-master/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c489 if (strchr(modestr, '*'))
491 else if (strchr(modestr, '+'))
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c160 p = strchr(s, '\n');
323 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/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/drivers/s390/char/
H A Dsclp_cpi_sys.c194 strchr("$@# ", str[i]))

Completed in 198 milliseconds

1234567891011>>