Home
last modified time | relevance | path

Searched refs:is_dir_sep (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dpath.c71 if (len && !is_dir_sep(perf_dir[len-1])) in perf_vsnpath()
130 while (len && is_dir_sep(path[len - 1])) in chomp_trailing_dir_sep()
148 if (is_dir_sep(path[path_len - 1])) { in strip_path_suffix()
149 if (!is_dir_sep(suffix[suffix_len - 1])) in strip_path_suffix()
158 if (path_len && !is_dir_sep(path[path_len - 1])) in strip_path_suffix()
Dutil.h117 #ifndef is_dir_sep
118 #define is_dir_sep(c) ((c) == '/') macro
Dexec_cmd.c33 while (argv0 <= slash && !is_dir_sep(*slash)) in perf_extract_argv0_path()