Home
last modified time | relevance | path

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

/coreutils/src/
Dln.c133 char *relative_from = nullptr; in convert_abs_rel() local
137 relative_from = xmalloc (PATH_MAX); in convert_abs_rel()
139 if (!relpath (realfrom, realdest, relative_from, PATH_MAX)) in convert_abs_rel()
141 free (relative_from); in convert_abs_rel()
142 relative_from = nullptr; in convert_abs_rel()
150 return relative_from ? relative_from : xstrdup (from); in convert_abs_rel()