Searched refs:strchr (Results 151 - 175 of 494) sorted by relevance

1234567891011>>

/linux-master/arch/um/drivers/
H A Dnet_user.c259 end = strchr(str, ',');
/linux-master/security/tomoyo/
H A Dcondition.c168 char *cp = strchr(arg_ptr, '=');
465 char *cp = strchr(pos, ' ');
531 cp = strchr(pos, ' ');
538 right_word = strchr(left_word, '=');
/linux-master/tools/perf/util/
H A Dprobe-file.c300 p = strchr(buf + 2, ':');
339 p = strchr(ent->s, ':');
529 p = strchr(buf, '\n');
795 op = strchr(desc, '@');
/linux-master/scripts/dtc/
H A Ddtc.c38 unit = strchr(tree->name, '@');
/linux-master/tools/perf/tests/
H A Dtime-utils-test.c84 if (strchr(d->str, '%'))
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.c231 tmp = strchr(name, '.');
/linux-master/arch/sparc/vdso/
H A Dvdso2c.c205 tmp = strchr(name, '.');
/linux-master/drivers/i2c/busses/
H A Di2c-taos-evm.c191 end = strchr(start, '\r');
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_decext.c204 if (!in_escape && strchr(",.!?;:", last))
/linux-master/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c109 p = strchr(mce_helper, '\n');
/linux-master/drivers/tty/serial/
H A Dearlycon.c126 uartclk = strchr(options, ',');
/linux-master/tools/mm/
H A Dpage-types.c1132 p = strchr(optarg, ',');
1134 p = strchr(optarg, '+');
1215 p = strchr(optarg, '=');
1222 } else if (strchr(optarg, '~')) {
/linux-master/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c203 eq = strchr(var, '=');
/linux-master/drivers/md/
H A Ddm-init.c94 s = strchr(*str, separator);
/linux-master/drivers/power/supply/
H A Dpower_supply_hwmon.c382 if (strchr(name, '-')) {
/linux-master/drivers/leds/
H A Duleds.c105 strchr(name, '/')) {
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c65 type = strchr(nodename, '/');
/linux-master/tools/perf/bench/
H A Dsched-pipe.c62 q = strchr(p, ',');
/linux-master/drivers/nvmem/
H A Dbrcm_nvram.c147 eq = strchr(var, '=');
H A Du-boot-env.c104 eq = strchr(var, '=');
/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/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'))) {

Completed in 427 milliseconds

1234567891011>>