Home
last modified time | relevance | path

Searched refs:strrchr (Results 1 – 25 of 131) sorted by relevance

123456

/linux/arch/alpha/lib/
H A Dstrrchr.S16 .ent strrchr
17 .globl strrchr symbol
18 strrchr: label
88 .end strrchr
89 EXPORT_SYMBOL(strrchr)
H A Dev67-strrchr.S29 .ent strrchr
30 .globl strrchr symbol
31 strrchr: label
110 .end strrchr
111 EXPORT_SYMBOL(strrchr)
H A DMakefile27 $(ev67-y)strrchr.o \
/linux/arch/arm/lib/
H A Dstrrchr.S14 ENTRY(strrchr)
23 ENDPROC(strrchr)
H A DMakefile12 strchr.o strrchr.o \
/linux/arch/arm64/lib/
H A Dstrrchr.S33 SYM_FUNC_ALIAS_WEAK(strrchr, __pi_strrchr)
34 EXPORT_SYMBOL_NOKASAN(strrchr)
H A DMakefile6 strnlen.o strchr.o strrchr.o tishift.o
/linux/tools/perf/arch/loongarch/util/
H A Dheader.c31 line2 = strrchr(line, ' '); in _get_field()
36 nl = strrchr(line, '\n'); in _get_field()
/linux/tools/perf/arch/riscv/util/
H A Dheader.c24 line2 = strrchr(line, ' '); in _get_field()
29 nl = strrchr(line, '\n'); in _get_field()
/linux/tools/testing/selftests/proc/
H A Dfd-003-kthread.c73 p = strrchr(buf, ' '); in kernel_thread_fd()
78 p = strrchr(buf, ' '); in kernel_thread_fd()
/linux/tools/perf/
H A Dbuiltin-buildid-cache.c41 p = strrchr(root_dir, '/'); in build_id_cache__kcore_buildid()
126 p = strrchr(from_dir, '/'); in build_id_cache__add_kcore()
155 p = strrchr(to_dir, '/'); in build_id_cache__add_kcore()
160 p = strrchr(to_dir, '/'); in build_id_cache__add_kcore()
H A Dbuiltin-help.c150 const char *file = strrchr(path, '/'); in exec_man_konqueror()
153 char *dest = strrchr(new, '/'); in exec_man_konqueror()
253 const char *subkey = strrchr(name, '.'); in add_man_viewer_info()
/linux/arch/powerpc/boot/
H A Dstring.h10 extern char *strrchr(const char *s, int c);
/linux/tools/perf/tests/
H A Dtests-scripts.c59 p = strrchr(path2, '/'); in shell_tests__dir_fd()
125 ext = strrchr(path, '.'); in is_shell_script()
/linux/drivers/base/
H A Dauxiliary.c175 const char *p = strrchr(auxdev_name, '.'); in auxiliary_match_id()
204 p = strrchr(name, '.'); in auxiliary_uevent()
/linux/net/sunrpc/
H A Daddr.c324 c = strrchr(buf, '.'); in rpc_uaddr2sockaddr()
331 c = strrchr(buf, '.'); in rpc_uaddr2sockaddr()
/linux/arch/arm64/include/asm/
H A Dstring.h10 extern char *strrchr(const char *, int c);
/linux/arch/alpha/include/asm/
H A Dstring.h59 extern char * strrchr(const char *,int);
/linux/tools/testing/selftests/bpf/
H A Ddisasm_helpers.c62 if (strncmp(pfx_end, "call ", 5) == 0 && (tmp = strrchr(buf, '#'))) in disasm_insn()
/linux/tools/perf/util/
H A Dnamespaces.c76 *tgid = (pid_t)strtol(strrchr(statln, '\t'), NULL, 10); in nsinfo__get_nspid()
81 nspid = strrchr(statln, '\t'); in nsinfo__get_nspid()
/linux/arch/arm/include/asm/
H A Dstring.h14 extern char * strrchr(const char * s, int c);
/linux/tools/objtool/
H A Dobjtool.c87 char *s = strrchr(self, '/'); in top_level_dir()
/linux/drivers/firmware/efi/libstub/
H A Dstring.c173 char *strrchr(const char *s, int c) in strrchr() function
/linux/tools/perf/arch/x86/util/
H A Dheader.c128 cpuid_len = strrchr(id, '-') - id; in strcmp_cpuid_str()
/linux/tools/testing/selftests/arm64/fp/
H A Dvlset.c45 program_name = strrchr(argv[0], '/'); in parse_options()

123456