Searched refs:bufpt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/bin/pax/
H A Dbuf_subs.c77 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
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c31021 char *bufpt; /* Pointer to the conversion buffer */ local
[all...]

Completed in 531 milliseconds