Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dcpdup.c129 static int xrename(const char *src, const char *dst, u_long flags);
1166 if (st2Valid && xrename(path, dpath, st2_flags) != 0) { in DoCopy()
1276 if (st2Valid && xrename(path, dpath, st2_flags) != 0) { in DoCopy()
1339 if (st2Valid && xrename(path, dpath, st2_flags) != 0) { in DoCopy()
1722 xrename(const char *src, const char *dst, u_long flags) in xrename() function