/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/chromium_org/third_party/sqlite/src/src/ |
sqlite3ext.h | 104 char * (*mprintf)(const char*,...); member in struct:sqlite3_api_routines 305 #define sqlite3_mprintf sqlite3_api->mprintf
|
test1.c | 497 ** Test the %z format of sqlite_mprintf(). Use multiple mprintf() calls to [all...] |
printf.c | 21 ** * mprintf -- Similar to sprintf. Writes output to memory [all...] |
/external/sqlite/dist/orig/ |
sqlite3ext.h | 114 char * (*mprintf)(const char*,...); member in struct:sqlite3_api_routines 329 #define sqlite3_mprintf sqlite3_api->mprintf
|
/external/sqlite/dist/ |
sqlite3ext.h | 114 char * (*mprintf)(const char*,...); member in struct:sqlite3_api_routines 329 #define sqlite3_mprintf sqlite3_api->mprintf
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 142 'modulo', 'moment', 'mopen', 'move', 'mprintf', 'mps2linpro', 'mput', 'mputl', 'mputstr', 'mrfit', 'mscanf',
|