Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c148 #define PRESERVE_IDS 0x1 /* preserve uid gid */ macro
212 if (state->preserve & PRESERVE_IDS) 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()
773 state->preserve |= PRESERVE_IDS; in b_cp()
810 state->preserve = PRESERVE_IDS|PRESERVE_PERM|PRESERVE_TIME; in b_cp()