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

/freebsd-11-stable/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.c482 inpsort = (struct inoinfo **)reallocarray((char *)inpsort,
484 if (inpsort == NULL)
487 inpsort[inplast++] = inp;
517 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--)
520 free((char *)inpsort);
521 inphead = inpsort = NULL;
H A Dsetup.c58 struct inoinfo **inphead, **inpsort; variable in typeref:struct:
291 inpsort = (struct inoinfo **)Calloc(listmax, sizeof(struct inoinfo *));
293 if (inpsort == NULL || inphead == NULL) {
H A Dfsck.h286 } **inphead, **inpsort;
H A Ddir.c80 inpend = &inpsort[inplast];
83 for (inpp = inpsort; inpp < inpend; inpp++) {

Completed in 126 milliseconds