Lines Matching refs:preserve
9 * TODO: --preserve=links
15 USE_CP(NEWTOY(cp, "<2"USE_CP_PRESERVE("(preserve):;")"RHLPp"USE_CP_MORE("rdaslvnF(remove-destination)")"fi[-HLP"USE_CP_MORE("d")"]"USE_CP_MORE("[-ni]"), TOYFLAG_BIN))
31 -p preserve timestamps, ownership, and mode
53 bool "cp --preserve support"
57 usage: cp [--preserve=motcxa]
59 --preserve takes either a comma separated list of attributes, or the first
123 char *preserve;
327 // Inability to set --preserve isn't fatal, some require root access.
382 char *pre = xstrdup(TT.c.preserve), *s;
390 for (s = TT.c.preserve; *s; s++) {
399 if (*s) error_exit("bad --preserve=%s", pre);