Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mv/
H A Dmv.c118 static int copyattributes(const char *, const char *);
1006 attret = copyattributes(source, target); in cpymve()
1748 attret = copyattributes(source, target);
1808 copyattributes(const char *source, const char *target) function