Home
last modified time | relevance | path

Searched refs:Command_With_Path (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dg-enblsp-vms-alpha.adb62 Command_With_Path : String_Access; variable
70 Command_With_Path := Locate_Exec_On_Path (Command);
72 if Command_With_Path = null then
88 Arg := new String (1 .. Command_With_Path'Length + 1);
89 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
105 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
109 Free (Command_With_Path);
H A Dg-enblsp-vms-ia64.adb60 Command_With_Path : String_Access; variable
68 Command_With_Path := Locate_Exec_On_Path (Command);
70 if Command_With_Path = null then
85 Arg := new String (1 .. Command_With_Path'Length + 1);
86 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
102 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
106 Free (Command_With_Path);
H A Dg-expect.adb1057 Command_With_Path : String_Access; variable
1060 Command_With_Path := Locate_Exec_On_Path (Command);
1062 if Command_With_Path = null then
1082 Arg := new String (1 .. Command_With_Path'Length + 1);
1083 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1112 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1116 Free (Command_With_Path);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dg-enblsp-vms-ia64.adb60 Command_With_Path : String_Access; variable
68 Command_With_Path := Locate_Exec_On_Path (Command);
70 if Command_With_Path = null then
85 Arg := new String (1 .. Command_With_Path'Length + 1);
86 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
102 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
106 Free (Command_With_Path);
H A Dg-enblsp-vms-alpha.adb62 Command_With_Path : String_Access; variable
70 Command_With_Path := Locate_Exec_On_Path (Command);
72 if Command_With_Path = null then
88 Arg := new String (1 .. Command_With_Path'Length + 1);
89 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
105 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
109 Free (Command_With_Path);
H A Dg-expect.adb1057 Command_With_Path : String_Access; variable
1060 Command_With_Path := Locate_Exec_On_Path (Command);
1062 if Command_With_Path = null then
1082 Arg := new String (1 .. Command_With_Path'Length + 1);
1083 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1112 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1116 Free (Command_With_Path);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-enblsp-vms-alpha.adb62 Command_With_Path : String_Access; variable
70 Command_With_Path := Locate_Exec_On_Path (Command);
72 if Command_With_Path = null then
88 Arg := new String (1 .. Command_With_Path'Length + 1);
89 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
105 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
109 Free (Command_With_Path);
H A Dg-enblsp-vms-ia64.adb60 Command_With_Path : String_Access; variable
68 Command_With_Path := Locate_Exec_On_Path (Command);
70 if Command_With_Path = null then
85 Arg := new String (1 .. Command_With_Path'Length + 1);
86 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
102 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
106 Free (Command_With_Path);
H A Dg-expect.adb1057 Command_With_Path : String_Access; variable
1060 Command_With_Path := Locate_Exec_On_Path (Command);
1062 if Command_With_Path = null then
1082 Arg := new String (1 .. Command_With_Path'Length + 1);
1083 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1112 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1116 Free (Command_With_Path);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-expect.adb852 Command_With_Path : String_Access; variable
860 Command_With_Path := Locate_Exec_On_Path (Command);
862 if Command_With_Path = null then
876 Arg := new String (1 .. Command_With_Path'Length + 1);
877 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
907 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
911 Free (Command_With_Path);
H A D3vexpect.adb855 Command_With_Path : String_Access; variable
863 Command_With_Path := Locate_Exec_On_Path (Command);
865 if Command_With_Path = null then
883 Arg := new String (1 .. Command_With_Path'Length + 1);
884 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
900 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
904 Free (Command_With_Path);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D3vexpect.adb855 Command_With_Path : String_Access;
863 Command_With_Path := Locate_Exec_On_Path (Command);
865 if Command_With_Path = null then
883 Arg := new String (1 .. Command_With_Path'Length + 1);
884 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
900 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
904 Free (Command_With_Path);
H A Dg-expect.adb852 Command_With_Path : String_Access;
860 Command_With_Path := Locate_Exec_On_Path (Command);
862 if Command_With_Path = null then
876 Arg := new String (1 .. Command_With_Path'Length + 1);
877 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
907 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
911 Free (Command_With_Path);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-expect.adb1081 Command_With_Path : String_Access; variable
1084 Command_With_Path := Locate_Exec_On_Path (Command);
1086 if Command_With_Path = null then
1106 Arg := new String (1 .. Command_With_Path'Length + 1);
1107 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1136 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1140 Free (Command_With_Path);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-expect.adb1072 Command_With_Path : String_Access; variable
1075 Command_With_Path := Locate_Exec_On_Path (Command);
1077 if Command_With_Path = null then
1097 Arg := new String (1 .. Command_With_Path'Length + 1);
1098 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1127 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1131 Free (Command_With_Path);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-expect.adb1081 Command_With_Path : String_Access; variable
1084 Command_With_Path := Locate_Exec_On_Path (Command);
1086 if Command_With_Path = null then
1106 Arg := new String (1 .. Command_With_Path'Length + 1);
1107 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1136 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1140 Free (Command_With_Path);
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Dg-expect.adb1072 Command_With_Path : String_Access; variable
1075 Command_With_Path := Locate_Exec_On_Path (Command);
1077 if Command_With_Path = null then
1097 Arg := new String (1 .. Command_With_Path'Length + 1);
1098 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1127 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1131 Free (Command_With_Path);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-expect.adb1081 Command_With_Path : String_Access; variable
1084 Command_With_Path := Locate_Exec_On_Path (Command);
1086 if Command_With_Path = null then
1106 Arg := new String (1 .. Command_With_Path'Length + 1);
1107 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1136 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1140 Free (Command_With_Path);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-expect.adb1081 Command_With_Path : String_Access; variable
1084 Command_With_Path := Locate_Exec_On_Path (Command);
1086 if Command_With_Path = null then
1106 Arg := new String (1 .. Command_With_Path'Length + 1);
1107 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1136 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1140 Free (Command_With_Path);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dg-expect.adb1072 Command_With_Path : String_Access; variable
1075 Command_With_Path := Locate_Exec_On_Path (Command);
1077 if Command_With_Path = null then
1097 Arg := new String (1 .. Command_With_Path'Length + 1);
1098 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1127 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1131 Free (Command_With_Path);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Dg-expect.adb1127 Command_With_Path : String_Access; variable
1130 Command_With_Path := Locate_Exec_On_Path (Command);
1132 if Command_With_Path = null then
1152 Arg := new String (1 .. Command_With_Path'Length + 1);
1153 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1182 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1192 Free (Command_With_Path);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Dg-expect.adb1127 Command_With_Path : String_Access; variable
1130 Command_With_Path := Locate_Exec_On_Path (Command);
1132 if Command_With_Path = null then
1152 Arg := new String (1 .. Command_With_Path'Length + 1);
1153 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1182 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1192 Free (Command_With_Path);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-expect.adb1081 Command_With_Path : String_Access; variable
1084 Command_With_Path := Locate_Exec_On_Path (Command);
1086 if Command_With_Path = null then
1106 Arg := new String (1 .. Command_With_Path'Length + 1);
1107 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1136 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1140 Free (Command_With_Path);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-expect.adb1081 Command_With_Path : String_Access; variable
1084 Command_With_Path := Locate_Exec_On_Path (Command);
1086 if Command_With_Path = null then
1106 Arg := new String (1 .. Command_With_Path'Length + 1);
1107 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1136 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1140 Free (Command_With_Path);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Dg-expect.adb1127 Command_With_Path : String_Access; variable
1130 Command_With_Path := Locate_Exec_On_Path (Command);
1132 if Command_With_Path = null then
1152 Arg := new String (1 .. Command_With_Path'Length + 1);
1153 Arg (1 .. Command_With_Path'Length) := Command_With_Path.all;
1182 (Descriptor, Pipe1, Pipe2, Pipe3, Command_With_Path.all,
1186 Free (Command_With_Path);

12