Searched refs:strchr (Results 251 - 275 of 494) sorted by relevance

<<11121314151617181920

/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-sysfs.c180 nl = strchr(buf, '\n');
/linux-master/drivers/clk/ti/
H A Dclk.c135 p = strchr(tmp, '@');
/linux-master/scripts/kconfig/lxdialog/
H A Dmenubox.c267 if (strchr("ynmh", key))
/linux-master/drivers/ata/
H A Dahci.c707 if (!strchr(str, '=')) {
720 param = strchr(name, '=');
730 param = strchr(param, ',');
737 param = strchr(mask_s, ',');
/linux-master/drivers/soc/renesas/
H A Drenesas-soc.c493 soc_id = strchr(match->compatible, ',') + 1;
/linux-master/arch/alpha/kernel/
H A Dsmp.c272 while ((cp2 = strchr(cp2, '\r')) != 0) {
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c143 subtest_str = strchr(test_spec, '/');
/linux-master/include/linux/
H A Dstring.h168 extern char * strchr(const char *,int);
/linux-master/drivers/power/supply/
H A Dpower_supply_sysfs.c454 line = strchr(prop_buf, '\n');
/linux-master/tools/perf/util/
H A Devlist.c1878 p = strchr(s, ',');
1924 comma = strchr(str, ',');
2542 if (strchr(pos->name, '/'))
2545 attributes = strchr(pos->name, ':');
H A Dsrcline.c379 sep = strchr(filename, '\n');
386 sep = strchr(filename, ':');
/linux-master/tools/hv/
H A Dhv_fcopy_uio_daemon.c74 while ((q = strchr(p, '/')) != NULL) {
/linux-master/tools/perf/
H A Dbuiltin-mem.c417 p = strchr(s, ',');
H A Dbuiltin-ftrace.c697 for (p = buf; (q = strchr(p, '\n')) != NULL; p = q + 1) {
718 p = strchr(linebuf, ')');
/linux-master/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c877 p1 = strchr(p, '\n');
881 p2 = strchr(p, '=');
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c171 char *ptr = strchr(str, ' ');
180 ptr = strchr(ptr + 1, ' ');
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c177 eoc = strchr(sol, '\n');
179 eoc = strchr(sol, '\0');
/linux-master/fs/hostfs/
H A Dhostfs_kern.c54 ptr = strchr(options, ',');
62 ptr = strchr(options, ',');
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c1043 newline = strchr(tmp, '\n');
1124 newline = strchr(tmp, '\n');
/linux-master/drivers/video/
H A Dsticore.c368 if ((x = strchr(str, 'x')) || (x = strchr(str, '*'))) {
/linux-master/lib/
H A Ddynamic_debug.c355 char *last = strchr(first, '-');
440 fline = strchr(query->filename, ':');
656 p = strchr(cl_str, ',');
1278 sep = strchr(param, '.');
/linux-master/kernel/trace/
H A Dtrace_fprobe.c923 char *tmp = strchr(argv[1], '%');
1014 event = strchr(&argv[0][1], ':');
/linux-master/drivers/usb/gadget/function/
H A Du_ether.c1031 p = strchr(name, '%');
1032 if (!p || p[1] != 'd' || strchr(p + 2, '%'))
/linux-master/drivers/tty/hvc/
H A Dhvc_iucv.c1133 nextdelim = strchr(filter, ',');
1190 while ((residual = strchr(residual, ',')) != NULL) {
/linux-master/tools/perf/tests/
H A Dpmu-events.c841 for (cur = strchr(dup, '@') ; cur; cur = strchr(++cur, '@'))

Completed in 477 milliseconds

<<11121314151617181920