Searched refs:dups (Results 1 – 16 of 16) sorted by relevance
/freebsd/usr.bin/fortune/tools/ |
H A D | do_uniq.py | 33 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 D | pass1b.c | 41 static struct dups *duphead; 94 struct dups *dlp; in pass1bcheck()
|
H A D | globs.c | 105 struct dups *duplist; 106 struct dups *muldup;
|
H A D | fsck.h | 290 struct dups { 291 struct dups *next; 294 extern struct dups *duplist; /* head of dup list */ struct 295 extern struct dups *muldup; /* end of unique duplicate dup block numbers */ argument 298 dupdups global() argument
|
H A D | pass1.c | 521 struct dups *dlp; in pass1check() 522 struct dups *new; in pass1check() 574 new = (struct dups *)Malloc(sizeof(struct dups)); in pass1check()
|
H A D | main.c | 228 struct dups *dp; in checkfilesys() 531 duplist = (struct dups *)0; in checkfilesys() 532 muldup = (struct dups *)0; in checkfilesys()
|
H A D | inode.c | 687 struct dups *dlp; in freeblock()
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 167 \ ALSO dups the search stack...
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 2229 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() 6092 K_DIAG(1, (" dups : %u\n", affinity->flags.dups)); in __kmp_print_affinity_settings() 6427 __kmp_affinity.flags.dups = FALSE; in __kmp_env_initialize()
|
H A D | kmp_affinity.cpp | 4867 if (affinity.flags.dups) { in __kmp_aux_affinity_initialize() 4891 if ((!affinity.flags.dups) && (!__kmp_topology->at(i).leader)) { in __kmp_aux_affinity_initialize()
|
H A D | kmp.h | 895 unsigned dups : 1; member
|
/freebsd/sys/netinet/ |
H A D | sctputil.c | 181 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 D | ChangeLog | 329 * Makefile.am: remove dups from gen_files_test, add check-timegm.
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ChangeLog | 878 * ca.c: (hx509_ca_tbs_add_eku): filter out dups.
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 1756 7. SunOS3's FIOCLEX dups...
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 3615 and def's of MAP_COPY etc. we got dups from a merge.
|