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

/ast/src/lib/libcs/
H A DSERVICE.mk33 $(dir)/$(service) :INSTALL: preserve=1 $(service)$(SERVICESUFFIX) macro
36 $$(SERVICEDIR)/$(dir)/$(service)/$(service)$(SERVICESUFFIX) :INSTALL: preserve=1 $(mode) $(service)$(SERVICESUFFIX) macro
/ast/src/cmd/ss/
H A DMakefile7 $(LIBDIR) :INSTALLDIR: group=kmem mode=ug+s,+x preserve=1 ssd
/ast/src/lib/libcmd/
H A Dcp.c44 "\b--preserve\b \b--recursive\b.]"
52 "[p:preserve?Preserve file owner, group, permissions and timestamps.]"
148 #define PRESERVE_IDS 0x1 /* preserve uid gid */
149 #define PRESERVE_PERM 0x2 /* preserve permissions */
150 #define PRESERVE_TIME 0x4 /* preserve times */
165 int hierarchy; /* preserve hierarchy */
170 int perm; /* permissions to preserve */
173 int preserve; /* preserve { ids perms times } */ member in struct:State_s
202 * preserve suppor
206 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os) function
[all...]
/ast/src/cmd/proto/
H A Dproto.c251 * preserve!=0 preserves atime,mtime
255 replace(const char* newfile, const char* oldfile, int preserve) argument
262 if (preserve)
270 if (preserve)
274 preserve = utime(oldfile, ut);
276 return preserve;
/ast/src/cmd/msgcc/
H A Dmsgcc.sh48 [+preserve?Messages in the \b-o\b file that are not in new
61 old messages are still deleted. Use \b-M-preserve\b to preserve
/ast/src/cmd/pax/
H A Dtar.sh59 [13:atime-preserve?Do not change access times on dumped files.]
75 [p:same-permissions|preserve-permissions?Extract all protection
/ast/src/cmd/ksh93/tests/
H A Dtypes.sh361 expected=$'Std_file_t db.file[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)'
373 Std_t db=(magic='stdinstall (at&t research) 2009-08-25';Std_file_t -A file=( [/./home/gsf/.env.sh]=(action=preserve;typeset -A sum=([9b67ab407d01a52b3e73e3945b9a3ee0]=1);)[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)[/home/gsf/.profile]=(action=preserve;typeset -A sum=([3ce23137335219672bf2865d003a098e]=1);));)
/ast/src/cmd/mailx/
H A Ddata.c134 "ho[ld]", CMD(preserve), W|MSGLIST, 0, MMNDEL,
135 X("[ message ... ]\nEquivalent to preserve [ message ... ]"),
159 X("[ message ... ] [no|un]mark[,...]\nSet or clear marks on the selected messages. The marks are: delete, dot (>), mbox (M), new (N), preserve (P), save (*), spam (X), touch, unread (U). Multiple marks may be separated by , or |. If mark is omitted then spam is assumed."),
174 "pre[serve]", CMD(preserve), W|STRLIST, 0, 0,
H A Dcmd1.c726 "preserve", MPRESERVE, MPRESERVE, MBOX|MSPAM,
857 preserve(char* str) function
H A Dmailx.h1000 extern int preserve(char*);
/ast/src/cmd/sort/
H A Dmain.c139 "[s:stable?Stable sort. When all keys compare equal, preserve input "
308 int preserve; /* rename() tmp output to input */ member in struct:Sort_s
1141 sp->preserve = 1;
1635 else if (sp->preserve)
1655 sp->preserve = 0;
/ast/src/cmd/INIT/
H A Dproto.c172 replace __PARAM__((const char* newfile, const char* oldfile, int preserve), (newfile, oldfile, preserve)) __OTORP__(const char* newfile; const char* oldfile; int preserve;){ argument
178 if (preserve)
186 if (preserve)
190 preserve = utime(oldfile, ut);
192 return preserve;
/ast/src/cmd/nmake/
H A DMakerules.mk55 set option=';preserve;sv;-;Move existing \binstall\b action targets matching \apattern\a to the \bETXTBSY\b subdirectory of the install target.;pattern:!*'
79 set preserve:=$$(CC.SUFFIX.SHARED:+$$(CC.PREFIX.SHARED)*$$(CC.SUFFIX.SHARED).*)|$$(CC.SUFFIX.DYNAMIC:+$$(CC.PREFIX.DYNAMIC)*$$(CC.SUFFIX.DYNAMIC))
1355 if "$(-preserve)" == "\*" || "$(-preserve:N=*/*:?$$(%:N=$$(-preserve))?$$(%:B:S:N=$$(-preserve))?)"

Completed in 82 milliseconds