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

/ast/src/cmd/pzip/
H A Dpcmp.c44 * return the compressed size of buffer f of fsize bytes
48 zip(unsigned char* f, size_t fsize, unsigned char* t, size_t tsize) argument
53 if (compress2(t, &used, f, fsize, state.level) != Z_OK)
59 * return the difference size of buffer f of fsize bytes
63 dif(unsigned char* f, size_t fsize, unsigned char* t, size_t tsize, size_t cols) argument
78 for (e = f + fsize; f < e; f += cols)
100 fsize = sfstrtell(vp);
101 sfputu(dp, fsize);
102 sfwrite(dp, sfstrseek(vp, 0, SEEK_SET), fsize);
103 fsize
[all...]
/ast/src/cmd/cs/vcs_src/
H A Difs_ftp.c35 off_t fsize; member in struct:fileinfo
138 fi->fsize = 0;
148 fi->fsize = (int)strtol( ptr+1, (char**)0, 0 );
169 fi->fsize = (int)strtol( ptr+1, (char**)0, 0 );
203 MakeImageFile( finfo.fname, finfo.fsize );
/ast/src/cmd/ksh93/sh/
H A Darith.c197 static Math_f sh_mathstdfun(const char *fname, size_t fsize, short * nargs) argument
205 if(tp->fname[1]==c && tp->fname[fsize+1]==0 && strncmp(&tp->fname[1],fname,fsize)==0)
273 int fsize = str- (char*)(*ptr); local
278 sfprintf(shp->stk,".sh.math.%.*s%c",fsize,*ptr,0);
286 if(fsize<=(sizeof(tp->fname)-2))
287 lvalue->fun = (Math_f)sh_mathstdfun(*ptr,fsize,&lvalue->nargs);
/ast/src/cmd/builtin/
H A Dod.c286 static const Size_t fsize[] = variable
629 'f', 0, 0, 0, fsize, 0, 0, 0, 0, 0
1294 n += optsize(sp, fsize);

Completed in 17 milliseconds