Searched refs:timed_read (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_prng_egd.c | 130 if (timed_read(egd->fd, buffer, 1, egd->timeout, (void *) 0) != 1) { in tls_prng_egd_read() 141 if (timed_read(egd->fd, buffer, count, egd->timeout, (void *) 0) != count) { in tls_prng_egd_read()
|
H A D | tls_prng_dev.c | 128 count = timed_read(dev->fd, buffer, rand_bytes, dev->timeout, (void *) 0); in tls_prng_dev_read()
|
H A D | tls_prng_file.c | 125 if ((count = timed_read(fh->fd, buffer, to_read > sizeof(buffer) ? in tls_prng_file_read()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | timed_read.c | 62 ssize_t timed_read(int fd, void *buf, size_t len, in timed_read() function
|
H A D | iostuff.h | 26 extern ssize_t timed_read(int, void *, size_t, int, void *);
|
H A D | vstream.c | 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, 1378 stream->read_fn = VSTREAM_CAN_READ(flags) ? (VSTREAM_RW_FN) timed_read : 0; in vstream_fdopen()
|
H A D | Makefile.in | 28 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 \ 2739 timed_read.o: iostuff.h 2740 timed_read.o: msg.h 2741 timed_read.o: sys_defs.h 2742 timed_read.o: timed_read.c
|
/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | master_monitor.c | 94 switch (timed_read(pipes[0], buf, 1, time_limit, (void *) 0)) { in master_monitor()
|
/netbsd-src/external/ibm-public/postfix/lib/util/ |
H A D | Makefile | 206 timed_read.c \
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | TLS_CHANGES | 102 EAGAIN on read() in the timed_read() routine (and the respective 1332 (timed_read()/write()) in 0.6.7. 1493 - Due to the new layering with timed_read() and timed_write() functions 1495 * When TLS is active, the timed_read() and timed_write() functions are
|
H A D | HISTORY | 3857 interface now by default uses timed_read() and timed_write() 8478 util/timed_read.c and as precautionary measure, 14805 optional error reporting method (besides timed_read and
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1993 | 3005 gethex, timed_read, translate_addr, bug_before_main_loop):
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1993 | 3005 gethex, timed_read, translate_addr, bug_before_main_loop):
|