Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/fsck_ffs/
H A Dglobs.c59 unsigned long numdirs, listmax; variable
131 listmax = numdirs = dirhash = inplast = 0; in fsckinit()
H A Dsetup.c174 listmax = numdirs + 10; in setup()
175 inpsort = (struct inoinfo **)Calloc(listmax, sizeof(struct inoinfo *)); in setup()
H A Dinode.c1157 if (inplast == listmax) { in cacheino()
1158 listmax += 100; in cacheino()
1160 listmax, sizeof(struct inoinfo *)); in cacheino()
H A Dfsck.h324 extern unsigned long numdirs, listmax;
/freebsd-14.2/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.