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

/ast/src/lib/libcmd/
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))
662 if (state->preserve & (PRESERVE_IDS|PRESERVE_TIME))
739 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;
757 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;
770 state->preserve |= PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;
779 state->preserve |= PRESERVE_TIME;
810 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME;

Completed in 1062 milliseconds