Home
last modified time | relevance | path

Searched refs:mprintf (Results 1 – 25 of 29) sorted by relevance

12

/external/mdnsresponder/mDNSPosix/
DNetMonitor.c144 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 …]
DIdentify.c77 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/
Dsftp.c704 mprintf("Resuming %s to %s\n", in process_get()
707 mprintf("Fetching %s to %s\n", in process_get()
797 mprintf("Resuming upload of %s to %s\n", in process_put()
800 mprintf("Uploading %s to %s\n", in process_put()
903 mprintf("%s\n", lname); in do_ls_dir()
906 mprintf("%s\n", d[n]->longname); in do_ls_dir()
908 mprintf("%-*s", colspace, fname); in do_ls_dir()
1037 mprintf("%s\n", lname); in do_globbed_ls()
1040 mprintf("%-*s", colspace, fname); in do_globbed_ls()
1552 mprintf("sftp> %s\n", ocmd); in parse_dispatch_command()
[all …]
Dutf8.h19 int mprintf(const char *, ...)
Dutf8.c305 mprintf(const char *fmt, ...) in mprintf() function
Dsftp-client.c638 mprintf("%s\n", longname); in do_lsreaddir()
1520 mprintf("Retrieving %s\n", src); in download_dir_internal()
1855 mprintf("Entering %s\n", src); in upload_dir_internal()
Dssh-keygen.c901 mprintf("%u %s %s (%s)\n", sshkey_size(public), fp, in fingerprint_one_key()
1264 mprintf("%s %s %s%s%s\n", ctx->host, in known_hosts_find_delete()
1422 mprintf("Key has comment '%s'\n", comment); in do_change_passphrase()
/external/curl/packages/vms/
Dstage_curl_install.com16 $! [usr.include.curl]mprintf.h
139 $ copy [--.include.curl]mprintf.h -
140 'new_gnu'[usr.include.curl]mprintf.h
Dpcsi_gnv_curl_file_list.txt64 [gnv.usr.include.curl]mprintf.h
Dgnv_libcurl_symbols.opt161 ! mprintf.h
/external/curl/include/curl/
DMakefile.am23 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
/external/curl/tests/server/
DMakefile.inc27 ../../lib/mprintf.c \
DCMakeLists.txt72 # ${CURL_SOURCE_DIR}/lib/mprintf.c
/external/curl/packages/OS400/
Dmake-lib.sh211 make_module TMPRINTF mprintf.c "'_FORM_DEBUG' 'CURLDEBUG'"
/external/sqlite/dist/
Dsqlite3ext.h112 char * (*mprintf)(const char*,...); member
438 #define sqlite3_mprintf sqlite3_api->mprintf
/external/sqlite/dist/orig/
Dsqlite3ext.h112 char * (*mprintf)(const char*,...); member
438 #define sqlite3_mprintf sqlite3_api->mprintf
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3ext.h112 char * (*mprintf)(const char*,...); member
438 #define sqlite3_mprintf sqlite3_api->mprintf
/external/curl/lib/
DMakefile.inc57 krb5.c ldap.c llist.c md4.c md5.c memdebug.c mime.c mprintf.c mqtt.c \
/external/tensorflow/third_party/
Dcurl.BUILD145 "lib/mprintf.c",
270 "include/curl/mprintf.h",
/external/curl/tests/libtest/
DMakefile.inc64 chkdecimalpoint_SOURCES = chkdecimalpoint.c ../../lib/mprintf.c \
/external/curl/
DCMakeLists.txt1222 get_source_file_property(MPRINTF_COMPILE_FLAGS mprintf.c COMPILE_FLAGS)
1228 set_source_files_properties(mprintf.c PROPERTIES
DCHANGES1698 Updated mprintf.c to comply
2442 mprintf: Fix stack overflows
2465 mprintf: Fix dollar string handling
/external/google-breakpad/
DMakefile.am1514 src/third_party/curl/mprintf.h \
/external/curl/docs/
DINTERNALS.md190 All printf()-style functions use the supplied clones in `lib/mprintf.c`. This
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp1013 SOURCE=..\..\..\..\lib\mprintf.c

12