Searched refs:mprintf (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sftp.c | 703 mprintf("Resuming %s to %s\n", in process_get() 706 mprintf("Fetching %s to %s\n", in process_get() 800 mprintf("Resuming upload of %s to %s\n", in process_put() 803 mprintf("Uploading %s to %s\n", in process_put() 912 mprintf("%s\n", lname); in do_ls_dir() 915 mprintf("%s\n", d[n]->longname); in do_ls_dir() 917 mprintf("%-*s", colspace, fname); in do_ls_dir() 1053 mprintf("%s\n", lname); in do_globbed_ls() 1056 mprintf("%-*s", colspace, fname); in do_globbed_ls() 1572 mprintf("sftp> %s\n", ocmd); in parse_dispatch_command() [all …]
|
H A D | utf8.h | 19 int mprintf(const char *, ...)
|
H A D | utf8.c | 305 mprintf(const char *fmt, ...) in mprintf() function
|
H A D | sftp-client.c | 802 mprintf("%s\n", longname); in sftp_lsreaddir() 1920 mprintf("Retrieving %s\n", src); in download_dir_internal() 2278 mprintf("Entering %s\n", src); in upload_dir_internal() 2730 mprintf("Retrieving %s\n", from_path); in crossload_dir_internal()
|
H A D | ssh-keygen.c | 924 mprintf("%u %s %s (%s)\n", sshkey_size(public), fp, in fingerprint_one_key() 1286 mprintf("%s %s %s%s%s\n", ctx->host, in known_hosts_find_delete() 1448 mprintf("Key has comment '%s'\n", comment); in do_change_passphrase()
|
H A D | ssh_namespace.h | 428 #define mprintf Fssh_mprintf macro
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_restrict.c |
|
H A D | refclock_gpsdjson.c | 2224 mprintf("%s[%s]: '%s'\n", up->logname, what, s_lbuf); in log_data()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_debug.h | 24 mprintf arg; \
|
H A D | ntp_stdlib.h | 34 extern int mprintf(const char *, ...) NTP_PRINTF(1, 2);
|
H A D | ntpd.h | 44 mprintf arg; \
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3ext.h | 112 char * (*mprintf)(const char*,...); member 469 #define sqlite3_mprintf sqlite3_api->mprintf
|
H A D | sqlite3.c | 136545 char * (*mprintf)(const char*,...); 136902 #define sqlite3_mprintf sqlite3_api->mprintf
|
/freebsd/contrib/ntp/libntp/ |
H A D | msyslog.c | 309 mprintf( in mprintf() function
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2441 * mprintf() should go to stdout, not stderr. DPRINTF() uses mprintf(). 3443 * Backport utility routines from ntp-dev: mprintf(), emalloc_zero().
|
H A D | NEWS | 3584 * Back-port utility routines from ntp-dev: mprintf(), emalloc_zero() 7350 * Back-port utility routines from ntp-dev: mprintf(), emalloc_zero()
|
H A D | CommitLog | [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1359 def mprintf_kind_EQ : Joined<["-"], "mprintf-kind=">, Group<m_Group>,
|