| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| uio.d | 47 ssize_t writev(int, const scope iovec*, int); 59 ssize_t writev(int, const scope iovec*, int); 70 ssize_t writev(int, const scope iovec*, int); 81 ssize_t writev(int, const scope iovec*, int); 92 ssize_t writev(int, const scope iovec*, int); 103 ssize_t writev(int, const scope iovec*, int); 114 ssize_t writev(int, const scope iovec*, int); 125 ssize_t writev(int, const scope iovec*, int); 136 int writev(int, const scope iovec*, int); 147 ssize_t writev(int, const scope iovec*, int) [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| writev1.c | 1 /* Trivial test of writev. 20 if (writev (1, v, sizeof v / sizeof (v[0])) != 15)
|
| writev2.c | 1 /* Trivial test of failing writev: invalid file descriptor. 20 if (writev (99, v, sizeof v / sizeof (v[0])) != -1
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| writev1.c | 1 /* Trivial test of writev. 20 if (writev (1, v, sizeof v / sizeof (v[0])) != 15)
|
| writev2.c | 1 /* Trivial test of failing writev: invalid file descriptor. 20 if (writev (99, v, sizeof v / sizeof (v[0])) != -1
|
| /src/lib/libisns/ |
| isns_fileio.c | 52 rval = writev(fd, iov, iovcnt);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| writev.c | 1 /* $NetBSD: writev.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 41 writev(int d, const struct iovec *iov, int iovcnt) function
|
| /src/lib/libc/gen/ |
| psignal.c | 78 (void)writev(STDERR_FILENO, iov, (int)((v - iov) + 1));
|
| xsyslog.c | 317 (void)writev(STDERR_FILENO, piov, piovcnt); 358 (void)writev(fd, iov, iovcnt + 1);
|
| /src/lib/libc/resolv/ |
| herror.c | 120 (void)writev(STDERR_FILENO, iov, (int)((v - iov) + 1));
|
| /src/sys/arch/zaurus/stand/zbsdmod/ |
| compat_linux.h | 52 void (*writev) (void); member in struct:file_operations
|
| /src/sys/sys/ |
| uio.h | 117 ssize_t writev(int, const struct iovec *, int);
|
| /src/external/bsd/libbind/dist/resolv/ |
| herror.c | 115 writev(STDERR_FILENO, iov, (v - iov) + 1);
|
| /src/external/mpl/dhcp/dist/common/ |
| raw.c | 133 result = writev(interface -> wfdesc, iov, 2);
|
| /src/games/mille/ |
| save.c | 122 rv = varpush(outfd, writev);
|
| /src/usr.sbin/fwctl/ |
| fwdv.c | 229 writev(fd, wbuf, vec); 244 writev(fd, wbuf, vec); 253 writev(fd, wbuf, vec); 418 len = writev(d, wbuf, vec);
|
| /src/lib/librumpuser/ |
| rumpuser_file.c | 288 KLOCK_WRAP(nn = writev(fd, iov, iovlen)); 297 nn = writev(fd, iov, iovlen);
|
| /src/lib/libc/db/recno/ |
| rec_close.c | 168 if (writev(t->bt_rfd, iov, 2) !=
|
| /src/lib/libutil/ |
| ttymsg.c | 130 wret = writev(fd, iov, iovcnt);
|
| /src/usr.bin/audio/common/ |
| audio.c | 228 if (writev(ti->outfd, iv, veclen) != tlen)
|
| /src/usr.bin/shmif_pcapin/ |
| shmif_pcapin.c | 89 return writev(memfd, &iov, 1); 209 errx(EXIT_FAILURE, "writev for wakeup");
|
| /src/usr.sbin/btpand/ |
| tap.c | 174 nw = writev(chan->fd, iov, __arraycount(iov));
|
| /src/usr.sbin/mopd/common/ |
| pf.c | 245 if (writev(fd, iov, 2) == len)
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-sunos4.h | 188 int writev(int, struct iovec *, int);
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-sunos4.h | 186 int writev(int, struct iovec *, int);
|