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

/openbsd-current/sbin/fsck_ext2fs/
H A Dpass3.c47 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
H A Dinode.c457 inpsort = reallocarray(inpsort, listmax,
459 if (inpsort == NULL)
462 inpsort[inplast++] = inp;
492 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--)
495 free((char *)inpsort);
496 inphead = inpsort = NULL;
H A Dpass2.c114 qsort((char *)inpsort, (size_t)inplast, sizeof *inpsort, blksort);
121 inpend = &inpsort[inplast];
122 for (inpp = inpsort; inpp < inpend; inpp++) {
160 for (inpp = inpsort; inpp < inpend; inpp++) {
H A Dfsck.h157 } **inphead, **inpsort;
H A Dmain.c74 struct inoinfo **inphead, **inpsort; variable in typeref:struct:
H A Dsetup.c245 inpsort = calloc((unsigned)listmax, sizeof(struct inoinfo *));
247 if (inpsort == NULL || inphead == NULL) {
H A Ddir.c81 inpend = &inpsort[inplast];
82 for (inpp = inpsort; inpp < inpend; inpp++) {
/openbsd-current/sbin/fsck_ffs/
H A Dpass3.c57 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
H A Dpass2.c138 qsort(inpsort, (size_t)inplast, sizeof *inpsort, blksort); local
145 inpend = &inpsort[inplast];
147 info_max = inpend - inpsort;
149 for (inpp = inpsort; inpp < inpend; inpp++) {
198 for (inpp = inpsort; inpp < inpend; inpp++) {
228 inpend = &inpsort[inplast];
229 for (inpp = inpsort; inpp < inpend; inpp++) {
H A Dinode.c425 newinpsort = Reallocarray(inpsort,
429 inpsort = newinpsort;
432 inpsort[inplast++] = inp;
462 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--)
465 free(inpsort);
466 inphead = inpsort = NULL;
H A Dfsck.h222 } **inphead, **inpsort;
H A Dmain.c70 struct inoinfo **inphead, **inpsort; variable in typeref:struct:
H A Dsetup.c440 inpsort = calloc((unsigned)listmax, sizeof(struct inoinfo *));
441 if (inpsort == NULL) {
442 printf("cannot alloc %zu bytes for inpsort\n",
/openbsd-current/sbin/fsdb/
H A Dfsdb.c86 struct inoinfo **inphead, **inpsort; variable in typeref:struct:

Completed in 100 milliseconds