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

/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c66 static char *bufpt; /* read/write point in i/o buffer */ variable
119 bufpt = buf;
158 bufpt = bufend;
239 skcnt += bufend - bufpt;
257 bufpt = buf;
259 while (bufpt < bufend) {
260 if ((res = ar_read(bufpt, rdblksz)) <= 0)
262 bufpt += res;
264 if (ar_rev((off_t)(bufpt - buf)) < 0)
266 bufpt
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19111 char *bufpt; /* Pointer to the conversion buffer */ local
19142 bufpt = 0;
19146 bufpt = (char *)fmt;
19149 sqlite3StrAccumAppend(pAccum, bufpt, amt);
19305 bufpt = &buf[etBUFSIZE-1];
19314 bufpt -= 2;
19322 *(--bufpt) = cset[longvalue%base];
19326 length = (int)(&buf[etBUFSIZE-1]-bufpt);
19328 *(--bufpt) = '0'; /* Zero pad */
19330 if( prefix ) *(--bufpt)
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c28647 char *bufpt; /* Pointer to the conversion buffer */ local
[all...]

Completed in 838 milliseconds