Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dcpdup.c132 static int xrmdir(struct HostConf *host, const char *path);
1504 if (xrmdir(&DstHost, dpath) < 0) { in RemoveRecur()
1515 } else if (xrmdir(&DstHost, dpath) == 0) { in RemoveRecur()
1788 xrmdir(struct HostConf *host, const char *path) in xrmdir() function