HomeSort by: relevance | last modified time | path
    Searched defs:readit (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tftp/
tftpsubs.c 111 readit( function in typeref:typename:int
  /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)

Completed in 11 milliseconds