Home
last modified time | relevance | path

Searched refs:File_Path (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprname-main.adb63 File_Path : String_Access := null; variable
279 elsif File_Path = null then
320 Path_Last : Positive := File_Path'Length;
324 Path_Name (1 .. Path_Last) := File_Path.all;
343 if Is_Regular_File (File_Path.all) then
347 File_Path.all & "");
360 for J in reverse File_Path'Range loop
367 Create (File, Out_File, File_Path.all);
389 Project_File_Name => File_Path.all,
457 File_Path := new String'(Arg);
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Ddlg_text.cpp154 wxString File_Path; in On_Load() local
156 if( DLG_Open(File_Path, ID_DLG_TEXT_OPEN) ) in On_Load()
158 m_pControl->LoadFile(File_Path); in On_Load()
165 wxString File_Path; in On_Save() local
167 if( DLG_Save(File_Path, ID_DLG_TEXT_SAVE) ) in On_Save()
169 m_pControl->SaveFile(File_Path); in On_Save()
H A Dres_dialogs.cpp969 File_Path = dlg.GetPath(); in DLG_Save()
982 bool DLG_Save(wxString &File_Path, int ID_DLG) in DLG_Save() argument
986 def_Name = SG_File_Get_Name(&File_Path, true).w_str(); in DLG_Save()
987 def_Dir = SG_File_Get_Path(&File_Path).w_str(); in DLG_Save()
1004 bool DLG_Save(wxString &File_Path, const wxString &Caption, const wxString &Filter) in DLG_Save() argument
1006 …return( DLG_Save(File_Path, Caption, SG_File_Get_Path(&File_Path).w_str(), SG_File_Get_Name(&File_… in DLG_Save()
1023 File_Path = dlg.GetPath(); in DLG_Open()
1036 bool DLG_Open(wxString &File_Path, int ID_DLG) in DLG_Open() argument
1052 bool DLG_Open(wxString &File_Path, const wxString &Caption, const wxString &Filter) in DLG_Open() argument
1054 …return( DLG_Open(File_Path, Caption, SG_File_Get_Path(&File_Path).w_str(), SG_File_Get_Name(&File_… in DLG_Open()
[all …]
H A Dres_dialogs.h166 bool DLG_Save (wxString &File_Path, int ID_DLG);
167 bool DLG_Save (wxString &File_Path, const wxString &Caption, const wxString &Filter);
168 bool DLG_Open (wxString &File_Path, int ID_DLG);
169 bool DLG_Open (wxString &File_Path, const wxString &Caption, const wxString &Filter);
173 bool DLG_Image_Save (wxString &File_Path, int &Type, const wxString &def_Dir = "", const wxStr…
H A Ddlg_colors.cpp232 wxString File_Path; in On_Load() local
234 if( DLG_Open(File_Path, ID_DLG_COLORS_OPEN) ) in On_Load()
236 if( m_pColors->Load(&File_Path) == false ) in On_Load()
250 wxString File_Path; in On_Save() local
252 if( DLG_Save(File_Path, ID_DLG_COLORS_SAVE) ) in On_Save()
254 if( m_pColors->Save(&File_Path, false) == false ) in On_Save()
H A Dwksp_tool.cpp129 …CSG_String File_Path = SG_File_Make_Path(SG_File_Get_Path(m_pTool->Get_File_Name()), Lib_Name, ""); in Get_Description() local
131File_Path = SG_File_Make_Path(File_Path, CSG_String::Format("%s_%02d", Lib_Name.c_str(), Get_Index… in Get_Description()
136 …if( SG_File_Set_Extension(File_Path, "html") && Stream.Open(File_Path, SG_FILE_R) && Stream.Read(D… in Get_Description()
141 …if( SG_File_Set_Extension(File_Path, "htm" ) && Stream.Open(File_Path, SG_FILE_R) && Stream.Read(D… in Get_Description()
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/barvinok/
H A DTriangulation.cpp190 char File_Path [256]; in Triangulation_Load_Save() local
203 strcpy (File_Path, "triangulations/"); in Triangulation_Load_Save()
204 strcat (File_Path, File_Name ); in Triangulation_Load_Save()
205 strcat (File_Path, Integer_String ); in Triangulation_Load_Save()
206 strcat (File_Path, ".tar.gz"); in Triangulation_Load_Save()
216 cerr << "Triangulation_Load_Save: Checking for " << File_Path << endl; in Triangulation_Load_Save()
218 checkforfile.open (File_Path); in Triangulation_Load_Save()
234 System_Command += shell_quote(File_Path); in Triangulation_Load_Save()
291 System_Command += shell_quote(File_Path); in Triangulation_Load_Save()
/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-types-nonces-nonces_ctr.adb32 procedure Initialize(This : in out Nonce_Ctr; File_Path : in String) is
34 ADIO.Open(This.File, ADIO.Inout_File, File_Path);
41 procedure Initialize(This : in out Nonce_Ctr; File_Path : in String; IV: in N.Block) is
43 ADIO.Open(This.File, ADIO.Inout_File, File_Path);
47 ADIO.Create(This.File, ADIO.Inout_File, File_Path);
H A Dcrypto-types-nonces-nonces_randomized_counter.adb69 File_Path : in String;
72 ADIO.Open(This.File, ADIO.Inout_File, File_Path);
76 ADIO.Create(This.File, ADIO.Inout_File, File_Path);
82 procedure Initialize(This : in out Nonce_RC; File_Path : in String) is
84 ADIO.Open(This.File, ADIO.Inout_File, File_Path);
/dports/games/freedroid/freedroid-1.0.2/src/
H A Dmisc.c607 static char File_Path[500]; /* hope this will be enough */ in find_file() local
630 strcpy (File_Path, ".."); /* first try local subdirs */ in find_file()
632 strcpy (File_Path, FD_DATADIR); /* then the FD_DATADIR */ in find_file()
634 strcat (File_Path, "/"); in find_file()
635 strcat (File_Path, subdir); in find_file()
636 strcat (File_Path, "/"); in find_file()
640 strcat (File_Path, GameConfig.Theme_Name); in find_file()
641 strcat (File_Path, "_theme/"); in find_file()
644 strcat (File_Path, fname); in find_file()
646 if ( (fp = fopen (File_Path, "r")) != NULL) /* found it? */ in find_file()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dgnatlink.adb1020 File_Path : String_Access; variable
1036 File_Path :=
1040 if File_Path /= null then
1050 new String'(File_Path.all);
1073 Index (File_Path.all, "gcc-lib");
1083 Index (File_Path.all, "/lib/");
1087 Index (File_Path.all,
1138 & File_Path
1149 & File_Path
1159 & File_Path
[all …]
H A Dgnatname.adb55 File_Path : String_Access := new String'("gnat.adc"); variable
198 File_Path := new String'(Parameter);
226 File_Path := new String'(Parameter);
370 (File_Path => File_Path.all,
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dgnatlink.adb1020 File_Path : String_Access;
1036 File_Path :=
1040 if File_Path /= null then
1050 new String'(File_Path.all);
1073 Index (File_Path.all, "gcc-lib");
1083 Index (File_Path.all, "/lib/");
1087 Index (File_Path.all,
1138 & File_Path
1149 & File_Path
1159 & File_Path
[all …]
H A Dgnatname.adb55 File_Path : String_Access := new String'("gnat.adc"); variable
198 File_Path := new String'(Parameter);
226 File_Path := new String'(Parameter);
370 (File_Path => File_Path.all,
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dgnatlink.adb1123 File_Path : String_Access; variable
1138 File_Path :=
1142 if File_Path /= null then
1152 new String'(File_Path.all);
1172 File_Path'Length;
1176 File_Path.all;
1238 & File_Path
1289 & File_Path
1300 & File_Path
1311 & File_Path
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dgnatlink.adb1123 File_Path : String_Access; variable
1138 File_Path :=
1142 if File_Path /= null then
1152 new String'(File_Path.all);
1172 File_Path'Length;
1176 File_Path.all;
1238 & File_Path
1289 & File_Path
1300 & File_Path
1311 & File_Path
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dgnatlink.adb1126 File_Path : String_Access; variable
1141 File_Path :=
1145 if File_Path /= null then
1155 new String'(File_Path.all);
1175 File_Path'Length;
1179 File_Path.all;
1241 & File_Path
1292 & File_Path
1303 & File_Path
1314 & File_Path
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dgnatlink.adb1125 File_Path : String_Access; variable
1140 File_Path :=
1144 if File_Path /= null then
1154 new String'(File_Path.all);
1174 File_Path'Length;
1178 File_Path.all;
1240 & File_Path
1291 & File_Path
1302 & File_Path
1313 & File_Path
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dgnatlink.adb1125 File_Path : String_Access; variable
1140 File_Path :=
1144 if File_Path /= null then
1154 new String'(File_Path.all);
1174 File_Path'Length;
1178 File_Path.all;
1240 & File_Path
1291 & File_Path
1302 & File_Path
1313 & File_Path
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dgnatlink.adb1125 File_Path : String_Access; variable
1140 File_Path :=
1144 if File_Path /= null then
1154 new String'(File_Path.all);
1174 File_Path'Length;
1178 File_Path.all;
1240 & File_Path
1291 & File_Path
1302 & File_Path
1313 & File_Path
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dgnatlink.adb1176 File_Path : String_Access; variable
1191 File_Path :=
1195 if File_Path /= null then
1204 new String'(File_Path.all);
1224 Path (1 .. File_Path'Length) := File_Path.all;
1277 & File_Path
1278 (1 .. File_Path'Length
1322 & File_Path
1333 & File_Path
1344 & File_Path
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dgnatlink.adb1123 File_Path : String_Access; variable
1138 File_Path :=
1142 if File_Path /= null then
1152 new String'(File_Path.all);
1172 File_Path'Length;
1176 File_Path.all;
1238 & File_Path
1289 & File_Path
1300 & File_Path
1311 & File_Path
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dgnatlink.adb1123 File_Path : String_Access; variable
1138 File_Path :=
1142 if File_Path /= null then
1152 new String'(File_Path.all);
1172 File_Path'Length;
1176 File_Path.all;
1238 & File_Path
1289 & File_Path
1300 & File_Path
1311 & File_Path
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dgnatlink.adb1125 File_Path : String_Access; variable
1140 File_Path :=
1144 if File_Path /= null then
1154 new String'(File_Path.all);
1174 File_Path'Length;
1178 File_Path.all;
1240 & File_Path
1291 & File_Path
1302 & File_Path
1313 & File_Path
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dgnatlink.adb1125 File_Path : String_Access; variable
1140 File_Path :=
1144 if File_Path /= null then
1154 new String'(File_Path.all);
1174 File_Path'Length;
1178 File_Path.all;
1240 & File_Path
1291 & File_Path
1302 & File_Path
1313 & File_Path
[all …]

12345