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

  /src/sbin/fsck_lfs/
fsck.h 131 struct dups { struct
132 struct dups *next;
  /src/usr.sbin/netgroup_mkdb/
netgroup_mkdb.c 87 static int dups = 0; variable in typeref:typename:int
116 dups++;
370 if (!dups)
  /src/sbin/fsck_ext2fs/
fsck.h 158 struct dups { struct
159 struct dups *next;
162 extern struct dups *duplist; /* head of dup list */
163 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
  /src/usr.sbin/bad144/
bad144.c 82 static int dups; variable in typeref:typename:int
281 if (dups)
508 dups++;
  /src/sbin/fsck_ffs/
fsck.h 226 struct dups { struct
227 struct dups *next;
230 extern struct dups *duplist; /* head of dup list */
231 extern struct dups *muldup; /* end of unique duplicate dup block numbers */

Completed in 34 milliseconds