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

/freebsd-10-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-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.c24837 char *bufpt; /* Pointer to the conversion buffer */ local
24871 bufpt = 0;
24882 bufpt = (char *)fmt;
24888 sqlite3StrAccumAppend(pAccum, bufpt, (int)(fmt - bufpt));
25078 bufpt = &zOut[nOut-1];
25085 *(--bufpt) = zOrd[x*2+1];
25086 *(--bufpt) = zOrd[x*2];
25092 *(--bufpt) = cset[longvalue%base];
25096 length = (int)(&zOut[nOut-1]-bufpt);
[all...]

Completed in 738 milliseconds