HomeSort by: relevance | last modified time | path
    Searched refs:dups (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sbin/fsck_lfs/
fsck_vars.h 34 extern struct dups *duplist; /* head of dup list */
35 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
vars.c 38 struct dups *duplist; /* head of dup list */
39 struct dups *muldup; /* end of unique duplicate dup block numbers */
fsck.h 131 struct dups { struct
132 struct dups *next;
main.c 211 struct dups *dp;
310 duplist = (struct dups *) 0;
311 muldup = (struct dups *) 0;
pass1.c 355 struct dups *dlp;
356 struct dups *new;
398 new = emalloc(sizeof(struct dups));
pass4.c 147 struct dups *dlp;
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_execbuf_util.h 74 * @dups: [out] optional list of duplicates.
91 * If dups is non NULL all buffers already reserved by the current thread
104 struct list_head *dups);
  /src/external/gpl3/gcc/dist/contrib/header-tools/
gcc-order-headers 54 dups = { }
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
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
gcc-order-headers 54 dups = { }
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
    [all...]
  /src/sbin/fsck_ext2fs/
fsck.h 158 struct dups { struct
159 struct dups *next;
162 extern struct dups *duplist; /* head of dup list */
163 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
pass1b.c 75 static struct dups *duphead;
109 struct dups *dlp;
main.c 97 struct dups *duplist;
98 struct dups *muldup;
236 struct dups *dp;
272 pfatal("INTERNAL ERROR: dups with -p");
273 printf("** Phase 1b - Rescan For More DUPS\n");
337 duplist = (struct dups *)0;
338 muldup = (struct dups *)0;
pass4.c 140 struct dups *dlp;
pass1.c 336 struct dups *dlp;
337 struct dups *new;
368 new = malloc(sizeof(struct dups));
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_out_recipient.c 162 been_here(state->dups, "%s\n%d\n%s\n%s",
164 been_here_fixed(state->dups, recip)) == 0) {
252 been_here(state->dups, "%s\n%d\n%s\n%s",
254 been_here_fixed(state->dups, *cpp)) == 0) {
cleanup_state.c 102 state->dups = been_here_init(var_dup_filter_limit, BH_FLAG_FOLD);
178 been_here_free(state->dups);
  /src/sbin/fsck_ffs/
pass1b.c 53 static struct dups *duphead;
102 struct dups *dlp;
fsck.h 226 struct dups { struct
227 struct dups *next;
230 extern struct dups *duplist; /* head of dup list */
231 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
main.c 85 struct dups *duplist;
86 struct dups *muldup;
369 struct dups *dp;
436 pfatal("INTERNAL ERROR: dups with -p\n");
438 pfatal("INTERNAL ERROR: dups with softdep\n");
439 pwarn("** Phase 1b - Rescan For More DUPS\n");
530 duplist = (struct dups *)0;
531 muldup = (struct dups *)0;
pass1.c 506 struct dups *dlp;
507 struct dups *new;
548 new = (struct dups *)malloc(sizeof(struct dups));
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_execbuf_util.c 87 struct list_head *dups)
102 if (ret == -EALREADY && dups) {
106 list_add(&safe->head, dups);
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Channels.pm 463 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...]
  /src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits 248 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;
  /src/usr.sbin/bad144/
bad144.c 82 static int dups; variable
281 if (dups)
508 dups++;
  /src/usr.sbin/netgroup_mkdb/
netgroup_mkdb.c 87 static int dups = 0; variable
116 dups++;
370 if (!dups)

Completed in 43 milliseconds

1 2