Home
last modified time | relevance | path

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

12345

/linux/arch/riscv/lib/
H A Dstrrchr.S11 SYM_FUNC_START(strrchr)
34 SYM_FUNC_END(strrchr)
36 SYM_FUNC_ALIAS_WEAK(__pi_strrchr, strrchr)
37 EXPORT_SYMBOL(strrchr)
H A DMakefile12 lib-y += strrchr.o
/linux/arch/alpha/lib/
H A Dstrrchr.S16 .ent strrchr
17 .globl strrchr
18 strrchr: label
88 .end strrchr
89 EXPORT_SYMBOL(strrchr)
H A Dev67-strrchr.S29 .ent strrchr
30 .globl strrchr
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)
/linux/arch/arm64/lib/
H A Dstrrchr.S33 SYM_FUNC_ALIAS_WEAK(strrchr, __pi_strrchr)
34 EXPORT_SYMBOL_NOKASAN(strrchr)
/linux/arch/riscv/purgatory/
H A DMakefile5 purgatory-y += strcmp.o strlen.o strncmp.o strnlen.o strchr.o strrchr.o
41 $(obj)/strrchr.o: $(srctree)/arch/riscv/lib/strrchr.S FORCE
/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/arch/arm64/include/asm/
H A Dstring.h10 extern char *strrchr(const char *, int c);
/linux/arch/riscv/include/asm/
H A Dstring.h39 extern asmlinkage char *strrchr(const char *, int);
/linux/arch/alpha/include/asm/
H A Dstring.h59 extern char * strrchr(const char *,int);
/linux/net/sunrpc/
H A Daddr.c324 c = strrchr(buf, '.'); in rpc_uaddr2sockaddr()
331 c = strrchr(buf, '.'); in rpc_uaddr2sockaddr()
/linux/scripts/mod/
H A Dsumversion.c334 p = strrchr(line, ' '); in parse_source_files()
367 if ((strstr(line, dir)+strlen(dir)-1) == strrchr(line, '/')) { in parse_source_files()
/linux/tools/testing/selftests/bpf/
H A Ddisasm_helpers.c62 if (strncmp(pfx_end, "call ", 5) == 0 && (tmp = strrchr(buf, '#'))) in disasm_insn()
/linux/arch/arm/include/asm/
H A Dstring.h14 extern char * strrchr(const char * s, int c);
/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/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c374 last_dir = strrchr(root_mntpoint, '/'); in test_statmount_mnt_point()
389 last_root = strrchr(mnt_root, '/'); in test_statmount_mnt_point()
499 p2 = strrchr(p, '\n'); in test_statmount_mnt_opts()
/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/testing/selftests/arm64/fp/
H A Dvlset.c45 program_name = strrchr(argv[0], '/'); in parse_options()

12345