Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/OK3568_Linux_fs/kernel/tools/perf/arch/s390/annotate/
H A Dinstructions.c13 tok = strchr(ops->raw, ','); in s390_call__parse()
19 name = strchr(endptr, '<'); in s390_call__parse()
26 strchr(name, arch->objdump.skip_functions_char)) in s390_call__parse()
29 tok = strchr(name, '>'); in s390_call__parse()
60 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse()
81 s = strchr(endptr, '<'); in s390_mov__parse()
84 endptr = strchr(s + 1, '>'); in s390_mov__parse()
114 if (strchr(name, 'j') || in s390__associate_ins_ops()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dparseurl.c91 col = strchr(p, ':'); in RTMP_ParseURL()
92 ques = strchr(p, '?'); in RTMP_ParseURL()
93 slash = strchr(p, '/'); in RTMP_ParseURL()
143 slash2 = strchr(p, '/'); in RTMP_ParseURL()
145 slash3 = strchr(slash2+1, '/'); in RTMP_ParseURL()
147 slash4 = strchr(slash3+1, '/'); in RTMP_ParseURL()
220 temp = strchr(ppstart, '&'); in RTMP_ParsePlaypath()
226 q = strchr(ppstart, '?'); in RTMP_ParsePlaypath()
H A Dhashswf.c116 p1 = strchr(url + 4, ':'); in HTTP_get()
121 path = strchr(host, '/'); in HTTP_get()
205 p1 = strchr(sb.sb_buf, ' '); in HTTP_get()
387 n = strchr(s, ' '); in make_unix_time()
393 n = strchr(month, ' '); in make_unix_time()
404 n = strchr(month, ' '); in make_unix_time()
517 file = strchr(url, '/'); in RTMP_HashSWF()
521 file = strchr(file, '/'); in RTMP_HashSWF()
637 q = strchr(url, '?'); in RTMP_HashSWF()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i.c173 for (end = str; *end && strchr("0123456789:.ets", *end); ++end); in parsesamples()
177 pos = strchr(str, ':'); in parsesamples()
180 pos = strchr(str, '.'); in parsesamples()
183 pos = strchr(str, 'e'); in parsesamples()
237 if (*str && strchr("+-", *str)) in parsesamples()
343 if (!strchr("+-=", def)) in lsx_parseposition()
346 if (*str && strchr("+-=", *str)) in lsx_parseposition()
350 if (strchr("+-", anchor)) { in lsx_parseposition()
352 if (*str && strchr("+-", *str)) in lsx_parseposition()
371 for (l = str; *l && strchr("0123456789:.ets+-", *l); ++l); in lsx_parseposition()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtime-utils.c81 d = strchr(start_str, ch); in split_start_end()
144 p = skip_spaces(strchr(p, ',') + 1); in perf_time__parse_strs()
185 c = strchr(str, '%'); in parse_percent()
231 p = strchr(str, '/'); in percent_slash_split()
302 p2 = strchr(p1, ','); in percent_comma_split()
372 c = strchr(ostr, '/'); in perf_time__percent_parse_str()
378 c = strchr(ostr, '-'); in perf_time__percent_parse_str()
384 c = strchr(ostr, '%'); in perf_time__percent_parse_str()
405 p2 = strchr(p1, ','); in perf_time__range_alloc()
467 bool has_percent = strchr(time_str, '%'); in perf_time__parse_for_ranges_reltime()
H A Dcputopo.c52 p = strchr(buf, '\n'); in build_cpu_topology()
83 p = strchr(buf, '\n'); in build_cpu_topology()
113 p = strchr(buf, '\n'); in build_cpu_topology()
253 if (!strchr(buf, ':')) in load_numa_node()
278 p = strchr(buf, '\n'); in load_numa_node()
314 c = strchr(buf, '\n'); in numa_topology__new()
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dstrchr.S21 SYM_FUNC_START_WEAK(strchr)
31 SYM_FUNC_END(strchr)
32 EXPORT_SYMBOL_NOKASAN(strchr)
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dstrchr.S16 .globl strchr symbol
17 .ent strchr
18 strchr: label
71 .end strchr
72 EXPORT_SYMBOL(strchr)
H A Dev67-strchr.S26 .globl strchr symbol
27 .ent strchr
28 strchr: label
89 .end strchr
90 EXPORT_SYMBOL(strchr)
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtape_class.c58 for (s = strchr(tcd->device_name, '/'); s; s = strchr(s, '/')) in register_tape_dev()
61 for (s = strchr(tcd->mode_name, '/'); s; s = strchr(s, '/')) in register_tape_dev()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch26 - if (!c_isdigit(*ptr) && !c_isalpha(*ptr) && strchr(".-+~:", *ptr) == NULL)
27 + if (!c_isdigit(*ptr) && !c_isalpha(*ptr) && strchr(".-+~:_", *ptr) == NULL)
31 - if (!c_isdigit(*ptr) && !c_isalpha(*ptr) && strchr(".+~", *ptr) == NULL)
32 + if (!c_isdigit(*ptr) && !c_isalpha(*ptr) && strchr(".-+~_", *ptr) == NULL)
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_si_hotmod.c65 s = strchr(*curr, ','); in parse_str()
127 s = strchr(curr, ','); in parse_hotmod_str()
140 s = strchr(curr, ','); in parse_hotmod_str()
145 o = strchr(curr, '='); in parse_hotmod_str()
208 next = strchr(curr, ':'); in hotmod_handler()
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0002-Extract-a-function-for-splitting-a-colon-separated-s.patch27 + const char * end = strchr(pos, ':');
28 + if (!end) end = strchr(pos, 0);
48 - char * end = strchr(pos, ':');
49 - if (!end) end = strchr(pos, 0);
/OK3568_Linux_fs/buildroot/package/matchbox-lib/
H A D0001-index-is-legacy.patch19 + if (strchr(spec, ',') != NULL || strchr(spec, '-') != NULL)
32 + while(strchr("/\0", *p) == NULL) p++;
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dexecvp.c45 if (strchr (file, '/') != NULL) { in execvp_noalloc()
71 p = strchr(path, ':'); in execvp_noalloc()
73 p = strchr(path, '\0'); in execvp_noalloc()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_string.c123 result = strchr(test_string, test_string[i]); in strchr_selftest()
128 result = strchr(empty_string, '\0'); in strchr_selftest()
132 result = strchr(empty_string, 'a'); in strchr_selftest()
136 result = strchr(test_string, 'z'); in strchr_selftest()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsuncore.c122 s = strchr(s, ','); in sunserial_console_termios()
124 s = strchr(s, ','); in sunserial_console_termios()
126 s = strchr(s, ','); in sunserial_console_termios()
128 s = strchr(s, ','); in sunserial_console_termios()
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dbootm.c90 quote = strchr(bootargs, '"'); in linux_cmdline_legacy()
91 next = strchr(bootargs, ' '); in linux_cmdline_legacy()
98 next = strchr(quote + 1, '"'); in linux_cmdline_legacy()
100 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
101 next = strchr(next + 1, ' '); in linux_cmdline_legacy()
/OK3568_Linux_fs/kernel/include/acpi/platform/
H A Dacgccex.h20 #ifdef strchr
21 #undef strchr
/OK3568_Linux_fs/kernel/block/
H A Dcmdline-parser.c43 char *next = strchr(++partdef, ')'); in parse_subpart()
105 next = strchr(bdevdef, ':'); in parse_parts()
120 next = strchr(bdevdef, ','); in parse_parts()
181 next = strchr(pbuf, ';'); in cmdline_parts_parse()
/OK3568_Linux_fs/kernel/tools/perf/ui/tui/
H A Dutil.c85 const char *sep = strchr(t, '\n'); in ui_browser__input_window()
88 sep = strchr(t, '\0'); in ui_browser__input_window()
175 const char *sep = strchr(t, '\n'); in __ui__info_window()
179 sep = strchr(t, '\0'); in __ui__info_window()
/OK3568_Linux_fs/kernel/tools/perf/arch/arm64/annotate/
H A Dinstructions.c16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse()
37 s = strchr(endptr, '<'); in arm64_mov__parse()
40 endptr = strchr(s + 1, '>'); in arm64_mov__parse()
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dstrchr.S14 ENTRY(strchr)
24 ENDPROC(strchr)
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dreconfig.c121 tmp = strchr(buf, ' '); in parse_next_property()
204 buf = strchr(buf, ' '); in do_add_node()
260 buf = strchr(buf, ' '); in parse_node()
306 tmp = strchr(buf,' '); in do_remove_property()
369 tmp = strchr(kbuf, ' '); in ofdt_write()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_misc.c307 p = strchr(p, del); in create_entry()
314 strchr(e->name, '/')) in create_entry()
340 s = strchr(p, del); in create_entry()
421 p = strchr(p, del); in create_entry()
428 p = strchr(p, del); in create_entry()
432 if (!e->magic[0] || strchr(e->magic, '/')) in create_entry()
437 p = strchr(p, del); in create_entry()
445 p = strchr(p, del); in create_entry()

12345678910>>...34