Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c149 #define PRESERVE_PERM 0x2 /* preserve permissions */ macro
660 …if ((state->preserve & PRESERVE_PERM) && (ent->fts_statp->st_mode & state->perm) != (st.st_mode & … in visit()
739 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME; in b_cp()
757 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME; in b_cp()
770 state->preserve |= PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME; in b_cp()
776 state->preserve |= PRESERVE_PERM; in b_cp()
810 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME; in b_cp()