Home
last modified time | relevance | path

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

/dports/devel/aegis/aegis-4.25.D510/libaegis/change/history/
H A Dencode.cc58 string_ty *ofn2; in change_history_encode() local
162 ofn2 = dir_and_base(b64_dir, relname); in change_history_encode()
169 ofn2 = dir_and_base(b64_dir, filename); in change_history_encode()
189 output::pointer op2 = output_file::text_open(ofn2); in change_history_encode()
263 os_unlink(ofn2); in change_history_encode()
264 str_free(ofn2); in change_history_encode()
280 off_t size2 = os_file_size(ofn2); in change_history_encode()
285 os_unlink(ofn2); in change_history_encode()
286 str_free(ofn2); in change_history_encode()
293 filename = ofn2; in change_history_encode()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/main/
H A DHelpTasks.cpp205 wxFileName ofn1, ofn2; in ManualUser() local
215 ofn2 = os1 + wxT("/html/User-Manual.html"); in ManualUser()
219 else if( ofn2.FileExists( ) ) os1 = ofn2.GetFullPath( ); in ManualUser()
227 << wxT(" ") << ofn2.GetPath( ) << wxT("/\n"); in ManualUser()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfns.c3374 char * ofn2; /* Pointer to backup file name */ variable
3404 ofn2 = NULL; /* No new name (yet) */
3813 znewn(ofn1,&ofn2); /* Get new unique name */
3814 tlog(F110," backup:",ofn2,0);
3816 debug(F110,"rcvfil backup ofn2",ofn2,0);
3846 if (zrename(ofn1,ofn2) < 0) {
3864 znewn(ofn1,&ofn2); /* Make new name for it */
3921 debug(F110,"rcvfil ofn2",ofn2,0);
3923 if (fncact == XYFX_R && ofn1x && ofn2) { /* Renaming incoming file? */
3924 xxscreen(SCR_AN,0,0l,ofn2); /* Display renamed name */
[all …]
H A Dckcfn3.c221 extern char * ofn2;
2094 if (fncact == XYFX_B && ofn1x && ofn2) { /* File collision = BACKUP? */
2095 if (zrename(ofn1,ofn2) < 0) { /* Rename existing file. */
2099 } else debug(F110,"opena rename ok",ofn2,0);
/dports/misc/amanda-client/amanda-3.3.9/oldrecover-src/
H A Dextract_list.c321 EXTRACT_LIST_ITEM *fn2, *pfn2, *ofn2; in clean_tape_list() local
352 ofn2 = fn2; in clean_tape_list()
354 amfree(ofn2->path); in clean_tape_list()
355 amfree(ofn2); in clean_tape_list()
/dports/misc/amanda-server/amanda-3.3.9/oldrecover-src/
H A Dextract_list.c321 EXTRACT_LIST_ITEM *fn2, *pfn2, *ofn2; in clean_tape_list() local
352 ofn2 = fn2; in clean_tape_list()
354 amfree(ofn2->path); in clean_tape_list()
355 amfree(ofn2); in clean_tape_list()
/dports/misc/amanda-server/amanda-3.3.9/recover-src/
H A Dextract_list.c357 EXTRACT_LIST_ITEM *fn2, *pfn2, *ofn2; in clean_tape_list() local
388 ofn2 = fn2; in clean_tape_list()
390 amfree(ofn2->path); in clean_tape_list()
391 amfree(ofn2->tpath); in clean_tape_list()
392 amfree(ofn2); in clean_tape_list()
/dports/misc/amanda-client/amanda-3.3.9/recover-src/
H A Dextract_list.c357 EXTRACT_LIST_ITEM *fn2, *pfn2, *ofn2; in clean_tape_list() local
388 ofn2 = fn2; in clean_tape_list()
390 amfree(ofn2->path); in clean_tape_list()
391 amfree(ofn2->tpath); in clean_tape_list()
392 amfree(ofn2); in clean_tape_list()