Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dgcc-order-headers54 dups = { } variable
85 if dups:
87 for i in dups:
90 for i2 in dups[i]:
99 if dups:
101 if dups[i] and "rtl.h" in dups[i]:
102 dups[i].remove("rtl.h")
103 if not dups[i]:
104 dups.pop (i, None)
108 dups["diagnostic-core.h"].append (includes["diagnostic-core.h"][0])
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dgcc-order-headers54 dups = { } variable
85 if dups:
87 for i in dups:
90 for i2 in dups[i]:
99 if dups:
101 if dups[i] and "rtl.h" in dups[i]:
102 dups[i].remove("rtl.h")
103 if not dups[i]:
104 dups.pop (i, None)
108 dups["diagnostic-core.h"].append (includes["diagnostic-core.h"][0])
[all …]
/netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannels.pm463 my $dups;
466 $dups = \%_local_duplicate_messages;
470 $dups = \%_global_duplicate_messages;
478 if (exists $dups->{$to_filter})
480 ++$dups->{$to_filter};
485 $dups->{$to_filter} = 0;
538 my $dups;
541 $dups = \%_local_duplicate_messages;
545 $dups = \%_global_duplicate_messages;
553 if (exists $dups->{$to_filter})
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c162 been_here(state->dups, "%s\n%d\n%s\n%s", in cleanup_out_recipient()
164 been_here_fixed(state->dups, recip)) == 0) { in cleanup_out_recipient()
252 been_here(state->dups, "%s\n%d\n%s\n%s", in cleanup_out_recipient()
254 been_here_fixed(state->dups, *cpp)) == 0) { in cleanup_out_recipient()
H A Dcleanup_state.c98 state->dups = been_here_init(var_dup_filter_limit, BH_FLAG_FOLD); in cleanup_state_alloc()
172 been_here_free(state->dups); in cleanup_state_free()
/netbsd-src/sbin/fsck_ext2fs/
H A Dmain.c97 struct dups *duplist;
98 struct dups *muldup;
236 struct dups *dp; in checkfilesys()
337 duplist = (struct dups *)0; in checkfilesys()
338 muldup = (struct dups *)0; in checkfilesys()
H A Dfsck.h158 struct dups { struct
159 struct dups *next; argument
162 extern struct dups *duplist; /* head of dup list */ argument
163 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dpass1b.c75 static struct dups *duphead;
109 struct dups *dlp; in pass1bcheck()
H A Dpass1.c336 struct dups *dlp; in pass1check()
337 struct dups *new; in pass1check()
368 new = malloc(sizeof(struct dups)); in pass1check()
H A Dpass4.c140 struct dups *dlp; in pass4check()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dfind-doc-nits248 my %dups;
283 print "# Duplicate $n in $pod and $dups{$n}\n"
284 if defined $dups{$n} && $dups{$n} ne $pod;
285 $dups{$n} = $pod;
/netbsd-src/sbin/fsck_ffs/
H A Dmain.c84 struct dups *duplist;
85 struct dups *muldup;
368 struct dups *dp; in checkfilesys()
529 duplist = (struct dups *)0; in checkfilesys()
530 muldup = (struct dups *)0; in checkfilesys()
H A Dfsck.h226 struct dups { struct
227 struct dups *next; argument
230 extern struct dups *duplist; /* head of dup list */ argument
231 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dpass1b.c53 static struct dups *duphead;
102 struct dups *dlp; in pass1bcheck()
H A Dpass1.c506 struct dups *dlp; in pass1check()
507 struct dups *new; in pass1check()
548 new = (struct dups *)malloc(sizeof(struct dups)); in pass1check()
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_execbuf_util.c87 struct list_head *dups) in ttm_eu_reserve_buffers() argument
102 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
106 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/netbsd-src/sbin/fsck_lfs/
H A Dvars.c38 struct dups *duplist; /* head of dup list */
39 struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dfsck_vars.h34 extern struct dups *duplist; /* head of dup list */
35 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dmain.c207 struct dups *dp; in checkfilesys()
306 duplist = (struct dups *) 0; in checkfilesys()
307 muldup = (struct dups *) 0; in checkfilesys()
H A Dfsck.h131 struct dups { struct
132 struct dups *next; argument
H A Dpass1.c355 struct dups *dlp; in pass1check()
356 struct dups *new; in pass1check()
398 new = emalloc(sizeof(struct dups)); in pass1check()
H A Dpass4.c147 struct dups *dlp; in pass4check()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_execbuf_util.h104 struct list_head *dups);
/netbsd-src/usr.sbin/netgroup_mkdb/
H A Dnetgroup_mkdb.c87 static int dups = 0; variable
116 dups++; in main()
377 if (!dups) in ng_reventry()
/netbsd-src/usr.sbin/bad144/
H A Dbad144.c82 static int dups; variable
281 if (dups) in main()
508 dups++; in compare()

123