Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.h134 bool copy_as_regular; member
Dmv.c124 x->copy_as_regular = false; /* FIXME: maybe make this an option */ in cp_option_init()
Dcp.c826 x->copy_as_regular = true; in cp_option_init()
1249 x.copy_as_regular = copy_contents; in main()
Dinstall.c261 x->copy_as_regular = true; in cp_option_init()
Dcopy.c2314 && (! x->copy_as_regular in copy_internal()
3092 || (x->copy_as_regular && !S_ISLNK (src_mode))) in copy_internal()
3205 if (!new_dst && !x->copy_as_regular && !S_ISDIR (src_mode) in copy_internal()