Lines Matching refs:suffix
120 static char *stat_actual_disk(char *diskname, struct stat *info, char **suffix);
122 static void compare_existing_with_computed(int fd, char *suffix,
126 static void print_reproducing_command(int fd, char *actualdisk, char *suffix,
1544 stat_actual_disk(char *diskname, struct stat *info, char **suffix) in stat_actual_disk() argument
1555 if (*suffix = strchr(diskname, ':')) in stat_actual_disk()
1556 (*suffix)++; in stat_actual_disk()
1921 compare_existing_with_computed(int fd, char *suffix, in compare_existing_with_computed() argument
1938 if (!suffix) { in compare_existing_with_computed()
1963 if (!suffix) { in compare_existing_with_computed()
2035 print_reproducing_command(int fd, char *actualdisk, char *suffix, bpb_t *wbpb) in print_reproducing_command() argument
2049 compare_existing_with_computed(fd, suffix, wbpb, in print_reproducing_command()
2148 suffix ? ':' : '\0', suffix ? *suffix : '\0'); in print_reproducing_command()
2168 char *suffix = NULL; in open_and_examine() local
2175 actualdisk = stat_actual_disk(dn, &di, &suffix); in open_and_examine()
2208 if (suffix && !(seek_partn(fd, suffix, wbpb, &ignored))) { in open_and_examine()
2214 print_reproducing_command(fd, actualdisk, suffix, wbpb); in open_and_examine()
2238 char *suffix = NULL; in open_and_seek() local
2276 actualdisk = stat_actual_disk(dn, &di, &suffix); in open_and_seek()
2283 if (DontUseFdisk && suffix) { in open_and_seek()
2322 if (suffix && !(seek_partn(fd, suffix, wbpb, seekto))) { in open_and_seek()
2327 if (!suffix) { in open_and_seek()