File: libpath_utils.sym

package info (click to toggle)
ding-libs 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,092 kB
  • sloc: ansic: 31,844; makefile: 382; sh: 40
file content (20 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PATH_UTILS_0.2.1 {
global:
    path_utils_error_string;
    get_basename;
    get_dirname;
    get_directory_and_base_name;
    is_absolute_path;
    path_concat;
    make_path_absolute;
    split_path;
    normalize_path;
    common_path_prefix;
    make_normalized_absolute_path;
    find_existing_directory_ancestor;
    directory_list;
    is_ancestor_path;

local:
    *;
};