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

1234567891011>>

/linux-master/drivers/s390/cio/
H A Dccwgroup.c274 end = strchr(start, ',');
277 end = strchr(start, '\n');
/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/scripts/dtc/
H A Dfdtput.c162 sep = strchr(path, '/');
H A Ddtc.c38 unit = strchr(tree->name, '@');
/linux-master/tools/perf/util/
H A Dstrlist.c147 while ((sep = strchr(s, ',')) != NULL) {
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/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/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/block/
H A Dearly-lookup.c55 slash = strchr(uuid_str, '/');
/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/tools/include/nolibc/
H A Dstring.h90 char *strchr(const char *s, int c) function
/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, '=');

Completed in 290 milliseconds

1234567891011>>