| /freebsd-12.1/crypto/openssh/ |
| H A D | sftp.c | 678 mprintf("Resuming %s to %s\n", in process_get() 681 mprintf("Fetching %s to %s\n", in process_get() 774 mprintf("Uploading %s to %s\n", in process_put() 877 mprintf("%s\n", lname); in do_ls_dir() 880 mprintf("%s\n", d[n]->longname); in do_ls_dir() 882 mprintf("%-*s", colspace, fname); in do_ls_dir() 1011 mprintf("%s\n", lname); in do_globbed_ls() 1014 mprintf("%-*s", colspace, fname); in do_globbed_ls() 1659 mprintf("Changing mode on %s\n", in parse_dispatch_command() 1782 mprintf("%-*s", colspace, tmp); in complete_display() [all …]
|
| H A D | utf8.h | 18 int mprintf(const char *, ...)
|
| H A D | utf8.c | 290 mprintf(const char *fmt, ...) in mprintf() function
|
| H A D | sftp-client.c | 632 mprintf("%s\n", longname); in do_lsreaddir() 1482 mprintf("Retrieving %s\n", src); in download_dir_internal() 1817 mprintf("Entering %s\n", src); in upload_dir_internal()
|
| H A D | ssh-keygen.c | 868 mprintf("%u %s %s (%s)\n", sshkey_size(public), fp, in fingerprint_one_key() 1234 mprintf("%s %s %s %s\n", ctx->host, in known_hosts_find_delete() 1384 mprintf("Key has comment '%s'\n", comment); in do_change_passphrase()
|
| H A D | ssh_namespace.h | 390 #define mprintf Fssh_mprintf macro
|
| H A D | ChangeLog | 7105 Used by NetBSD; this unbreaks mprintf() and friends there for the C 7680 "ANSI_X3.4-1968" that is used by Linux. Fixes mprintf output truncation for
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_restrict.c | 144 …mprintf("restrict node at %p: %s/%s count %d, rflags %08x, mflags %04x, ippeerlimit %d, expire %lu… in dump_restrict() 160 mprintf("dump_restrict: restrict_def4: %p\n", &restrict_def4); in dump_restricts() 167 mprintf("dump_restrict: restrict_def6: %p\n", &restrict_def6); in dump_restricts() 174 mprintf("dump_restrict: restrictlist4: %p\n", &restrictlist4); in dump_restricts() 181 mprintf("dump_restrict: restrictlist6: %p\n", &restrictlist6); in dump_restricts()
|
| H A D | refclock_gpsdjson.c | 2204 mprintf("%s[%s]: '%s'\n", up->logname, what, s_lbuf); in log_data()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_debug.h | 24 mprintf arg; \
|
| H A D | ntp_stdlib.h | 27 extern int mprintf(const char *, ...) NTP_PRINTF(1, 2);
|
| H A D | ntpd.h | 44 mprintf arg; \
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3ext.h | 104 char * (*mprintf)(const char*,...); member 308 #define sqlite3_mprintf sqlite3_api->mprintf
|
| H A D | sqlite3.c | 88996 char * (*mprintf)(const char*,...); 89200 #define sqlite3_mprintf sqlite3_api->mprintf
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 112 char * (*mprintf)(const char*,...); member 438 #define sqlite3_mprintf sqlite3_api->mprintf
|
| H A D | sqlite3.c | 123303 char * (*mprintf)(const char*,...); 123629 #define sqlite3_mprintf sqlite3_api->mprintf
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | msyslog.c | 309 mprintf( in mprintf() function
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | ChangeLog | 2172 * mprintf() should go to stdout, not stderr. DPRINTF() uses mprintf(). 3174 * Backport utility routines from ntp-dev: mprintf(), emalloc_zero().
|
| H A D | NEWS | 3262 * Back-port utility routines from ntp-dev: mprintf(), emalloc_zero()
|
| H A D | CommitLog | 119984 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 119990 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 119993 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 119996 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 120002 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 120008 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 120011 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 120025 Backport utility routines from ntp-dev: mprintf(), emalloc_zero(). 120230 mprintf() should go to stdout, not stderr. 120236 mprintf() should go to stdout, not stderr. [all …]
|