HomeSort by relevance Sort by last modified time
    Searched defs:num_printed (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/Clients/
dns-sd.c 216 static int num_printed; variable
354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
441 if (num_printed++ == 0)
502 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-25s %s\n", "Domain", "Service Type", "Instance Name");
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
695 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-30s%4s%4s Rdata\n", "Name", "T", "C");
767 if (num_printed++ == 0) printf("Timestamp if %-20s %-15s %-15s %-15s %-6s\n", "External Address", "Protocol", "Internal Port", "External Port", "TTL");
792 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-44s %s\n", "Hostname", "Address", "TTL");
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 445 int num_printed = snprintf(buffer, 1024, "%s %s", break_regexes[i][1], "-o"); local
446 assert (num_printed < 1024);
    [all...]

Completed in 52 milliseconds