Searched refs:dcanon (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c152 cp = dcanon(tcp, STRNULL);
158 cp = dcanon(tcp, STRNULL);
316 d->di_name = dcanon(d->di_name, STRNULL);
575 ret = dcanon(cp, dp);
581 ret = dcanon(cp, dp);
871 * dcanon - canonicalize the pathname, removing excess ./ and ../ etc.
876 dcanon(Char *cp, Char *p) function
H A Dsh.decls.h61 extern Char *dcanon (Char *, Char *);
H A Dsh.set.c154 canon = dcanon(cp, cp);
/freebsd-11-stable/usr.bin/mt/
H A Dmt.c262 const char *dcanon; local
266 dcanon = denstostring(mt_com.mt_count);
267 if (strcmp(dcanon, *argv) != 0)
270 *argv, dcanon);

Completed in 116 milliseconds