Home
last modified time | relevance | path

Searched refs:listmax (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dglobs.c47 unsigned long numdirs, listmax; variable
119 listmax = numdirs = dirhash = inplast = 0; in fsckinit()
H A Dsetup.c167 listmax = numdirs + 10; in setup()
168 inpsort = (struct inoinfo **)Calloc(listmax, sizeof(struct inoinfo *)); in setup()
H A Dinode.c1150 if (inplast == listmax) { in cacheino()
1151 listmax += 100; in cacheino()
1153 listmax, sizeof(struct inoinfo *)); in cacheino()
H A Dfsck.h323 extern unsigned long numdirs, listmax;
/freebsd/contrib/tcsh/
H A Ddot.tcshrc31 listmax=100 \
H A DFixes1320 80. Last patch broke listmax.
2182 6. Fixed so that listmax is ignored in ls-F.