| /freebsd-13.1/lib/libc/sys/ |
| H A D | writev.c | 44 #pragma weak writev macro 46 writev(int fd, const struct iovec *iov, int iovcnt) in writev() function
|
| H A D | interposing_table.c | 74 SLOT(writev, __sys_writev),
|
| H A D | Makefile.inc | 98 writev 514 write.2 writev.2
|
| /freebsd-13.1/lib/libsdp/ |
| H A D | service.c | 88 len = writev(ss->s, iov, sizeof(iov)/sizeof(iov[0])); in sdp_register_service() 146 len = writev(ss->s, iov, sizeof(iov)/sizeof(iov[0])); in sdp_unregister_service() 193 len = writev(ss->s, iov, sizeof(iov)/sizeof(iov[0])); in sdp_change_service()
|
| /freebsd-13.1/usr.sbin/fwcontrol/ |
| H A D | fwdv.c | 225 writev(fd, wbuf, vec); in dvrecv() 240 writev(fd, wbuf, vec); in dvrecv() 249 writev(fd, wbuf, vec); in dvrecv() 403 len = writev(d, wbuf, vec); in dvsend()
|
| /freebsd-13.1/tools/build/libc-bootstrap/ |
| H A D | namespace.h | 45 #define _writev(a, b, c) writev(a, b, c)
|
| /freebsd-13.1/crypto/heimdal/lib/roken/ |
| H A D | writev.c | 39 writev(int d, const struct iovec *iov, int iovcnt) in writev() function
|
| H A D | version-script.map | 194 writev;
|
| /freebsd-13.1/contrib/ofed/librdmacm/ |
| H A D | librspreload.map | 31 writev;
|
| H A D | preload.c | 77 ssize_t (*writev)(int socket, const struct iovec *iov, int iovcnt); member 400 real.writev = dlsym(RTLD_NEXT, "writev"); in init_preload() 427 rs.writev = dlsym(RTLD_DEFAULT, "rwritev"); in init_preload() 857 ssize_t writev(int socket, const struct iovec *iov, int iovcnt) in writev() function 862 rwritev(fd, iov, iovcnt) : real.writev(fd, iov, iovcnt); in writev()
|
| /freebsd-13.1/bin/echo/ |
| H A D | echo.c | 119 if (writev(STDOUT_FILENO, iov, nwrite) == -1) in main()
|
| /freebsd-13.1/contrib/apr/network_io/unix/ |
| H A D | sendrecv.c | 212 rv = writev(sock->socketdes, vec, nvec); in apr_socket_sendv() 226 rv = writev(sock->socketdes, vec, nvec); in apr_socket_sendv() 624 rv = writev(sock->socketdes, in apr_socket_sendfile() 766 rc = writev(sock->socketdes, hdtrarray, 2); in apr_socket_sendfile() 789 rc = writev(sock->socketdes, hdtrarray, 2); in apr_socket_sendfile()
|
| /freebsd-13.1/sys/sys/ |
| H A D | uio.h | 105 ssize_t writev(int, const struct iovec *, int);
|
| /freebsd-13.1/usr.bin/wall/ |
| H A D | ttymsg.c | 103 wret = writev(fd, iov, iovcnt); in ttymsg()
|
| /freebsd-13.1/contrib/ngatm/sscop/ |
| H A D | common.c | 275 if ((size = writev(sscop_fd, iov, 2)) == -1) in proto_msgout() 305 if ((size = writev(user_out_fd, iov, 2)) == -1) in user_msgout()
|
| /freebsd-13.1/usr.sbin/bluetooth/sdpd/ |
| H A D | srr.c | 133 size = writev(fd, (struct iovec const *) &iov, sizeof(iov)/sizeof(iov[0])); in server_send_service_register_response()
|
| /freebsd-13.1/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 186 int writev(int, struct iovec *, int);
|
| /freebsd-13.1/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 186 int writev(int, struct iovec *, int);
|
| /freebsd-13.1/usr.sbin/bluetooth/btpand/ |
| H A D | tap.c | 149 nw = writev(chan->fd, iov, __arraycount(iov)); in tap_send()
|
| /freebsd-13.1/contrib/libxo/libxo/ |
| H A D | xo_syslog.c | 194 REAL_VOID(writev(STDERR_FILENO, iov, 3)); in xo_send_syslog() 275 REAL_VOID(writev(fd, iov, 2)); in xo_send_syslog()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_write.c | 210 retval = writev(2, NULL, IOV_MAX + 1); in ATF_TC_BODY()
|
| /freebsd-13.1/sys/kern/ |
| H A D | capabilities.conf | 774 writev
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | openbsd-compat.h | 193 int writev(int, struct iovec *, int);
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | seccomp.c | 235 ALLOW_RULE(writev); in enable_sandbox_full()
|
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | net.c | 296 retval = writev(strm, iovp, n); in writel()
|