HomeSort by relevance Sort by last modified time
    Searched refs:mprintf (Results 1 - 9 of 9) sorted by null

  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 144 mDNSlocal mDNSu32 mprintf(const char *format, ...) IS_A_PRINTF_STYLE_FUNCTION(1,2);
145 mDNSlocal mDNSu32 mprintf(const char *format, ...) function
319 //mprintf("%#a Q\n", target);
340 //mprintf("%##s PTR %d\n", entry->revname.c, entry->NumQueries);
347 //mprintf("%##s HINFO %d\n", entry->hostname.c, entry->NumQueries);
360 if (list->num) mprintf("\n%-25s%s%s\n", "Source Address", OPBanner, " Pkts Query LegacyQ Response");
363 int len = mprintf("%#-25a", &e->addr);
364 if (len > 25) mprintf("\n%25s", "");
365 mprintf("%8lu %8lu %8lu %8lu %8lu %8lu %8lu", e->totalops,
369 mprintf(" %8lu %8lu %8lu %8lu"
    [all...]
Identify.c 77 mDNSlocal mDNSu32 mprintf(const char *format, ...) IS_A_PRINTF_STYLE_FUNCTION(1,2);
78 mDNSlocal mDNSu32 mprintf(const char *format, ...) function
117 mprintf("%##s %s %##s\n", answer->name->c, DNSTypeName(answer->rrtype), answer->rdata->u.name.c);
131 mprintf("%##s %s %.4a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv4);
140 mprintf("%##s %s %.16a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv6);
174 mprintf("%##s %s %##s\n", answer->name->c, DNSTypeName(answer->rrtype), answer->rdata->u.name.c);
233 //mprintf("%##s %s ?\n", q->qname.c, DNSTypeName(qtype));
254 mprintf("%##s %s Trying multicast\n", q->qname.c, DNSTypeName(q->qtype));
258 mprintf("%##s %s *** No Answer ***\n", q->qname.c, DNSTypeName(q->qtype));
  /external/curl/lib/
curl_printf.h 30 #include <curl/mprintf.h>
curlx.h 32 #include <curl/mprintf.h>
mprintf.c 39 #include <curl/mprintf.h>
76 * Max integer data types that mprintf.c is capable
  /external/curl/packages/vms/
stage_curl_install.com 16 $! [usr.include.curl]mprintf.h
139 $ copy [--.include.curl]mprintf.h -
140 'new_gnu'[usr.include.curl]mprintf.h
  /external/curl/packages/OS400/
make-lib.sh 170 make_module TMPRINTF mprintf.c "'_FORM_DEBUG' 'CURLDEBUG'"
  /external/sqlite/dist/orig/
sqlite3ext.h 112 char * (*mprintf)(const char*,...); member in struct:sqlite3_api_routines
398 #define sqlite3_mprintf sqlite3_api->mprintf
  /external/sqlite/dist/
sqlite3ext.h 112 char * (*mprintf)(const char*,...); member in struct:sqlite3_api_routines
398 #define sqlite3_mprintf sqlite3_api->mprintf

Completed in 192 milliseconds