Home
last modified time | relevance | path

Searched refs:R_Sock (Results 1 – 16 of 16) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-stsifd-sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-stsifd-sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dg-stsifd-sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dg-stsifd-sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dg-stsifd-sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Dg-stsifd__sockets.adb60 L_Sock, R_Sock, W_Sock : C.int := Failure; variable
124 R_Sock := C_Socket (SOSC.AF_INET, SOSC.SOCK_STREAM, 0);
126 if R_Sock = Failure then
132 Res := C_Connect (R_Sock, Sin'Address, Len);
157 Res := C_Close (R_Sock);
158 R_Sock := Failure;
183 Fds.all := (Read_End => R_Sock, Write_End => W_Sock);
196 if R_Sock /= Failure then
197 Res := C_Close (R_Sock);
/dports/math/R/R-4.1.2/doc/
H A DNEWS.213524 o The R_Sock* functions supporting socket connections are no
/dports/math/libRmath/R-4.1.1/doc/
H A DNEWS.213524 o The R_Sock* functions supporting socket connections are no