Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dbuf_subs.c119 bufpt = buf; in wr_start()
158 bufpt = bufend; in rd_start()
257 bufpt = buf; in appnd_start()
273 bufpt = buf; in appnd_start()
337 bufpt = buf; in rd_sync()
377 bufpt -= cnt; in pback()
406 bufpt += res; in rd_skip()
445 bufpt += cnt; in rd_skip()
463 memset(bufpt, 0, bufend - bufpt); in wr_fin()
498 bufpt += cnt; in wr_rdbuf()
[all …]
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c31354 bufpt = 0; in sqlite3_str_vappendf()
31369 sqlite3_str_append(pAccum, bufpt, (int)(fmt - bufpt)); in sqlite3_str_vappendf()
31600 bufpt[idx] = bufpt[idx+nn]; in sqlite3_str_vappendf()
31698 bufpt = buf; in sqlite3_str_vappendf()
31708 zOut = bufpt; in sqlite3_str_vappendf()
31739 while( bufpt[-1]=='0' ) *(--bufpt) = 0; in sqlite3_str_vappendf()
31765 *bufpt = 0; in sqlite3_str_vappendf()
31771 bufpt = zOut; in sqlite3_str_vappendf()
31779 bufpt[i] = bufpt[i-nPad]; in sqlite3_str_vappendf()
31795 bufpt = buf; in sqlite3_str_vappendf()
[all …]