Searched refs:is_dir_sep (Results 1 – 3 of 3) sorted by relevance
71 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()
124 #ifndef is_dir_sep125 #define is_dir_sep(c) ((c) == '/') macro
33 while (argv0 <= slash && !is_dir_sep(*slash)) in perf_extract_argv0_path()