Home
last modified time | relevance | path

Searched refs:Max_Command_Line_Length (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprlib-build_shared_lib.adb283 if Max_Command_Line_Length > 0
284 and then Argument_Length > Max_Command_Line_Length
H A Dgprexch.ads113 Max_Command_Line_Length, literal
H A Dgprlib.adb433 Max_Command_Line_Length : Natural := 0; variable
1313 when Gprexch.Max_Command_Line_Length =>
1315 Max_Command_Line_Length := Natural'Value (Line (1 .. Last));
1317 if Max_Command_Line_Length < Maximum_Size then
1318 Maximum_Size := Max_Command_Line_Length;
H A Dgprbuild-link.adb2671 if Main_Proj.Config.Max_Command_Line_Length > 0
2683 if Arg_Length > Main_Proj.Config.Max_Command_Line_Length then
H A Dgprbuild-post_compile.adb2238 if For_Project.Config.Max_Command_Line_Length > 0
2241 Put_Line (Exchange_File, Library_Label (Max_Command_Line_Length));
2243 (Exchange_File, For_Project.Config.Max_Command_Line_Length'Img);
H A Dgprbuild-compile.adb2887 if Source_Project.Config.Max_Command_Line_Length > 0 and then
2898 if Arg_Length > Source_Project.Config.Max_Command_Line_Length
/dports/devel/gprbuild/gprbuild-376670f/
H A Dknown-problems-15172 for Max_Command_Line_Length use "8000";
H A Dknown-problems-23127 attribute Max_Command_Line_Length.
H A Dknown-problems-21316 for Max_Command_Line_Length use "8192";
/dports/devel/gprbuild/gprbuild-376670f/gpr/
H A Dsnames.list205 Max_Command_Line_Length
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dprj.ads1072 Max_Command_Line_Length : Natural := 0; component
1174 Max_Command_Line_Length => 0,
H A Dprj-nmsc.adb1895 Project.Config.Max_Command_Line_Length :=
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dprj.ads1058 Max_Command_Line_Length : Natural := 0; component
1149 Max_Command_Line_Length => 0,
H A Dprj-nmsc.adb1843 Project.Config.Max_Command_Line_Length :=
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dprj.ads1058 Max_Command_Line_Length : Natural := 0; component
1149 Max_Command_Line_Length => 0,
H A Dprj-nmsc.adb1843 Project.Config.Max_Command_Line_Length :=
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dprj.ads1091 Max_Command_Line_Length : Natural := 0; component
1193 Max_Command_Line_Length => 0,
H A Dprj-nmsc.adb1893 Project.Config.Max_Command_Line_Length :=
/dports/lang/gnat_util/gnat_util/
H A Dprj.ads1091 Max_Command_Line_Length : Natural := 0; component
1193 Max_Command_Line_Length => 0,
H A Dprj-nmsc.adb1893 Project.Config.Max_Command_Line_Length :=
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dprj.ads1091 Max_Command_Line_Length : Natural := 0; component
1193 Max_Command_Line_Length => 0,
H A Dprj-nmsc.adb1893 Project.Config.Max_Command_Line_Length :=
/dports/devel/gprbuild/gprbuild-376670f/gpr/src/
H A Dgpr.ads1386 Max_Command_Line_Length : Natural := 0; component
1500 Max_Command_Line_Length => 0,
H A Dgpr-nmsc.adb1424 if Project.Config.Max_Command_Line_Length = 0 or else
1425 Value < Project.Config.Max_Command_Line_Length
1427 Project.Config.Max_Command_Line_Length := Value;
2055 if Project.Config.Max_Command_Line_Length = 0 or else
2056 Value < Project.Config.Max_Command_Line_Length
2058 Project.Config.Max_Command_Line_Length := Value;
/dports/devel/gprbuild/gprbuild-376670f/doc/gprbuild_ug/
H A Dcompanion_tools.rst1719 * Max_Command_Line_Length
1728 for Max_Command_Line_Length use "8000";
1734 taken into account when attribute Max_Command_Line_Length is specified.
1758 attributes Max_Command_Line_Length and Response_File_Format are specified.

123