/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 144 mDNSlocal mDNSu32 mprintf(const char *format, ...) IS_A_PRINTF_STYLE_FUNCTION(1,2); 145 mDNSlocal mDNSu32 mprintf(const char *format, ...) in mprintf() function 360 …if (list->num) mprintf("\n%-25s%s%s\n", "Source Address", OPBanner, " Pkts Query LegacyQ R… in ShowSortedHostList() 363 int len = mprintf("%#-25a", &e->addr); in ShowSortedHostList() 364 if (len > 25) mprintf("\n%25s", ""); in ShowSortedHostList() 365 mprintf("%8lu %8lu %8lu %8lu %8lu %8lu %8lu", e->totalops, in ShowSortedHostList() 369 mprintf(" %8lu %8lu %8lu %8lu", in ShowSortedHostList() 371 if (e->pkts[HostPkt_B]) mprintf("Bad: %8lu", e->pkts[HostPkt_B]); in ShowSortedHostList() 372 mprintf("\n"); in ShowSortedHostList() 376 mprintf("%##-45s %#-14s %#s\n", e->hostname.c, e->HIHardware.c, e->HISoftware.c); in ShowSortedHostList() [all …]
|
D | Identify.c | 77 mDNSlocal mDNSu32 mprintf(const char *format, ...) IS_A_PRINTF_STYLE_FUNCTION(1,2); 78 mDNSlocal mDNSu32 mprintf(const char *format, ...) in mprintf() function 117 mprintf("%##s %s %##s\n", answer->name->c, DNSTypeName(answer->rrtype), answer->rdata->u.name.c); in NameCallback() 131 mprintf("%##s %s %.4a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv4); in InfoCallback() 140 mprintf("%##s %s %.16a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv6); in InfoCallback() 174 mprintf("%##s %s %##s\n", answer->name->c, DNSTypeName(answer->rrtype), answer->rdata->u.name.c); in ServicesCallback() 254 mprintf("%##s %s Trying multicast\n", q->qname.c, DNSTypeName(q->qtype)); in DoQuery() 258 mprintf("%##s %s *** No Answer ***\n", q->qname.c, DNSTypeName(q->qtype)); in DoQuery()
|
/external/openssh/ |
D | sftp.c | 660 mprintf("Resuming %s to %s\n", in process_get() 663 mprintf("Fetching %s to %s\n", in process_get() 753 mprintf("Resuming upload of %s to %s\n", in process_put() 756 mprintf("Uploading %s to %s\n", in process_put() 859 mprintf("%s\n", lname); in do_ls_dir() 862 mprintf("%s\n", d[n]->longname); in do_ls_dir() 864 mprintf("%-*s", colspace, fname); in do_ls_dir() 945 mprintf("%s\n", lname); in do_globbed_ls() 948 mprintf("%-*s", colspace, fname); in do_globbed_ls() 1484 mprintf("Removing %s\n", g.gl_pathv[i]); in parse_dispatch_command() [all …]
|
D | utf8.h | 18 int mprintf(const char *, ...)
|
D | utf8.c | 284 mprintf(const char *fmt, ...) in mprintf() function
|
D | sftp-client.c | 622 mprintf("%s\n", longname); in do_lsreaddir() 1472 mprintf("Retrieving %s\n", src); in download_dir_internal() 1805 mprintf("Entering %s\n", src); in upload_dir_internal()
|
D | ssh-keygen.c | 848 mprintf("%u %s %s (%s)\n", sshkey_size(public), fp, in fingerprint_one_key() 1172 mprintf("%s %s %s %s\n", ctx->host, in known_hosts_find_delete() 1323 mprintf("Key has comment '%s'\n", comment); in do_change_passphrase()
|
D | ChangeLog | 45 Used by NetBSD; this unbreaks mprintf() and friends there for the C 620 "ANSI_X3.4-1968" that is used by Linux. Fixes mprintf output truncation for
|
/external/curl/packages/vms/ |
D | stage_curl_install.com | 16 $! [usr.include.curl]mprintf.h 139 $ copy [--.include.curl]mprintf.h - 140 'new_gnu'[usr.include.curl]mprintf.h
|
D | pcsi_gnv_curl_file_list.txt | 64 [gnv.usr.include.curl]mprintf.h
|
D | gnv_libcurl_symbols.opt | 161 ! mprintf.h
|
/external/curl/include/curl/ |
D | Makefile.am | 23 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
|
/external/curl/tests/server/ |
D | Makefile.inc | 4 ../../lib/mprintf.c \
|
D | CMakeLists.txt | 50 # ${CURL_SOURCE_DIR}/lib/mprintf.c
|
/external/curl/packages/OS400/ |
D | make-lib.sh | 170 make_module TMPRINTF mprintf.c "'_FORM_DEBUG' 'CURLDEBUG'"
|
/external/curl/packages/Symbian/group/ |
D | libcurl.mmp | 26 ldap.c vtls/openssl.c version.c getenv.c escape.c mprintf.c telnet.c \
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 112 char * (*mprintf)(const char*,...); member 398 #define sqlite3_mprintf sqlite3_api->mprintf
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 112 char * (*mprintf)(const char*,...); member 398 #define sqlite3_mprintf sqlite3_api->mprintf
|
D | sqlite3.c | 113377 char * (*mprintf)(const char*,...); 113663 #define sqlite3_mprintf sqlite3_api->mprintf
|
/external/curl/lib/ |
D | Makefile.inc | 42 ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c \
|
/external/curl/tests/libtest/ |
D | Makefile.inc | 40 chkdecimalpoint_SOURCES = chkdecimalpoint.c ../../lib/mprintf.c \
|
/external/curl/ |
D | CMakeLists.txt | 1077 get_source_file_property(MPRINTF_COMPILE_FLAGS mprintf.c COMPILE_FLAGS) 1083 set_source_files_properties(mprintf.c PROPERTIES
|
D | CHANGES | 3745 mprintf: avoid unsigned integer overflow warning
|
/external/curl/docs/ |
D | INTERNALS.md | 181 All printf()-style functions use the supplied clones in lib/mprintf.c. This
|
/external/curl/projects/Windows/VC6/lib/ |
D | libcurl.dsp | 997 SOURCE=..\..\..\..\lib\mprintf.c
|