Home
last modified time | relevance | path

Searched refs:xextendf (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dprogressmeter.c184 xextendf(&buf, NULL, "%*s", file_len - cols, ""); in refresh_progress_meter()
193 xextendf(&buf, NULL, " %3d%% %s %s/s ", percent, format_size(cur_pos), in refresh_progress_meter()
203 xextendf(&buf, NULL, "- stalled -"); in refresh_progress_meter()
205 xextendf(&buf, NULL, " --:-- ETA"); in refresh_progress_meter()
218 xextendf(&buf, NULL, "%d:%02d:%02d", in refresh_progress_meter()
221 xextendf(&buf, NULL, " %02d:%02d", minutes, seconds); in refresh_progress_meter()
224 xextendf(&buf, NULL, " ETA"); in refresh_progress_meter()
226 xextendf(&buf, NULL, " "); in refresh_progress_meter()
H A Dsshconnect.c835 xextendf(&ret, "\n", " %s", othernames[i]); in other_hostkeys_message()
838 xextendf(&ret, "\n", " (%d additional names omitted)", in other_hostkeys_message()
1158 xextendf(&msg1, "\n", "but keys of different " in check_host_key()
1161 xextendf(&msg1, "", "."); in check_host_key()
1169 xextendf(&msg1, "\n", "%s key fingerprint is %s.", in check_host_key()
1172 xextendf(&msg1, "\n", "%s", ra); in check_host_key()
1174 xextendf(&msg1, "\n", in check_host_key()
1183 xextendf(&msg1, "\n", "%s", msg2); in check_host_key()
1185 xextendf(&msg1, "\n", in check_host_key()
H A Dmisc.h82 void xextendf(char **s, const char *sep, const char *fmt, ...)
H A Dssh_namespace.h1018 #define xextendf Fssh_xextendf macro
H A Dkex.c536 xextendf(&ssh->kex->server_sig_algs, ",", "%s", sigalg); in kex_set_server_sig_algs()
H A Dsshd.c1582 xextendf(&ret, " ", "%s", av[i]);
H A Dmisc.c1543 xextendf(char **sp, const char *sep, const char *fmt, ...) in xextendf() function
H A Dssh-keygen.c3156 xextendf(&ret, "_", "%s", cp); in sk_suffix()