Searched refs:socket (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A D20000625-1.c8 #define socket bind macro
13 goto socket;
15 ENTRY(socket) /* { dg-error "valid preprocessing token" "" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020314-1.c4 struct socket *sock;
/haiku-buildtools/gcc/gcc/ada/
H A Dsocket.c377 /* Find the largest socket in the socket set SET. This is needed for
378 `select'. LAST is the maximum value for the largest socket. This hint is
379 used to avoid scanning very large socket sets. On return, LAST is the
380 actual largest socket in the socket set. */
408 /* Get last socket and remove it from the socket set SET. LAST is the
409 maximum value of the largest socket. This hint is used to avoid scanning
410 very large socket set
407 __gnat_get_socket_from_set(fd_set *set, int *last, int *socket) argument
417 __gnat_insert_socket_in_set(fd_set *set, int socket) argument
425 __gnat_is_socket_in_set(fd_set *set, int socket) argument
433 __gnat_remove_socket_from_set(fd_set *set, int socket) argument
[all...]
H A Dgsocket.h199 #include <sys/socket.h>
228 * getservbyport" in socket.c for details.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56029.C123 scoped_ptr <DatagramClientSocket> socket; local
124 socket.reset (socket_factory_->CreateDatagramClientSocket (Bind (RandInt)));
125 socket.Pass ();
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Ddir.cc127 return fs::file_type::socket;
H A Dops.cc270 return file_type::socket;
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_fwd.h83 block = 4, character = 5, fifo = 6, socket = 7, unknown = 8 member in class:experimental::filesystem::v1::file_type
H A Dfs_ops.h219 { return __s.type() == file_type::socket; }
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform_linux.cc35 #include <sys/socket.h>
H A Dtsan_interceptors.cc1598 TSAN_INTERCEPTOR(int, socket, int domain, int type, int protocol) {
1599 SCOPED_TSAN_INTERCEPTOR(socket, domain, type, protocol);
1600 int fd = REAL(socket)(domain, type, protocol);
2501 TSAN_INTERCEPT(socket);
/haiku-buildtools/gcc/libcc1/
H A Dlibcc1.cc23 #include <sys/socket.h>
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc45 #include <sys/socket.h>
81 # include <sys/socket.h>
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dinclhack.def1576 * IRIX 6.5.1[78] <sys/socket.h> has a broken definition of socklen_t.
1577 * Various socket function prototypes use different types instead,
1584 files = sys/socket.h;
2459 * in sys/socket.h. This is corrected in Solaris 7 and up.
2463 files = sys/socket.h;
2464 select = '@\(#\)socket.h' "[ \t]+1.[123][0-9][ \t]+9[567]/[0-9/]+ SMI";
2471 test_text = '#ident "@(#)socket.h 1.30 97/01/20 SMI"'"\n"
2681 bypass = "<sys/socket\.h>";
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A DMakefile.in403 # By default, build socket support units. On platforms that do not support
407 GNATRTL_SOCKETS_OBJS = g-soccon$(objext) g-socket$(objext) g-socthi$(objext) \
411 g-socket.adb<g-socket-dummy.adb \
412 g-socket.ads<g-socket-dummy.ads \
2343 raise.o seh_init.o socket.o sysdep.o \
2990 socket.o : socket.c gsocket.h
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h1055 extern int socket (int, int, int);

Completed in 349 milliseconds