Searched refs:__send (Results 1 – 25 of 54) sorted by relevance
123
/glibc-2.36/socket/ |
D | send.c | 23 __send (int fd, const void *buf, size_t n, int flags) in __send() function 28 libc_hidden_def (__send) 29 weak_alias (__send, send)
|
D | Versions | 4 __connect; __send;
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | send.c | 27 __send (int fd, const void *buf, size_t n, int flags) in __send() function 46 libc_hidden_def (__send) 47 weak_alias (__send, send)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | send.c | 34 weak_alias (__libc_send, __send) 35 libc_hidden_def (__send)
|
/glibc-2.36/include/sys/ |
D | socket.h | 33 extern ssize_t __send (int __fd, const void *__buf, size_t __n, int __flags); 34 libc_hidden_proto (__send)
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | send.c | 8 compat_symbol (libc, __libc_send, __send, GLIBC_2_21);
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | send.c | 8 compat_symbol (libc, __libc_send, __send, GLIBC_2_17);
|
D | libc.abilist | 417 GLIBC_2.17 __send F
|
/glibc-2.36/misc/ |
D | syslog.c | 242 if (!connected || __send (LogFile, buf, bufsize, MSG_NOSIGNAL) < 0) in __vsyslog_internal() 251 if (!connected || __send (LogFile, buf, bufsize, MSG_NOSIGNAL) < 0) in __vsyslog_internal()
|
/glibc-2.36/resolv/ |
D | res_send.c | 1109 sr = __send (pfd[0].fd, buf2, buflen2, MSG_NOSIGNAL); in send_dg() 1111 sr = __send (pfd[0].fd, buf, buflen, MSG_NOSIGNAL); in send_dg()
|
/glibc-2.36/sysdeps/unix/ |
D | syscalls.list | 58 send - send Ci:ibUi __libc_send __send send
|
/glibc-2.36/nscd/ |
D | nscd_helper.c | 202 ssize_t wres = TEMP_FAILURE_RETRY (__send (sock, reqdata, in open_socket()
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 356 GLIBC_2.35 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 359 GLIBC_2.36 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 400 GLIBC_2.33 __send F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 436 GLIBC_2.2.6 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 402 GLIBC_2.32 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 415 GLIBC_2.27 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/x32/ |
D | libc.abilist | 419 GLIBC_2.16 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libc.abilist | 410 GLIBC_2.29 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/64/ |
D | libc.abilist | 427 GLIBC_2.2.5 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/ |
D | libc.abilist | 439 GLIBC_2.2 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/ |
D | libc.abilist | 503 GLIBC_2.17 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libc.abilist | 460 GLIBC_2.2 __send F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libc.abilist | 912 GLIBC_2.4 __send F
|
123