Searched refs:bsize (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Difs_func.c160 DataEntryQuery( fpath, key, buffer, bsize )
164 int bsize;
171 if( ent->len > bsize )
257 MakeTmpFile( fpath, buf, bsize )
260 int bsize;
267 sfsprintf( buf, bsize, "%s/._tmp.%d", fpath, getpid() );
269 MakeTmpFile( fpath, buf, bsize );
H A Difs_news.c54 NewsReply( nFile, buf, bsize )
57 int bsize;
63 bsize = sizeof(tmpbuf);
65 if( NetGets( nFile, buf, bsize ) == NULL ) {
H A Difs_ftp.c245 FtpReply( nFile, buf, bsize )
248 int bsize;
255 bsize = sizeof(tmpbuf);
257 if( NetGets( nFile, buf, bsize ) == NULL ) {
267 if( NetGets( nFile, buf, bsize ) == NULL ) {
H A Difs_agent.c533 csputmsg( buf, bsize, rcode )
535 int bsize;
541 len = sfsprintf( buf, bsize, "E %d %s %s\n",
544 len = sfsprintf( buf, bsize, "I %d ok %s\n", E_NIL, csusrmsg );
/ast/src/lib/libz/
H A Dzutil.c219 ulg bsize = (ulg)items*size; local
224 if (bsize < 65520L) {
225 buf = farmalloc(bsize);
228 buf = farmalloc(bsize + 16L);
/ast/src/lib/libast/misc/
H A Dstk.c215 register size_t bsize; local
232 bsize = init+sizeof(struct frame);
235 bsize = roundof(bsize,STK_FSIZE/16);
238 bsize = roundof(bsize,STK_FSIZE);
239 bsize -= sizeof(struct frame);
240 if(!(fp=newof((char*)0,struct frame, 1,bsize)))
245 count(addsize,sizeof(*fp)+bsize);
251 fp->end = sp->stkend = cp+bsize;
[all...]
/ast/src/lib/libast/disc/
H A Dsfdcdos.c56 int bsize; member in struct:_dosdisc
183 if(count>dp->bsize)
185 if(dp->bsize==0)
189 dp->bsize = count;
379 if(dp->bsize>0)
/ast/src/cmd/sortlib/sync/
H A Dss.c1993 * copy <buf,bsize> to <out,osize> according to fp->out
1999 sscopy(Ss_t* ss, Ssfile_t* fp, const char* buf, size_t bsize, char* out, size_t osize) argument
2010 if (v && bsize >= 4 && (t = (unsigned char*)buf)[2] == 0 && t[3] == 0 && ((t[0]<<8)|t[1]) == bsize)
2012 if ((rsize = bsize + v) > osize)
2014 memcpy(out + v, buf, bsize);
/ast/src/cmd/INIT/
H A Dratz.c889 ulg bsize = (ulg)items*size; local
894 if (bsize < 65520L) {
895 buf = farmalloc(bsize);
898 buf = farmalloc(bsize + 16L);

Completed in 31 milliseconds