Home
last modified time | relevance | path

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

/coreutils/src/
Drelpath.c98 char const *fname_suffix = can_fname + common_index; in relpath() local
103 if (*fname_suffix == '/') in relpath()
104 fname_suffix++; in relpath()
117 if (*fname_suffix) in relpath()
120 buf_err |= buffer_or_output (fname_suffix, &buf, &len); in relpath()
125 buf_err |= buffer_or_output (*fname_suffix ? fname_suffix : ".", in relpath()