Searched refs:readit (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/lib/libc/rpc/ |
| H A D | xdr_rec.c | 124 int (*readit)(caddr_t, caddr_t, int); member 163 int (*readit)(caddr_t, caddr_t, int), /* like read, but pass it a in xdrrec_create() 199 rstrm->readit = readit; in xdrrec_create() 520 n = rstrm->readit(rstrm->tcp_handle, rstrm->in_hdrp, in __xdrrec_getrec() 552 n = rstrm->readit(rstrm->tcp_handle, in __xdrrec_getrec() 633 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1) in fill_input_buf()
|
| /openbsd-src/usr.bin/tftp/ |
| H A D | tftpsubs.h | 41 int readit(FILE *, struct tftphdr **, int, int);
|
| H A D | tftpsubs.c | 109 readit(FILE *file, struct tftphdr **dpp, int convert, int segment_size) in readit() function
|
| H A D | tftp.c | 154 size = readit(file, &dp, convert, segment_size); in sendfile()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/ |
| H A D | Perldoc.pm | 1768 my($self, $file, $readit) = @_; 1772 return 1 if !$readit && $file =~ /\.(?:pl|pm|pod|cmd|com|bat)\z/i; 1787 my($self, $file, $readit) = @_; 1788 return 1 if !$readit && $file =~ /\.pod\z/i;
|