Searched refs:strchr (Results 26 - 50 of 495) sorted by relevance

1234567891011>>

/linux-master/tools/perf/arch/powerpc/util/
H A Dheader.c25 if (strchr(buffer, '$')) {
/linux-master/tools/perf/ui/browsers/
H A Dheader.c108 for (pos = ptr, argc = 0; (pos = strchr(pos, '\n')) != NULL; pos++)
116 for (i = 1; (pos = strchr(pos, '\n')) != NULL; i++) {
/linux-master/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c39 end = strchr(drc_name, '\n');
69 end = strchr(drc_name, '\n');
/linux-master/arch/sh/kernel/
H A Dmachvec.c48 mv_end = strchr(from, ' ');
52 mv_comma = strchr(from, ',');
H A Dnmi_debug.c55 sep = strchr(p, ',');
/linux-master/drivers/md/dm-vdo/
H A Dthread-utils.c53 char *name_colon = strchr(name, ':');
54 char *my_name_colon = strchr(current->comm, ':');
/linux-master/tools/perf/util/
H A Dstring.c274 d = strchr(ret, '\\');
284 p = strchr(s + 1, '\\');
316 const char *loc = strchr(haystack, needle);
322 loc = strchr(loc + 1, needle);
330 loc = strchr(haystack, needle);
344 loc = strchr(from, needle);
H A Dtime-utils.c81 d = strchr(start_str, ch);
144 p = skip_spaces(strchr(p, ',') + 1);
185 c = strchr(str, '%');
231 p = strchr(str, '/');
302 p2 = strchr(p1, ',');
372 c = strchr(ostr, '/');
378 c = strchr(ostr, '-');
384 c = strchr(ostr, '%');
405 p2 = strchr(p1, ',');
467 bool has_percent = strchr(time_st
[all...]
H A Dcputopo.c60 p = strchr(buf, '\n');
91 p = strchr(buf, '\n');
121 p = strchr(buf, '\n');
170 if (strchr(cpu_list, ',') || strchr(cpu_list, '-'))
335 if (!strchr(buf, ':'))
360 p = strchr(buf, '\n');
396 c = strchr(buf, '\n');
457 p = strchr(buf, '\n');
H A Dunits.c15 char *s = strchr(str, i->tag);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dproc.c61 column = strchr(line, ':');
75 while ((pos = strchr(pos, ' '))) {
87 pos = strchr(line, ' ') + 1;
96 const char *new_pos = strchr(pos, ' ');
100 new_pos = strchr(pos, '\n');
/linux-master/arch/x86/platform/geode/
H A Dalix.c148 a = strchr(name, '\0');
153 a = strchr(name, '\r');
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c85 p = strchr(line, ':');
95 p = strchr(line, ':');
/linux-master/arch/x86/lib/
H A Dstring_32.c144 char *strchr(const char *s, int c) function
162 EXPORT_SYMBOL(strchr); variable
/linux-master/tools/perf/arch/x86/util/
H A Dheader.c53 if (strchr(buffer, '$')) {
84 while ((tmp = strchr(tmp, '-')) != NULL) {
/linux-master/arch/alpha/include/asm/
H A Dstring.h57 extern char * strchr(const char *,int);
/linux-master/arch/mips/fw/arc/
H A Dcmdline.c57 s = strchr(prom_argv(actr), '=');
/linux-master/arch/arm/include/asm/
H A Dstring.h17 extern char * strchr(const char * s, int c);
/linux-master/lib/
H A Dkasprintf.c45 if (!strchr(fmt, '%'))
H A Dbase64.c81 const char *p = strchr(base64_table, src[i]);
/linux-master/arch/arm64/lib/
H A DMakefile6 strnlen.o strchr.o strrchr.o tishift.o
/linux-master/arch/x86/boot/
H A Dstring.h25 extern char *strchr(const char *s, int c);
/linux-master/arch/mips/fw/lib/
H A Dcmdline.c64 yamon = (strchr(fw_envp(index), '=') == NULL);
/linux-master/fs/smb/client/
H A Dcifsroot.c50 s = strchr(&line[2], '/');
/linux-master/fs/affs/
H A Dsymlink.c34 if (strchr(lf->symname,':')) { /* Handle assign or volume name */

Completed in 192 milliseconds

1234567891011>>