Home
last modified time | relevance | path

Searched refs:can_reldir (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Drelpath.c88 relpath (char const *can_fname, char const *can_reldir, char *buf, size_t len) in relpath() argument
93 int common_index = path_common_prefix (can_reldir, can_fname); in relpath()
97 char const *relto_suffix = can_reldir + common_index; in relpath()
Drelpath.h23 relpath (char const *can_fname, char const *can_reldir, char *buf, size_t len);