HomeSort by: relevance | last modified time | path
    Searched defs:short_form (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/bin/dig/
host.c 43 static bool short_form = true, listed_server = false; variable
151 if (!short_form) {
169 if (!short_form) {
263 if (!short_form) {
310 if (!short_form) {
475 if (!short_form) {
527 if (!ISC_LIST_EMPTY(msg->sections[DNS_SECTION_QUESTION]) && !short_form)
537 if (!short_form) {
541 !short_form, query);
548 !short_form)
    [all...]
nslookup.c 49 static bool short_form = true, tcpmode = false, tcpmode_set = false, variable
409 if (!short_form) {
514 short_form ? "nodebug" : "debug", debugging ? "d2" : "nod2");
685 short_form = false;
688 short_form = true;
dig.c 70 static bool short_form = false, printcmd = true, plusquest = false, variable
367 if (short_form || yaml) {
539 * short_form message print handler. Calls above say_message()
586 * short_form message print handler. Calls above say_message()
736 if (!short_form && !dns64prefix && printcmd) {
743 short_form ? "short_form"
866 } else if (query->lookup->comments && !short_form && !dns64prefix) {
947 if (query->lookup->comments && headers && !short_form && !dns64prefix) {
961 if (!short_form && !dns64prefix)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
principal.c 443 int short_form = (flags & KRB5_PRINCIPAL_UNPARSE_SHORT) != 0; local
465 if(short_form && !no_realm) {
472 short_form = 0;
475 if(!short_form && !no_realm) {
  /src/external/mpl/bind/dist/bin/delv/
delv.c 130 multiline = false, short_form = false, print_unknown_format = false, variable
495 if (!first && showtrust && !short_form && !yaml) {
507 if (short_form) {
1336 short_form = state;
1337 if (short_form) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 363 bool short_form; member in struct:_i386_insn
5203 care of operand sizing. This will end up as short_form encoding,
10472 i.short_form = (i.tm.operand_types[0].bitfield.class == Reg)
10491 if (i.short_form)
11182 else if (i.short_form)
13868 i.short_form = true;
13889 if (i.short_form && (val & 7))
14016 if (!i.short_form
14024 > i.short_form + 0U + (pp.encoding != encoding_default)
14037 if (i.short_form)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 363 bool short_form; member in struct:_i386_insn
10305 i.short_form = (i.tm.operand_types[0].bitfield.class == Reg)
10324 if (i.short_form)
11015 else if (i.short_form)
13717 i.short_form = true;
13738 if (i.short_form && (val & 7))
13865 if (!i.short_form
13873 > i.short_form + 0U + (pp.encoding != encoding_default)
13886 if (i.short_form)

Completed in 55 milliseconds