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

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c89 static int getrealpath(char *, char *);
1203 if ((getrealpath(source, rsource) == 0) ||
1204 (getrealpath(target, rtarget) == 0)) {
1222 getrealpath(char *path, char *rpath) function

Completed in 46 milliseconds