/src/usr.bin/tftp/ |
tftpsubs.h | 40 int readit(FILE *, struct tftphdr **, size_t, int);
|
tftpsubs.c | 111 readit( function in typeref:typename:int
|
tftp.c | 261 size = readit(file, &dp, blksize, convert);
|
/src/lib/libc/rpc/ |
xdr_rec.c | 141 int (*readit)(char *, char *, int); member in struct:rec_strm 175 * the procedures readit and writeit. Readit and writeit are read and 186 int (*readit)(char *, char *, int), 223 rstrm->readit = readit; 542 n = rstrm->readit(rstrm->tcp_handle, rstrm->in_hdrp, 579 n = rstrm->readit(rstrm->tcp_handle, 661 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
|
/src/libexec/tftpd/ |
tftpd.c | 970 size = readit(file, &dp, tftp_blksize, pf->f_convert);
|