Searched refs:backup_file (Results 1 – 10 of 10) sorted by relevance
161 backup_file update $_file $CUR $BACK170 backup_file add $_file $CUR $BACK180 backup_file remove $_file $CUR $BACK784 backup_file update $TMP1 $CUR $BACK790 backup_file add $TMP1 $CUR $BACK855 backup_file update $TMP1 $CUR $BACK861 backup_file add $TMP1 $CUR $BACK >> $ERR
1099 # backup_file action file cur backup1125 backup_file()
35 int backup_file(const char *);
79 if (backup_file(to) < 0) { in move_file()101 backup_file(const char *orig) in backup_file() function
40 char *backup_file (const char *file, const char *suffix);
763 backup_file (const char *filename, const char *suffix) in backup_file() function
712 bakname = backup_file (finfo->file, vers->vn_user); in update_fileproc()
4557 bakname = backup_file (filename, vers->vn_user); in send_fileproc()
1022 * subr.c (backup_file): Use Xasprintf instead of xmalloc/sprintf.10720 * filesubr.c, subr.c (backup_file): moved this function from10730 * cvs.h, filesubr.c (backup_file): use `const' for suffix too;10751 * filesubr.c (backup_file): new function.10753 * cvs.h: prototype for new function `backup_file'.
407 char *backup_file; in main() local424 backup_file = find_backup_file_name (output_file, backup_type); in main()425 copy_file_preserving (output_file, backup_file); in main()