Searched refs:inpsort (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sbin/fsck_ffs/
H A Dpass2.c130 qsort((char *)inpsort, (size_t)inplast, sizeof *inpsort, blksort);
137 inpend = &inpsort[inplast];
138 for (inpp = inpsort; inpp < inpend; inpp++) {
141 inpp - inpsort, (int)inplast,
142 (int)((inpp - inpsort) * 100 / inplast));
147 (int)((inpp - inpsort) * 100 / inplast));
198 for (inpp = inpsort; inpp < inpend; inpp++) {
H A Dpass3.c69 inp = inpsort[inpindex];
H A Dinode.c475 inpsort = (struct inoinfo **)realloc((char *)inpsort,
477 if (inpsort == NULL)
480 inpsort[inplast++] = inp;
510 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--)
513 free((char *)inpsort);
514 inphead = inpsort = NULL;
H A Dsetup.c282 inpsort = (struct inoinfo **)Calloc((unsigned)listmax,
286 if (inpsort == NULL || inphead == NULL) {
H A Dfsck.h284 } **inphead, **inpsort; variable in typeref:struct:inoinfo
H A Ddir.c80 inpend = &inpsort[inplast];
83 for (inpp = inpsort; inpp < inpend; inpp++) {

Completed in 52 milliseconds