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

  /src/sbin/fsck_lfs/
vars.c 38 struct dups *duplist; /* head of dup list */ variable in typeref:struct:dups *
  /src/sbin/fsck_ext2fs/
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;
  /src/sbin/fsck_ffs/
main.c 84 struct dups *duplist; variable in typeref:struct:dups *
433 if (duplist) {
514 if (duplist != NULL) {
516 for (dp = duplist; dp; dp = dp->next)
529 duplist = (struct dups *)0;
  /src/sbin/fsdb/
fsdb.c 76 struct dups *duplist; variable in typeref:struct:dups *

Completed in 13 milliseconds