Home
last modified time | relevance | path

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

/dports/cad/gspiceui/gspiceui-v1.1.00/src/process/
H A DPrcGNetList.cpp121 wxFileName ofn1; in bSetSchemFiles() local
134 if( ofn1.GetPath( ).IsEmpty( ) ) ofn1.SetPath( wxT(".") ); in bSetSchemFiles()
139 m_ofnaSchemFiles.Add( ofn1 ); in bSetSchemFiles()
146 ofn1 = roGetLogFile( ); in bSetSchemFiles()
170 wxFileName ofn1; in bSetNetLstFile() local
177 ofn1 = rofnGetSchemFile( ); in bSetNetLstFile()
178 ofn1.SetExt( wxT("ckt") ); in bSetNetLstFile()
180 else ofn1 = rosFName; in bSetNetLstFile()
183 if( ofn1.GetPath( ).IsEmpty( ) ) ofn1.SetPath( wxT(".") ); in bSetNetLstFile()
191 m_ofnNetLstFile = ofn1; in bSetNetLstFile()
[all …]
H A DPrcGSchem.cpp73 wxFileName ofn1; in bSetSchems() local
85 ofn1 = roasFileNames.Item( szt1 ); in bSetSchems()
86 if( ofn1.GetPath( ).IsEmpty( ) ) ofn1.SetPath( wxT(".") ); in bSetSchems()
88 if( ! ofn1.IsOk( ) ) continue; in bSetSchems()
89 if( ! ofn1.FileExists( ) ) continue; in bSetSchems()
91 m_oafnSchems.Add( ofn1 ); in bSetSchems()
98 ofn1 = roGetLogFile( ); in bSetSchems()
99 ofn1.SetPath( m_oafnSchems.Item( 0 ).GetPath( ) ); in bSetSchems()
100 bSetLogFile( ofn1.GetFullPath( ) ); in bSetSchems()
H A DPrcGWave.cpp51 wxFileName ofn1; in bSetResults() local
53 ofn1 = rosFileName; in bSetResults()
54 if( ofn1.GetPath( ).IsEmpty( ) ) ofn1.SetPath( wxT(".") ); in bSetResults()
56 if( ! ofn1.IsOk( ) ) return( false ); in bSetResults()
57 if( ! ofn1.FileExists( ) ) return( false ); in bSetResults()
59 m_ofnResults = ofn1; in bSetResults()
H A DPrcGaw.cpp51 wxFileName ofn1; in bSetResults() local
53 ofn1 = rosFileName; in bSetResults()
54 if( ofn1.GetPath( ).IsEmpty( ) ) ofn1.SetPath( wxT(".") ); in bSetResults()
56 if( ! ofn1.IsOk( ) ) return( false ); in bSetResults()
57 if( ! ofn1.FileExists( ) ) return( false ); in bSetResults()
59 m_ofnResults = ofn1; in bSetResults()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/
H A DCmdLinePcr.cpp203 wxFileName ofn1; in bProcOption_r() local
216 if( ! ofn1.IsOk( ) ) in bProcOption_r()
221 if( ! ofn1.FileExists( ) ) in bProcOption_r()
226 if( ofn1.IsRelative( ) ) ofn1.MakeAbsolute( ); in bProcOption_r()
345 wxFileName ofn1; in bCheckFiles() local
354 if( ! ofn1.IsOk( ) ) in bCheckFiles()
362 if( ! ofn1.FileExists( ) ) in bCheckFiles()
390 wxFileName ofn1; in bProcSchems() local
412 if( ofn1.IsRelative( ) ) ofn1.MakeAbsolute( ); in bProcSchems()
434 wxFileName ofn1; in bProcNetList() local
[all …]
/dports/cad/gspiceui/gspiceui-v1.1.00/src/base/
H A DPrcSimEngBase.cpp46 wxFileName ofn1; in bSetResultsFile() local
48 ofn1 = rosFName; in bSetResultsFile()
49 if( ofn1.GetPath( ).IsEmpty( ) ) ofn1.SetPath( wxT(".") ); in bSetResultsFile()
51 if( ! ofn1.IsOk( ) ) return( false ); in bSetResultsFile()
53 m_ofnResults = ofn1; in bSetResultsFile()
73 wxFileName ofn1; in bSaveOutput() local
79 ofn1 = rosFName; in bSaveOutput()
80 if( ! ofn1.IsOk( ) ) return( false ); in bSaveOutput()
83 wxTextFile oFileCct( ofn1.GetFullPath( ) ); in bSaveOutput()
H A DPrcBase.cpp52 wxFileName ofn1; in bFindBinary() local
62 ofn1 = opl1.FindAbsoluteValidPath( rofnBinary.GetFullName( ) ); in bFindBinary()
65 if( !ofn1.IsOk( ) || !ofn1.FileExists( ) ) in bFindBinary()
85 m_ofnBinary = ofn1; in bFindBinary()
227 wxFileName ofn1; in bSetLogFile() local
229 ofn1 = rosFName; in bSetLogFile()
231 if( ! ofn1.IsOk( ) ) return( false ); in bSetLogFile()
233 if( ofn1.GetPath( ).IsEmpty( ) ) ofn1.SetPath( wxT(".") ); in bSetLogFile()
235 m_ofnLog = ofn1; in bSetLogFile()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/main/
H A DHelpTasks.cpp159 wxFileName ofn1; in rosGetInstallPath() local
165 ofn1 = wxTheApp->argv[ 0 ]; in rosGetInstallPath()
167 if( ! ofn1.GetPath( ).IsEmpty( ) ) in rosGetInstallPath()
169 ofn1.Normalize( ); // Expand abbreviations eg. "..", "~', etc. in rosGetInstallPath()
174 os1 = opl1.FindAbsoluteValidPath( ofn1.GetFullName( ) ); in rosGetInstallPath()
175 ofn1 = os1; in rosGetInstallPath()
178 osPath = ofn1.GetPath( ); in rosGetInstallPath()
205 wxFileName ofn1, ofn2; in ManualUser() local
214 ofn1 = os1 + wxT("//usr/local/share/doc/gspiceui/html/User-Manual.html"); in ManualUser()
218 if( ofn1.FileExists( ) ) os1 = ofn1.GetFullPath( ); in ManualUser()
[all …]
H A DFileTasks.cpp236 wxFileName ofn1; in bSetTitle() local
245 ofn1 = rosGetNetLstFile( ); in bSetTitle()
246 if( ! ofn1.IsAbsolute( ) ) ofn1.MakeAbsolute( ); in bSetTitle()
247 if( ofn1.GetFullPath( ).StartsWith( ofn1.GetHomeDir( ) ) ) in bSetTitle()
248 ofn1.MakeRelativeTo( ofn1.GetHomeDir( ) ); in bSetTitle()
252 os1 << ofn1.GetFullPath( ); in bSetTitle()
552 wxFileName ofn1; in bDelTmpFiles() local
566 ofn1.Normalize( ); in bDelTmpFiles()
567 if( !ofn1.IsOk( ) || !ofn1.FileExists( ) ) return( false ); in bDelTmpFiles()
574 os1 = ofn1.GetName( ); in bDelTmpFiles()
[all …]
H A DFrmMain.cpp454 wxFileName ofn1; in InitLogFiles() local
458 ofn1 = m_oFileTsks.rosGetNetLstFile( ); in InitLogFiles()
459 if( ! ofn1.IsOk( ) ) return; in InitLogFiles()
460 if( ! ofn1.FileExists( ) ) return; in InitLogFiles()
1119 wxFileName ofn1; in OnSimRun() local
1126 if( ofn1.GetFullPath( ).IsEmpty( ) ) in OnSimRun()
1288 wxFileName ofn1; in OnViewData() local
1301 if( ofn1.GetFullPath( ).IsEmpty( ) ) in OnViewData()
1308 os2 = ofn1.GetName( ); in OnViewData()
1326 ofn1.SetName( os2 ); in OnViewData()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/change/history/
H A Dencode.cc57 string_ty *ofn1; in change_history_encode() local
161 ofn1 = dir_and_base(qp_dir, relname); in change_history_encode()
168 ofn1 = dir_and_base(qp_dir, filename); in change_history_encode()
185 output::pointer op1 = output_file::text_open(ofn1); in change_history_encode()
261 os_unlink(ofn1); in change_history_encode()
262 str_free(ofn1); in change_history_encode()
279 off_t size1 = os_file_size(ofn1); in change_history_encode()
284 filename = ofn1; in change_history_encode()
291 os_unlink(ofn1); in change_history_encode()
292 str_free(ofn1); in change_history_encode()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/netlist/
H A DNetList.cpp678 wxFileName ofn1; in bSetLoadFile() local
680 ofn1 = rosFName; in bSetLoadFile()
686 m_ofnLoadFile = ofn1; in bSetLoadFile()
703 wxFileName ofn1; in bSetSaveFile() local
705 ofn1 = rosFName; in bSetSaveFile()
708 if( ! ofn1.IsOk( ) ) return( false ); in bSetSaveFile()
710 m_ofnSaveFile = ofn1; in bSetSaveFile()
727 wxFileName ofn1; in bSetSchemFiles() local
735 ofn1 = rosaFNames.Item( sz1 ); in bSetSchemFiles()
738 if( ! ofn1.IsOk( ) ) continue; in bSetSchemFiles()
[all …]
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfns.c3608 ofn1[0] = '!';
3610 ckstrncpy(n,ofn1,CKMAXPATH+1);
3647 ckstrncpy(ofn1,t,CKMAXPATH+1);
3659 ofn1[0] = '.';
3762 isdir(ofn1)
3777 strcmp(ofn1,"/nil") &&
3846 if (zrename(ofn1,ofn2) < 0) {
3936 if ((x = zmkdir(ofn1)) < 0) {
3964 x = strlen(ofn1);
3966 if (ofn1[x-1] == ';') {
[all …]
H A Dckcfn3.c223 extern char ofn1[];
1456 if (fncact == XYFX_R && ofn1x && ofn1[0]) /* But watch out for FC=RENAME */
1457 ff = ofn1; /* because we haven't renamed it yet */
2095 if (zrename(ofn1,ofn2) < 0) { /* Rename existing file. */
2096 debug(F110,"opena rename fails",ofn1,0);
2108 if (ofn1[0])
2109 f = ofn1; /* use original name. */
2111 ckstrncpy(filnam,ofn1,CKMAXPATH+1); /* restore the real name */
H A Dckcpro.c80 extern char filnam[], ofilnam[], fspec[], ttname[], ofn1[];
H A Dckuus4.c14082 extern char filnam[], ofn1[], *sfspec, *rrfspec;
14092 return((char *)ofn1);
H A Dckcpro.w58 extern char filnam[], ofilnam[], fspec[], ttname[], ofn1[];
/dports/misc/amanda-client/amanda-3.3.9/oldrecover-src/
H A Dextract_list.c320 EXTRACT_LIST_ITEM *fn1, *pfn1, *ofn1; in clean_tape_list() local
367 ofn1 = fn1; in clean_tape_list()
369 amfree(ofn1->path); in clean_tape_list()
/dports/misc/amanda-server/amanda-3.3.9/oldrecover-src/
H A Dextract_list.c320 EXTRACT_LIST_ITEM *fn1, *pfn1, *ofn1; in clean_tape_list() local
367 ofn1 = fn1; in clean_tape_list()
369 amfree(ofn1->path); in clean_tape_list()
/dports/misc/amanda-server/amanda-3.3.9/recover-src/
H A Dextract_list.c356 EXTRACT_LIST_ITEM *fn1, *pfn1, *ofn1; in clean_tape_list() local
404 ofn1 = fn1; in clean_tape_list()
406 amfree(ofn1->path); in clean_tape_list()
407 amfree(ofn1->tpath); in clean_tape_list()
/dports/misc/amanda-client/amanda-3.3.9/recover-src/
H A Dextract_list.c356 EXTRACT_LIST_ITEM *fn1, *pfn1, *ofn1; in clean_tape_list() local
404 ofn1 = fn1; in clean_tape_list()
406 amfree(ofn1->path); in clean_tape_list()
407 amfree(ofn1->tpath); in clean_tape_list()