Searched refs:mprintf (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/ssh/ |
| H A D | sftp.c | 684 mprintf("Resuming %s to %s\n", in process_get() 687 mprintf("Fetching %s to %s\n", in process_get() 781 mprintf("Resuming upload of %s to %s\n", in process_put() 784 mprintf("Uploading %s to %s\n", in process_put() 893 mprintf("%s\n", lname); in do_ls_dir() 896 mprintf("%s\n", d[n]->longname); in do_ls_dir() 898 mprintf("%-*s", colspace, fname); in do_ls_dir() 1028 mprintf("%s\n", lname); in do_globbed_ls() 1031 mprintf("%-*s", colspace, fname); in do_globbed_ls() 1547 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 | 296 mprintf(const char *fmt, ...) in mprintf() function
|
| H A D | sftp-client.c | 782 mprintf("%s\n", longname); in sftp_lsreaddir() 1896 mprintf("Retrieving %s\n", src); in download_dir_internal() 2253 mprintf("Entering %s\n", src); in upload_dir_internal() 2705 mprintf("Retrieving %s\n", from_path); in crossload_dir_internal()
|
| H A D | ssh-keygen.c | 931 mprintf("%u %s %s (%s)\n", sshkey_size(public), fp, in fingerprint_private() 1291 mprintf("%s %s %s%s%s\n", ctx->host, in do_known_hosts() 1453 mprintf("Key has comment '%s'\n", comment); in do_change_passphrase()
|