Home
last modified time | relevance | path

Searched refs:duplist (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sbin/fsck/
HDpass4.c43 struct dups *duplist; /* head of dup list */ variable
128 for (dlp = duplist; dlp; dlp = dlp->next) { in pass4check()
131 dlp->dup = duplist->dup; in pass4check()
132 dlp = duplist; in pass4check()
133 duplist = duplist->next; in pass4check()
HDmain.c245 if (duplist) { in checkfilesys()
299 if (duplist != NULL) { in checkfilesys()
301 for (dp = duplist; dp; dp = dp->next) in checkfilesys()
313 duplist = NULL; in checkfilesys()
HDpass1b.c56 duphead = duplist; in pass1b()
HDpass1.c402 duplist = muldup = new; in pass1check()
408 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
HDfsck.h157 extern struct dups *duplist; /* head of dup list */
/dragonfly/contrib/flex/src/
HDdfa.c392 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local
410 duplist[i] = NIL; in ntod()
610 sympartition (dset, dsize, symlist, duplist); in ntod()
616 if (duplist[sym] == NIL) { in ntod()
659 targ = state[duplist[sym]]; in ntod()
679 duplist[sym] = NIL; in ntod()
1004 void sympartition (int ds[], int numstates, int symlist[], int duplist[]) in sympartition() argument
1014 duplist[i] = i - 1; in sympartition()
1018 duplist[1] = NIL; in sympartition()
1034 mkechar (ec, dupfwd, duplist); in sympartition()
[all …]