HomeSort by: relevance | last modified time | path
    Searched refs:duplist (Results 1 - 16 of 16) sorted by relevancy

  /src/sbin/fsck_ext2fs/
pass4.c 148 for (dlp = duplist; dlp; dlp = dlp->next) {
151 dlp->dup = duplist->dup;
152 dlp = duplist;
153 duplist = duplist->next;
main.c 97 struct dups *duplist; variable in typeref:struct:dups
270 if (duplist) {
322 if (duplist != NULL) {
324 for (dp = duplist; dp; dp = dp->next)
337 duplist = (struct dups *)0;
pass1b.c 89 duphead = duplist;
fsck.h 141 * list (from duplist through the node pointed to by muldup)
146 * necessary to search from duplist through muldup. To find the
156 * duplist muldup
162 extern struct dups *duplist; /* head of dup list */
pass1.c 377 duplist = muldup = new;
383 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
  /src/sbin/fsck_lfs/
fsck_vars.h 34 extern struct dups *duplist; /* head of dup list */
pass4.c 159 for (dlp = duplist; dlp; dlp = dlp->next) {
162 dlp->dup = duplist->dup;
163 dlp = duplist;
164 duplist = duplist->next;
vars.c 38 struct dups *duplist; /* head of dup list */ variable in typeref:struct:dups
main.c 282 if (duplist != NULL) {
284 for (dp = duplist; dp; dp = dp->next)
310 duplist = (struct dups *) 0;
pass1.c 401 duplist = muldup = new;
407 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
  /src/sbin/fsck_ffs/
pass4.c 181 for (dlp = duplist; dlp; dlp = dlp->next) {
184 dlp->dup = duplist->dup;
185 dlp = duplist;
186 duplist = duplist->next;
main.c 85 struct dups *duplist; variable in typeref:struct:dups
434 if (duplist) {
515 if (duplist != NULL) {
517 for (dp = duplist; dp; dp = dp->next)
530 duplist = (struct dups *)0;
pass1b.c 67 duphead = duplist;
fsck.h 209 * list (from duplist through the node pointed to by muldup)
214 * necessary to search from duplist through muldup. To find the
224 * duplist muldup
230 extern struct dups *duplist; /* head of dup list */
pass1.c 561 duplist = muldup = new;
567 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
  /src/sbin/fsdb/
fsdb.c 76 struct dups *duplist; variable in typeref:struct:dups

Completed in 25 milliseconds