Searched refs:DUP (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et18 error_code DUP, "Principal or policy already exists"
/freebsd-9.3-release/contrib/gperf/src/
H A Doptions.h103 DUP = 1 << 18, enumerator in enum:Option_Type
H A Doutput.cc958 if (index < keyword->_hash_value && !option[SWITCH] && !option[DUP])
979 if (keyword->_duplicate_link) // implies option[DUP]
1020 if (!option[SWITCH] && !option[DUP])
1029 if (keyword->_duplicate_link) // implies option[DUP]
1064 if (!option[SWITCH] && !option[DUP])
1072 if (keyword->_duplicate_link) // implies option[DUP]
1201 if (index < keyword->_hash_value && !option[SWITCH] && !option[DUP])
1214 if (keyword->_duplicate_link) // implies option[DUP]
1244 if (option[DUP])
1395 if (option[TYPE] || (option[DUP]
[all...]
H A Doptions.cc533 _option_word & DUP ? "enabled" : "disabled",
756 _option_word |= DUP;
H A Dsearch.cc275 if (!option[DUP])
773 if (!option[DUP] || option[DEBUG])
796 /* Exit program if duplicates exists and option[DUP] not set, since we
798 option[DUP] implicitly, because the generated code is usually much
802 if (option[DUP])
/freebsd-9.3-release/usr.bin/hexdump/
H A Dhexdump.h81 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
H A Ddisplay.c269 if (vflag != DUP)
296 if (vflag == DUP || vflag == FIRST)
302 vflag = DUP;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y35 #define DUP(s) strdup(s)
367 | DT_KEY_SELF { $$ = dt_node_ident(DUP("self")); }
368 | DT_KEY_THIS { $$ = dt_node_ident(DUP("this")); }
627 type_specifier: DT_KEY_VOID { $$ = dt_decl_spec(CTF_K_INTEGER, DUP("void")); }
628 | DT_KEY_CHAR { $$ = dt_decl_spec(CTF_K_INTEGER, DUP("char")); }
630 | DT_KEY_INT { $$ = dt_decl_spec(CTF_K_INTEGER, DUP("int")); }
632 | DT_KEY_FLOAT { $$ = dt_decl_spec(CTF_K_FLOAT, DUP("float")); }
633 | DT_KEY_DOUBLE { $$ = dt_decl_spec(CTF_K_FLOAT, DUP("double")); }
637 $$ = dt_decl_spec(CTF_K_TYPEDEF, DUP("string"));
/freebsd-9.3-release/sys/boot/ficl/
H A Dvm.c181 DUP,
228 case DUP:

Completed in 184 milliseconds