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

/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c148 #define PRESERVE_IDS 0x1 /* preserve uid gid */ macro
212 if (state->preserve & PRESERVE_IDS)
339 if (state->preserve & (PRESERVE_IDS|PRESERVE_TIME))
659 if (state->preserve & (PRESERVE_IDS|PRESERVE_TIME))
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;
770 state->preserve |= PRESERVE_IDS;
807 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;

Completed in 16 milliseconds