Searched refs:backup_suffix (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/rsync-45/rsync/
H A Dbackup.c28 extern char *backup_suffix;
42 fname, backup_suffix, NULL) < backup_dir_remainder)
46 fname, backup_suffix, NULL) < MAXPATHLEN)
H A Doptions.c148 char *backup_suffix = NULL; variable
529 {"suffix", 0, POPT_ARG_STRING, &backup_suffix, 0, 0, 0 },
1270 if (!backup_suffix)
1271 backup_suffix = backup_dir ? "" : BACKUP_SUFFIX;
1272 backup_suffix_len = strlen(backup_suffix);
1273 if (strchr(backup_suffix, '/') != NULL) {
1276 backup_suffix);
1299 "P *%s", backup_suffix);
1674 if (strcmp(backup_suffix, backup_dir ? "" : BACKUP_SUFFIX) != 0) {
1676 if (asprintf(&arg, "--suffix=%s", backup_suffix) <
[all...]
H A Dgenerator.c91 extern char *backup_suffix;
109 return k > 0 && strcmp(fn+k, backup_suffix) == 0;
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c674 static char *backup_suffix = ""; variable
6437 backup_suffix = (char *)p;
6451 backup_suffix = (char *)p;
7148 char *backup_filename = get_backup_filename(backup_suffix, origfname);

Completed in 132 milliseconds