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

/freebsd-11-stable/usr.bin/fortune/tools/
H A Ddo_uniq.py34 dups = {}
41 if key not in dups:
42 dups[key] = []
43 dups[key].append(fortune)
48 for key in list(dups.keys()):
49 if len(dups[key]) == 1:
50 del dups[key]
54 if key in dups:
56 for f in dups[key]:
61 del dups[ke
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass1b.c47 static struct dups *duphead;
94 struct dups *dlp;
H A Dglobs.c117 struct dups *duplist;
118 struct dups *muldup;
H A Dfsck.h268 struct dups { struct
269 struct dups *next;
272 extern struct dups *duplist; /* head of dup list */
273 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dpass4.c129 struct dups *dlp;
H A Dmain.c234 struct dups *dp;
467 pfatal("INTERNAL ERROR: dups with %s%s%s",
542 duplist = (struct dups *)0;
543 muldup = (struct dups *)0;
H A Dpass1.c483 struct dups *dlp;
484 struct dups *new;
536 new = (struct dups *)Malloc(sizeof(struct dups));
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk68 # dups will be dealt with later.
/freebsd-11-stable/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-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp2023 int dups = 0; local
2076 #define set_dups(val) _set_param(dups, *out_dups, val)
2149 __kmp_match_str("dups", buf, CCAST(const char **, &next))) {
/freebsd-11-stable/sys/netinet/
H A Dsctputil.c182 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
191 sctp_clog.x.sack.numDups = dups;

Completed in 226 milliseconds