Searched refs:is_dir_sep (Results 1 – 3 of 3) sorted by relevance
67 if (len && !is_dir_sep(perf_dir[len-1])) in perf_vsnpath()126 while (len && is_dir_sep(path[len - 1])) in chomp_trailing_dir_sep()144 if (is_dir_sep(path[path_len - 1])) { in strip_path_suffix()145 if (!is_dir_sep(suffix[suffix_len - 1])) in strip_path_suffix()154 if (path_len && !is_dir_sep(path[path_len - 1])) in strip_path_suffix()
118 #ifndef is_dir_sep119 #define is_dir_sep(c) ((c) == '/') macro
33 while (argv0 <= slash && !is_dir_sep(*slash)) in perf_extract_argv0_path()