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

  /src/bin/pax/
buf_subs.c 77 static char *bufpt; /* read/write point in i/o buffer */ variable
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...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 32576 char *bufpt; \/* Pointer to the conversion buffer *\/ local
    [all...]

Completed in 113 milliseconds