Home
last modified time | relevance | path

Searched refs:backup_type (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/
Dln.c47 static enum backup_type backup_type; variable
214 || backup_type != no_backups); in do_link()
251 if (backup_type != no_backups in do_link()
286 if (backup_type != no_backups) in do_link()
290 backup_type); in do_link()
636 backup_type = (make_backups in main()
654 && backup_type != numbered_backups) in main()
Dcopy.h115 enum backup_type backup_type; member
Dcopy.c1774 if (x->backup_type != no_backups) in same_file_ok()
1824 if (x->backup_type != no_backups) in same_file_ok()
2274 && x->backup_type == no_backups in copy_internal()
2317 || x->backup_type != no_backups in copy_internal()
2456 if (x->move_mode && x->backup_type != no_backups) in copy_internal()
2478 && x->backup_type != numbered_backups in copy_internal()
2492 if (x->move_mode && x->backup_type != no_backups) in copy_internal()
2511 && x->backup_type == no_backups) in copy_internal()
2521 if (x->backup_type != no_backups in copy_internal()
2536 if (x->backup_type != numbered_backups in copy_internal()
[all …]
Dcp.c798 && x->backup_type != no_backups in do_copy()
805 dest = find_backup_file_name (AT_FDCWD, dest, x->backup_type); in do_copy()
812 x_tmp.backup_type = no_backups; in do_copy()
1233 x.backup_type = (make_backups in main()
Dinstall.c283 x->backup_type = no_backups; in cp_option_init()
923 x.backup_type = (make_backups in main()
Dmv.c519 x.backup_type = (make_backups in main()