Searched refs:BUFSIZE (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libcmd/
H A Drevlib.c29 #define BUFSIZE SF_BUFSIZE macro
40 char buff[BUFSIZE];
56 offset = rounddown(offset,BUFSIZE);
59 n = BUFSIZE;
103 offset -= BUFSIZE;
/ast/src/lib/libodelta/
H A Dupdate.h38 #define BUFSIZE 2048 macro
H A Dupdate.c45 if((n = read(Dfd,(char*)Ddata,BUFSIZE)) <= 0)
135 unsigned char delbuf[BUFSIZE], tarbuf[BUFSIZE];
139 delinit(delbuf,BUFSIZE,delfd);
150 else tarinit(tarbuf,BUFSIZE,tarfd);
H A Ddelta.c57 #define delinit(buf,fd) (Ddata=Dnext=buf, Dend=buf+BUFSIZE, Dfd=fd)
305 char inst, buf[BUFSIZE];

Completed in 15 milliseconds