Home
last modified time | relevance | path

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

12

/tools/perf/arch/loongarch/util/
A Dheader.c31 line2 = strrchr(line, ' '); in _get_field()
36 nl = strrchr(line, '\n'); in _get_field()
/tools/perf/arch/riscv/util/
A Dheader.c24 line2 = strrchr(line, ' '); in _get_field()
29 nl = strrchr(line, '\n'); in _get_field()
/tools/testing/selftests/proc/
A Dfd-003-kthread.c73 p = strrchr(buf, ' '); in kernel_thread_fd()
78 p = strrchr(buf, ' '); in kernel_thread_fd()
/tools/perf/
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()
A Dbuiltin-help.c151 const char *file = strrchr(path, '/'); in exec_man_konqueror()
154 char *dest = strrchr(new, '/'); in exec_man_konqueror()
254 const char *subkey = strrchr(name, '.'); in add_man_viewer_info()
/tools/testing/selftests/bpf/
A Ddisasm_helpers.c62 if (strncmp(pfx_end, "call ", 5) == 0 && (tmp = strrchr(buf, '#'))) in disasm_insn()
/tools/perf/tests/
A Dtests-scripts.c59 p = strrchr(path2, '/'); in shell_tests__dir_fd()
125 ext = strrchr(path, '.'); in is_shell_script()
A Dperf-record.c257 bname = strrchr(mmap_filename, '/'); in test__PERF_RECORD()
/tools/perf/arch/x86/util/
A Dheader.c128 cpuid_len = strrchr(id, '-') - id; in strcmp_cpuid_str()
/tools/testing/selftests/arm64/fp/
A Dvlset.c45 program_name = strrchr(argv[0], '/'); in parse_options()
/tools/perf/util/
A Dnamespaces.c77 *tgid = (pid_t)strtol(strrchr(statln, '\t'), NULL, 10); in nsinfo__get_nspid()
82 nspid = strrchr(statln, '\t'); in nsinfo__get_nspid()
A Ddemangle-java.c168 p = strrchr(str, ')'); in java_demangle_sym()
A Dcopyfile.c94 ptr = strrchr(tmp, '/'); in copyfile_mode_ns()
A Dintel-tpebs.c364 modifier = strrchr(name, 'R'); in evsel__tpebs_event()
372 modifier = strrchr(name, '/'); in evsel__tpebs_event()
A Dbuild-id.c194 p = strrchr(buf, '/'); /* Cut off the "/<sbuild_id>" */ in build_id_cache__origname()
705 tmp = strrchr(linkname, '/'); in build_id_cache__add()
823 tmp = strrchr(linkname, '/') + 1; in build_id_cache__remove_s()
A Dexpr.c446 p = strrchr(tmp_id, '@'); in expr__has_event()
A Dmap.c32 libname = strrchr(filename, '/'); in replace_android_lib()
/tools/testing/selftests/filesystems/statmount/
A Dstatmount_test.c404 last_dir = strrchr(root_mntpoint, '/'); in test_statmount_mnt_root()
419 last_root = strrchr(mnt_root, '/'); in test_statmount_mnt_root()
529 p2 = strrchr(p, '\n'); in test_statmount_mnt_opts()
/tools/include/nolibc/
A Dstring.h283 char *strrchr(const char *s, int c) in strrchr() function
/tools/testing/selftests/pidfd/
A Dpidfd_fdinfo_test.c159 char *pos = strrchr(str, '\n'); in trim_newline()
/tools/testing/selftests/filesystems/eventfd/
A Deventfd_test.c109 char *pos = strrchr(str, '\n'); in trim_newline()
/tools/perf/jvmti/
A Dlibjvmti.c145 char *p = strrchr(class_sign, '/'); in copy_class_filename()
/tools/testing/selftests/alsa/
A Dconf.c161 e = strrchr(link, '/'); in sysfs_get()
/tools/testing/selftests/ptp/
A Dtestptp.c205 progname = strrchr(argv[0], '/'); in main()
/tools/bpf/resolve_btfids/
A Dmain.c249 p = strrchr(id, '_'); in get_id()

Completed in 47 milliseconds

12