Searched defs:preserve (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c44 "\b--preserve\b \b--recursive\b.]"
52 "[p:preserve?Preserve file owner, group, permissions and timestamps.]"
148 #define PRESERVE_IDS 0x1 /* preserve uid gid */
149 #define PRESERVE_PERM 0x2 /* preserve permissions */
150 #define PRESERVE_TIME 0x4 /* preserve times */
165 int hierarchy; /* preserve hierarchy */
170 int perm; /* permissions to preserve */
173 int preserve; /* preserve { ids perms times } */ member in struct:State_s
202 * preserve suppor
206 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os) function
[all...]

Completed in 16 milliseconds