Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.c703 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 Dutf8.h19 int mprintf(const char *, ...)
H A Dutf8.c305 mprintf(const char *fmt, ...) in mprintf() function
H A Dsftp-client.c802 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 Dssh-keygen.c924 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 Dssh_namespace.h428 #define mprintf Fssh_mprintf macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_restrict.c
H A Drefclock_gpsdjson.c2224 mprintf("%s[%s]: '%s'\n", up->logname, what, s_lbuf); in log_data()
/freebsd/contrib/ntp/include/
H A Dntp_debug.h24 mprintf arg; \
H A Dntp_stdlib.h34 extern int mprintf(const char *, ...) NTP_PRINTF(1, 2);
H A Dntpd.h44 mprintf arg; \
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h112 char * (*mprintf)(const char*,...); member
469 #define sqlite3_mprintf sqlite3_api->mprintf
H A Dsqlite3.c136545 char * (*mprintf)(const char*,...);
136902 #define sqlite3_mprintf sqlite3_api->mprintf
/freebsd/contrib/ntp/libntp/
H A Dmsyslog.c309 mprintf( in mprintf() function
/freebsd/contrib/ntp/
H A DChangeLog2441 * mprintf() should go to stdout, not stderr. DPRINTF() uses mprintf().
3443 * Backport utility routines from ntp-dev: mprintf(), emalloc_zero().
H A DNEWS3584 * Back-port utility routines from ntp-dev: mprintf(), emalloc_zero()
7350 * Back-port utility routines from ntp-dev: mprintf(), emalloc_zero()
H A DCommitLog[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1359 def mprintf_kind_EQ : Joined<["-"], "mprintf-kind=">, Group<m_Group>,