Home
last modified time | relevance | path

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

/dports/sysutils/dvdbackup/dvdbackup-0.4.2/src/
H A Ddvdbackup.c1123 char targetname_ifo[PATH_MAX], targetname_bup[PATH_MAX]; in DVDCopyIfoBup() local
1155 sprintf(targetname_bup,"%s/%s/VIDEO_TS/VIDEO_TS.BUP",targetdir, title_name); in DVDCopyIfoBup()
1158 sprintf(targetname_bup,"%s/%s/VIDEO_TS/VTS_%02i_0.BUP",targetdir, title_name, title_set); in DVDCopyIfoBup()
1171 if (stat(targetname_bup, &fileinfo) == 0) { in DVDCopyIfoBup()
1173 …fprintf(stderr, _("The %s %s exists; will try to overwrite it.\n"), _("BUP file"), targetname_bup); in DVDCopyIfoBup()
1176 …rintf(stderr,_("The %s %s is not valid, it may be a directory.\n"), _("BUP file"), targetname_bup); in DVDCopyIfoBup()
1191 if ((streamout_bup = open(targetname_bup, O_WRONLY | O_CREAT | O_TRUNC, 0666)) == -1) { in DVDCopyIfoBup()
1192 fprintf(stderr, _("Error creating %s\n"), targetname_bup); in DVDCopyIfoBup()
1245 fprintf(stderr, _("Error writing %s\n"),targetname_bup); in DVDCopyIfoBup()