Home
last modified time | relevance | path

Searched refs:To_Name (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/aunit/aunit-gpl-2017-src/include/aunit/framework/staticmemory/
H A Daunit-memory-utils.adb41 function To_Name is new Ada.Unchecked_Conversion (System.Address, Name); subprogram
49 return To_Name (Ret);
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-projects-impl_yes.adb163 function To_Name subprogram
172 end To_Name;
306 Add_Unit (Util.Strings.To_Mixed (To_Name (Info.Name)),
730 (To_Name (Prj.Projects.Table (Project).Name));
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-socket.adb125 function To_Name (N : String) return Name_Type; subprogspec
1977 Result.Official := To_Name (Official);
1983 To_Name (C.Strings.Value (Aliases (Source)));
2065 function To_Name (N : String) return Name_Type is subprogram
2068 end To_Name;
2096 Result.Official := To_Name (Official);
2102 To_Name (C.Strings.Value (Aliases (Source)));
2110 Result.Protocol := To_Name (Protocol);
H A Dg-os_lib.adb284 procedure Copy_To (To_Name : String);
395 procedure Copy_To (To_Name : String) is
405 C_To : String (1 .. To_Name'Length + 1);
409 To := Create_File (To_Name, Binary);
417 C_To (1 .. To_Name'Length) := To_Name;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-socket.adb125 function To_Name (N : String) return Name_Type; subprogspec
1977 Result.Official := To_Name (Official);
1983 To_Name (C.Strings.Value (Aliases (Source)));
2065 function To_Name (N : String) return Name_Type is subprogram
2068 end To_Name;
2096 Result.Official := To_Name (Official);
2102 To_Name (C.Strings.Value (Aliases (Source)));
2110 Result.Protocol := To_Name (Protocol);
H A Dg-os_lib.adb284 procedure Copy_To (To_Name : String);
395 procedure Copy_To (To_Name : String) is
405 C_To : String (1 .. To_Name'Length + 1);
409 To := Create_File (To_Name, Binary);
417 C_To (1 .. To_Name'Length) := To_Name;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-socket.adb126 function To_Name (N : String) return Name_Type; subprogspec
2538 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2542 To_Name (Value (Hostent_H_Alias
2634 function To_Name (N : String) return Name_Type is subprogram
2637 end To_Name;
2653 Result.Official := To_Name (Value (Servent_S_Name (E)));
2657 To_Name (Value (Servent_S_Alias
2661 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Dg-socket.adb127 function To_Name (N : String) return Name_Type; subprogspec
2450 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2454 To_Name (Value (Hostent_H_Alias
2546 function To_Name (N : String) return Name_Type is subprogram
2549 end To_Name;
2567 Result.Official := To_Name (Value (Servent_S_Name (E)));
2571 To_Name (Value (Servent_S_Alias
2575 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-socket.adb126 function To_Name (N : String) return Name_Type; subprogspec
2538 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2542 To_Name (Value (Hostent_H_Alias
2634 function To_Name (N : String) return Name_Type is subprogram
2637 end To_Name;
2653 Result.Official := To_Name (Value (Servent_S_Name (E)));
2657 To_Name (Value (Servent_S_Alias
2661 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-socket.adb126 function To_Name (N : String) return Name_Type; subprogspec
2538 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2542 To_Name (Value (Hostent_H_Alias
2634 function To_Name (N : String) return Name_Type is subprogram
2637 end To_Name;
2653 Result.Official := To_Name (Value (Servent_S_Name (E)));
2657 To_Name (Value (Servent_S_Alias
2661 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dg-socket.adb127 function To_Name (N : String) return Name_Type; subprogspec
2450 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2454 To_Name (Value (Hostent_H_Alias
2546 function To_Name (N : String) return Name_Type is subprogram
2549 end To_Name;
2567 Result.Official := To_Name (Value (Servent_S_Name (E)));
2571 To_Name (Value (Servent_S_Alias
2575 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dg-socket.adb129 function To_Name (N : String) return Name_Type; subprogspec
2483 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2487 To_Name (Value (Hostent_H_Alias
2565 function To_Name (N : String) return Name_Type is subprogram
2568 end To_Name;
2587 Result.Official := To_Name (Value (Servent_S_Name (E)));
2591 To_Name (Value (Servent_S_Alias
2595 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
H A Ds-os_lib.adb309 procedure Copy_To (To_Name : String);
446 procedure Copy_To (To_Name : String) is
456 C_To : String (1 .. To_Name'Length + 1);
464 To := Create_File (To_Name, Binary);
474 C_To (1 .. To_Name'Length) := To_Name;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dg-socket.adb129 function To_Name (N : String) return Name_Type; subprogspec
2483 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2487 To_Name (Value (Hostent_H_Alias
2565 function To_Name (N : String) return Name_Type is subprogram
2568 end To_Name;
2587 Result.Official := To_Name (Value (Servent_S_Name (E)));
2591 To_Name (Value (Servent_S_Alias
2595 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
H A Ds-os_lib.adb309 procedure Copy_To (To_Name : String);
446 procedure Copy_To (To_Name : String) is
456 C_To : String (1 .. To_Name'Length + 1);
464 To := Create_File (To_Name, Binary);
474 C_To (1 .. To_Name'Length) := To_Name;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-socket.adb126 function To_Name (N : String) return Name_Type; subprogspec
2538 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2542 To_Name (Value (Hostent_H_Alias
2634 function To_Name (N : String) return Name_Type is subprogram
2637 end To_Name;
2653 Result.Official := To_Name (Value (Servent_S_Name (E)));
2657 To_Name (Value (Servent_S_Alias
2661 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-socket.adb129 function To_Name (N : String) return Name_Type; subprogspec
2505 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2509 To_Name (Value (Hostent_H_Alias
2601 function To_Name (N : String) return Name_Type is subprogram
2604 end To_Name;
2623 Result.Official := To_Name (Value (Servent_S_Name (E)));
2627 To_Name (Value (Servent_S_Alias
2631 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
H A Ds-os_lib.adb319 procedure Copy_To (To_Name : String);
456 procedure Copy_To (To_Name : String) is
458 C_To : String (1 .. To_Name'Length + 1);
466 To := Create_File (To_Name, Binary);
476 C_To (1 .. To_Name'Length) := To_Name;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-socket.adb126 function To_Name (N : String) return Name_Type; subprogspec
2538 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2542 To_Name (Value (Hostent_H_Alias
2634 function To_Name (N : String) return Name_Type is subprogram
2637 end To_Name;
2653 Result.Official := To_Name (Value (Servent_S_Name (E)));
2657 To_Name (Value (Servent_S_Alias
2661 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Dg-socket.adb126 function To_Name (N : String) return Name_Type; subprogspec
2538 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2542 To_Name (Value (Hostent_H_Alias
2634 function To_Name (N : String) return Name_Type is subprogram
2637 end To_Name;
2653 Result.Official := To_Name (Value (Servent_S_Name (E)));
2657 To_Name (Value (Servent_S_Alias
2661 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-socket.adb127 function To_Name (N : String) return Name_Type; subprogspec
2450 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2454 To_Name (Value (Hostent_H_Alias
2546 function To_Name (N : String) return Name_Type is subprogram
2549 end To_Name;
2567 Result.Official := To_Name (Value (Servent_S_Name (E)));
2571 To_Name (Value (Servent_S_Alias
2575 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-socket.adb148 function To_Name (N : String) return Name_Type; subprogspec
2815 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2819 To_Name (Value (Hostent_H_Alias
2885 function To_Name (N : String) return Name_Type is subprogram
2888 end To_Name;
2904 Result.Official := To_Name (Value (Servent_S_Name (E)));
2908 To_Name (Value (Servent_S_Alias
2912 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Dg-socket.adb150 function To_Name (N : String) return Name_Type; subprogspec
2881 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2885 To_Name (Value (Hostent_H_Alias
2951 function To_Name (N : String) return Name_Type is subprogram
2954 end To_Name;
2970 Result.Official := To_Name (Value (Servent_S_Name (E)));
2974 To_Name (Value (Servent_S_Alias
2978 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Dg-socket.adb152 function To_Name (N : String) return Name_Type; subprogspec
2871 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2875 To_Name (Value (Hostent_H_Alias
2944 function To_Name (N : String) return Name_Type is subprogram
2947 end To_Name;
2963 Result.Official := To_Name (Value (Servent_S_Name (E)));
2967 To_Name (Value (Servent_S_Alias
2971 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Dg-socket.adb150 function To_Name (N : String) return Name_Type; subprogspec
2881 Result.Official := To_Name (Value (Hostent_H_Name (E)));
2885 To_Name (Value (Hostent_H_Alias
2951 function To_Name (N : String) return Name_Type is subprogram
2954 end To_Name;
2970 Result.Official := To_Name (Value (Servent_S_Name (E)));
2974 To_Name (Value (Servent_S_Alias
2978 Result.Protocol := To_Name (Value (Servent_S_Proto (E)));

123