Searched refs:bufpt (Results 1 – 1 of 1) sorted by relevance
62 static char *bufpt; /* read/write point in i/o buffer */ variable115 bufpt = buf; in wr_start()154 bufpt = bufend; in rd_start()235 skcnt += bufend - bufpt; in appnd_start()253 bufpt = buf; in appnd_start()255 while (bufpt < bufend) { in appnd_start()256 if ((res = ar_read(bufpt, rdblksz)) <= 0) in appnd_start()258 bufpt += res; in appnd_start()260 if (ar_rev((off_t)(bufpt - buf)) < 0) in appnd_start()262 bufpt = buf + cnt; in appnd_start()[all …]