Home
last modified time | relevance | path

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

/dports/sysutils/isomaster/isomaster-1.3.16/
H A Disobrowser.c62 static char* openIsoPathAndName = NULL; variable
754 if(openIsoPathAndName != NULL) in closeIso()
756 free(openIsoPathAndName); in closeIso()
757 openIsoPathAndName = NULL; in closeIso()
1360 openIsoPathAndName = malloc(strlen(filename) + 1); in openIso()
1361 strcpy(openIsoPathAndName, filename); in openIso()
1844 printf("moving %s to %s\n", TEMPFILENAME, openIsoPathAndName); in saveOverwriteIsoCbk()
1862 destFile = open(openIsoPathAndName, O_WRONLY | O_CREAT); in saveOverwriteIsoCbk()
1870 openIsoPathAndName); in saveOverwriteIsoCbk()