Searched refs:timed_write (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dtimed_write.c1 /* $NetBSD: timed_write.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* timed_write 3
11 /* ssize_t timed_write(fd, buf, len, timeout, context)
18 /* timed_write() performs a write() operation when the specified
60 /* timed_write - write with deadline */
62 ssize_t timed_write(int fd, const void *buf, size_t len, function
H A Diostuff.h27 extern ssize_t timed_write(int, const void *, size_t, int, void *);
H A Dvstream.c329 /* The argument specifies an alternative for the timed_write(3) function,
503 /* timed_write(3) default write routine
568 }, STDIN_FILENO, (VSTREAM_RW_FN) timed_read, (VSTREAM_RW_FN) timed_write,
574 }, STDOUT_FILENO, (VSTREAM_RW_FN) timed_read, (VSTREAM_RW_FN) timed_write,
580 }, STDERR_FILENO, (VSTREAM_RW_FN) timed_read, (VSTREAM_RW_FN) timed_write,
1379 stream->write_fn = VSTREAM_CAN_WRITE(flags) ? (VSTREAM_RW_FN) timed_write : 0;
H A DMakefile.in28 sys_compat.c timed_connect.c timed_read.c timed_wait.c timed_write.c \
75 sys_compat.o timed_connect.o timed_read.o timed_wait.o timed_write.o \
2748 timed_write.o: iostuff.h
2749 timed_write.o: msg.h
2750 timed_write.o: sys_defs.h
2751 timed_write.o: timed_write.c
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_prng_egd.c126 if (timed_write(egd->fd, buffer, 2, egd->timeout, (void *) 0) != 2) {
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile208 timed_write.c \

Completed in 142 milliseconds