Searched refs:dups (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/games/fortune/tools/
H A Ddo_uniq.py31 dups = {}
37 if key not in dups:
38 dups[key] = []
39 dups[key].append(fortune)
44 for key in list(dups.keys()):
45 if len(dups[key]) == 1:
46 del dups[key]
50 if key in dups:
52 for f in dups[key]:
57 del dups[ke
[all...]
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dpass1b.c47 static struct dups *duphead;
92 struct dups *dlp;
H A Dfsck.h266 struct dups { struct
267 struct dups *next;
270 struct dups *duplist; /* head of dup list */
271 struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dpass4.c127 struct dups *dlp;
H A Dmain.c213 struct dups *dp;
442 pfatal("INTERNAL ERROR: dups with %s%s%s",
517 duplist = (struct dups *)0;
518 muldup = (struct dups *)0;
H A Dpass1.c437 struct dups *dlp;
438 struct dups *new;
488 new = (struct dups *)Malloc(sizeof(struct dups));
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp1116 SmallVector<LiveInterval*, 8> dups; local
1117 dups.push_back(li);
1119 dups.push_back(&Edit->createEmptyInterval());
1120 ConEQ.Distribute(&dups[0], MRI);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf.c7676 char *dups;
7685 dups = bfd_alloc (abfd, len + 1);
7686 if (dups == NULL)
7689 memcpy (dups, start, len);
7690 dups[len] = '\0';
7692 return dups;
7668 char *dups; local
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c166 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
174 sctp_clog.x.sack.numDups = dups;

Completed in 104 milliseconds