Home
last modified time | relevance | path

Searched refs:hsize (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sbin/ncheck/
H A Dncheck.c49 long hsize; variable
148 hsize = sblockp->fs_ipg * sblockp->fs_ncg -
150 htab = (struct htab *)malloc((unsigned)hsize * sizeof(struct htab));
151 strngtab = malloc((unsigned)(30 * hsize));
201 for (i = 0; i < hsize; i++)
365 for (hp = &htab[i%hsize]; hp->h_ino;) {
368 if (++hp >= &htab[hsize])
373 if (++nhent >= hsize) {
375 hsize);
/original-bsd/local/toolchest/ksh/sh/
H A Dhistory.c129 register long hsize = 0; in hist_open() local
159 hsize=lseek(fileno(fd),0L,2); in hist_open()
164 hsize=lseek(fileno(fd),0L,2); in hist_open()
168 if(hsize && hist_check(fd)) in hist_open()
172 hsize = 0; in hist_open()
198 if(hsize==0) in hist_open()
206 if(hsize) in hist_open()
209 long size = hsize - (HISMAX/4); in hist_open()
221 if(login_sh && his_start>1 && hsize > HISMAX) in hist_open()
/original-bsd/usr.bin/compress/
H A Dzopen.c125 #define hsize zs->zs_hsize macro
253 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
257 hsize_reg = hsize;
624 cl_hash(zs, (count_int) hsize);
685 hsize = HSIZE; /* For dynamic table sizing. */
/original-bsd/usr.sbin/amd/doc/
H A Dtexinfo.tex56 \pagewidth=\hsize \pageheight=\vsize
260 \advance \hsize by -\leftskip
261 \advance \hsize by -\rightskip
276 \advance\hsize by -\rightskip
690 \advance \hsize by -\rightskip %
691 \advance \hsize by -\leftskip %
1035 \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}}
1314 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%
2098 \hsize = 6.5in
2112 \global\hsize = 5in
[all …]
/original-bsd/old/ld/
H A Dld.c247 long hsize; /* size of hole at beginning of data to be squashed */ variable
416 hsize = atoi(*p++);
938 database += hsize; in middle()