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

/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c149 #define PRESERVE_PERM 0x2 /* preserve permissions */ macro
657 if ((state->preserve & PRESERVE_PERM) && (ent->fts_statp->st_mode & state->perm) != (st.st_mode & state->perm) && chmod(state->path, ent->fts_statp->st_mode & state->perm))
736 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;
754 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;
767 state->preserve |= PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;
773 state->preserve |= PRESERVE_PERM;
807 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;

Completed in 22 milliseconds