Searched refs:dups (Results 1 – 20 of 20) sorted by relevance
| /trueos/games/fortune/tools/ |
| HD | do_uniq.py | 31 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[key]
|
| /trueos/sbin/fsck_ffs/ |
| HD | pass1b.c | 47 static struct dups *duphead; 94 struct dups *dlp; in pass1bcheck()
|
| HD | fsck.h | 266 struct dups { struct 267 struct dups *next; argument 270 struct dups *duplist; /* head of dup list */ argument 271 struct dups *muldup; /* end of unique duplicate dup block numbers */
|
| HD | pass1.c | 439 struct dups *dlp; in pass1check() 440 struct dups *new; in pass1check() 492 new = (struct dups *)Malloc(sizeof(struct dups)); in pass1check()
|
| HD | main.c | 226 struct dups *dp; in checkfilesys() 530 duplist = (struct dups *)0; in checkfilesys() 531 muldup = (struct dups *)0; in checkfilesys()
|
| HD | pass4.c | 129 struct dups *dlp; in pass4check()
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | SplitKit.cpp | 1116 SmallVector<LiveInterval*, 8> dups; in finish() local 1117 dups.push_back(li); in finish() 1119 dups.push_back(&Edit->createEmptyInterval()); in finish() 1120 ConEQ.Distribute(&dups[0], MRI); in finish()
|
| /trueos/sys/boot/ficl/softwords/ |
| HD | softcore.fr | 142 \ ALSO dups the search stack...
|
| /trueos/contrib/binutils/bfd/ |
| HD | elf.c | 7668 char *dups; in _bfd_elfcore_strndup() local 7677 dups = bfd_alloc (abfd, len + 1); in _bfd_elfcore_strndup() 7678 if (dups == NULL) in _bfd_elfcore_strndup() 7681 memcpy (dups, start, len); in _bfd_elfcore_strndup() 7682 dups[len] = '\0'; in _bfd_elfcore_strndup() 7684 return dups; in _bfd_elfcore_strndup()
|
| /trueos/contrib/gcc/ |
| HD | common.opt | 404 feliminate-dwarf2-dups
|
| HD | ChangeLog-1999 | 9542 top level scratches and dups. 9813 (sched_analyze_1): Let add_dependence care for not adding dups.
|
| HD | ChangeLog-2000 | 10297 * toplev.c (f_options): Support -feliminate-dwarf2-dups.
|
| HD | ChangeLog-2002 | 4459 Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
|
| /trueos/sys/netinet/ |
| HD | sctputil.c | 166 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 174 sctp_clog.x.sack.numDups = dups; in sctp_log_sack()
|
| /trueos/crypto/heimdal/lib/asn1/ |
| HD | ChangeLog | 329 * Makefile.am: remove dups from gen_files_test, add check-timegm.
|
| /trueos/contrib/bmake/ |
| HD | ChangeLog | 383 and def's of MAP_COPY etc. we got dups from a merge.
|
| /trueos/contrib/ipfilter/ |
| HD | HISTORY | 189 3473566 radix tree does not delete dups right
|
| /trueos/crypto/heimdal/lib/hx509/ |
| HD | ChangeLog | 878 * ca.c: (hx509_ca_tbs_add_eku): filter out dups.
|
| /trueos/contrib/tcsh/ |
| HD | Fixes | 1617 7. SunOS3's FIOCLEX dups...
|
| /trueos/contrib/gcc/doc/ |
| HD | invoke.texi | 283 -feliminate-dwarf2-dups -feliminate-unused-debug-types @gol 3523 @item -feliminate-dwarf2-dups 3524 @opindex feliminate-dwarf2-dups
|