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

/osnet-11/usr/src/lib/libcmd/common/
H A Dcp.c150 #define PRESERVE_TIME 0x4 /* preserve times */ macro
210 if ((state->preserve & PRESERVE_TIME) && tmxtouch(path, tmxgetatime(os), tmxgetmtime(os), TMX_NOTIME, 0))
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;
776 state->preserve |= PRESERVE_TIME;
807 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;

Completed in 21 milliseconds