Searched refs:dupe (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/config/
H A Dconfig.y100 static void newopt(struct opt_head *list, char *name, char *value, int append, int dupe);
433 newopt(struct opt_head *list, char *name, char *value, int append, int dupe)
446 if (op2 != NULL && !append && !dupe) {
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c8343 bool dupe = false;
8352 dupe = specs->const_p;
8356 dupe = specs->volatile_p;
8360 dupe = specs->restrict_p;
8366 if (dupe && pedantic && !flag_isoc99)
8401 bool dupe = false;
8452 dupe = specs->short_p;
8484 dupe = specs->signed_p;
8513 dupe = specs->unsigned_p;
8542 dupe
8313 bool dupe = false; local
8371 bool dupe = false; local
8734 bool dupe = false; local
[all...]
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c1032 int dupe; local
1065 dupe = 0;
1068 dupe = 1;
1073 if (!dupe) {

Completed in 81 milliseconds