Home | History | Annotate | Download | only in posix

Lines Matching refs:CP

3  * See http://opengroup.org/onlinepubs/9699919799/utilities/cp.html
7 * Posix says "cp -Rf dir file" shouldn't delete file, but our -f does.
12 // options shared between mv/cp must be in same order (right to left)
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))
19 config CP
20 bool "cp"
23 usage: cp [-fipRHLP] SOURCE... DEST
38 bool "cp -adlnrsv options"
40 depends on CP
42 usage: cp [-adlnrsv]
53 bool "cp --preserve support"
57 usage: cp [--preserve=motcxa]
72 depends on CP
92 depends on CP && CP_MORE
137 } static const cp_preserve[] = TAGGED_ARRAY(CP,
162 // Detect recursive copies via repeated top node (cp -R .. .) or
451 // Export cp flags into install's flag context.
501 // Translate flags from install to cp