Home
last modified time | relevance | path

Searched defs:preserve (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c173 int preserve; /* preserve { ids perms times } */ member
206 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os) in preserve() function
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_slist.c143 static int cmp_possible_sm(const struct sm_state *a, const struct sm_state *b, int preserve) in cmp_possible_sm()
230 int preserve = 1; in add_possible_sm() local
H A Dsmatch_comparison.c668 static void match_inc(struct sm_state *sm, bool preserve) in match_inc()
726 static void match_dec(struct sm_state *sm, bool preserve) in match_dec()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c460 preserve(int *msgvec) in preserve() function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c1064 preserve(void) in preserve() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1992 recvacl(int f, int exists, int preserve) in recvacl()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c172 …, (newfile, oldfile, preserve)) __OTORP__(const char* newfile; const char* oldfile; int preserve;){ in __OTORP__()