Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.h138 bool unlink_dest_before_opening; member
Dmv.c127 x->unlink_dest_before_opening = false; in cp_option_init()
Dcp.c828 x->unlink_dest_before_opening = false; in cp_option_init()
1111 x.unlink_dest_before_opening = true; in main()
Dcopy.c1815 && x->unlink_dest_before_opening) in same_file_ok()
1874 if (x->move_mode || x->unlink_dest_before_opening) in same_file_ok()
1995 (x->move_mode || x->unlink_dest_before_opening in overwrite_ok()
2318 || x->unlink_dest_before_opening); in copy_internal()
2577 && (x->unlink_dest_before_opening in copy_internal()
Dinstall.c264 x->unlink_dest_before_opening = true; in cp_option_init()