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

/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c19470 char *bufpt; /* Pointer to the conversion buffer */ local
19501 bufpt = 0;
19505 bufpt = (char *)fmt;
19508 sqlite3StrAccumAppend(pAccum, bufpt, amt);
19666 bufpt = &zOut[nOut-1];
19673 *(--bufpt) = zOrd[x*2+1];
19674 *(--bufpt) = zOrd[x*2];
19682 *(--bufpt) = cset[longvalue%base];
19686 length = (int)(&zOut[nOut-1]-bufpt);
19688 *(--bufpt)
[all...]

Completed in 320 milliseconds