Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/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_NOTI… in preserve()
339 if (state->preserve & (PRESERVE_IDS|PRESERVE_TIME)) in visit()
662 if (state->preserve & (PRESERVE_IDS|PRESERVE_TIME)) 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()
779 state->preserve |= PRESERVE_TIME; in b_cp()
810 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME; in b_cp()