Searched defs:abuf (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dquit.c330 FILE* abuf; local
508 if (abuf = fileopen(mbox, "r")) {
509 if (filecopy(mbox, abuf, state.tmp.quit, obuf, NiL, (off_t)0, NiL, NiL, 0)) {
510 fileclose(abuf);
517 fileclose(abuf);
598 if (!(abuf = fileopen(state.path.mail, "r+")))
600 filecopy(NiL, rbuf, NiL, abuf, NiL, (off_t)0, NiL, NiL, 0);
602 filetrunc(abuf);
603 fileclose(abuf);
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c44 Vcchar_t* abuf; /* auxiliary buffer */ member in struct:_rle_s
300 run = rle->abuf;
330 return (rle->osiz = chr - rle->obuf) + (rle->asiz = run - rle->abuf);
334 vcioinit(&io, rle->abuf, rle->asiz);
403 rle->abuf = rle->endo + vcsizeu(size);
412 if(vcrecode(vc, &rle->abuf, &rle->asiz, 0, 0) < 0)
428 if(rle->abuf != vcionext(&io))
429 vcioputs(&io, rle->abuf, rle->asiz);
482 rle->ibuf = rle->abuf = NIL(Vcchar_t*);
513 rle->abuf
[all...]

Completed in 1291 milliseconds