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

  /src/bin/pax/
buf_subs.c 77 static char *bufpt; /* read/write point in i/o buffer */ variable in typeref:typename:char *
125 bufpt = buf;
166 bufpt = bufend;
247 skcnt += bufend - bufpt;
265 bufpt = buf;
267 while (bufpt < bufend) {
268 if ((res = ar_read(bufpt, rdblksz)) <= 0)
270 bufpt += res;
272 if (ar_rev((off_t)(bufpt - buf)) < 0)
274 bufpt = buf + cnt
    [all...]

Completed in 11 milliseconds