Home
last modified time | relevance | path

Searched refs:dups (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.bin/fortune/tools/
H A Ddo_uniq.py33 dups = {}
40 if key not in dups:
41 dups[key] = []
42 dups[key].append(fortune)
47 for key in list(dups.keys()):
48 if len(dups[key]) == 1:
49 del dups[key]
53 if key in dups:
55 for f in dups[key]:
60 del dups[key]
/freebsd/sbin/fsck_ffs/
H A Dpass1b.c41 static struct dups *duphead;
94 struct dups *dlp; in pass1bcheck()
H A Dglobs.c105 struct dups *duplist;
106 struct dups *muldup;
H A Dfsck.h294 struct dups { struct
295 struct dups *next; argument
298 extern struct dups *duplist; /* head of dup list */ argument
299 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dpass1.c521 struct dups *dlp; in pass1check()
522 struct dups *new; in pass1check()
574 new = (struct dups *)Malloc(sizeof(struct dups)); in pass1check()
H A Dmain.c228 struct dups *dp; in checkfilesys()
531 duplist = (struct dups *)0; in checkfilesys()
532 muldup = (struct dups *)0; in checkfilesys()
H A Dinode.c663 struct dups *dlp; in freeblock()
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr167 \ ALSO dups the search stack...
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp2229 int dups = 0; in __kmp_parse_affinity_env() local
2285 #define set_dups(val) _set_param(dups, out_affinity->flags.dups, val) in __kmp_parse_affinity_env()
3030 __kmp_affinity.flags.dups = FALSE; in __kmp_places_set()
6098 K_DIAG(1, (" dups : %u\n", affinity->flags.dups)); in __kmp_print_affinity_settings()
6433 __kmp_affinity.flags.dups = FALSE; in __kmp_env_initialize()
H A Dkmp_affinity.cpp4851 if (affinity.flags.dups) { in __kmp_aux_affinity_initialize()
4875 if ((!affinity.flags.dups) && (!__kmp_topology->at(i).leader)) { in __kmp_aux_affinity_initialize()
H A Dkmp.h885 unsigned dups : 1; member
/freebsd/sys/netinet/
H A Dsctputil.c181 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int… in sctp_log_sack() argument
190 sctp_clog.x.sack.numDups = dups; in sctp_log_sack()
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog329 * Makefile.am: remove dups from gen_files_test, add check-timegm.
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog878 * ca.c: (hx509_ca_tbs_add_eku): filter out dups.
/freebsd/contrib/tcsh/
H A DFixes1756 7. SunOS3's FIOCLEX dups...
/freebsd/contrib/bmake/
H A DChangeLog3327 and def's of MAP_COPY etc. we got dups from a merge.