| /freebsd-13.1/contrib/tcsh/ |
| H A D | tc.vers.c | 158 version = xasprintf( in fix_version() 167 version = xasprintf("%d.%.2d.%.2d", REV, VERS, PATCHLEVEL); in fix_version()
|
| H A D | tc.prompt.c | 238 cz = xasprintf("%d", *(int *)info); in tprintf() 241 cz = xasprintf("%d", eventno + 1); in tprintf() 604 cz = xasprintf("%d", eventno + 1); in tprintf()
|
| H A D | tc.decls.h | 232 extern char *xasprintf (const char *, ...)
|
| H A D | tc.printf.c | 437 xasprintf(const char *fmt, ...) in xasprintf() function
|
| H A D | tc.who.c | 544 return xasprintf(CGETS(26, 11, "replaced %s on"), wp->who_name);
|
| H A D | tc.os.c | 1133 errbuf = xasprintf(CGETS(23, 13, "Unknown Error: %d"), i); in xstrerror() 1451 buf = xasprintf("%s (%s/%s)", e_code, e_sub, e_mod); in apperr()
|
| /freebsd-13.1/usr.bin/diff/ |
| H A D | xmalloc.h | 28 int xasprintf(char **, const char *, ...)
|
| H A D | xmalloc.c | 75 xasprintf(char **ret, const char *fmt, ...) in xasprintf() function
|
| H A D | pr.c | 57 xasprintf(&header, "%s %s %s", diffargs, file1, file2); in start_pr()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | xmalloc.h | 24 int xasprintf(char **, const char *, ...)
|
| H A D | xmalloc.c | 110 xasprintf(char **ret, const char *fmt, ...) in xasprintf() function
|
| H A D | sshconnect.c | 98 xasprintf(&tmp, "exec %s", proxy_command); in expand_proxy_command() 710 xasprintf(&ret, "~/%s", path + l); in try_tilde_unexpand() 733 xasprintf(&ctx->names[ctx->nnames], "%s:%lu: %s", path, l->linenum, in hostkeys_find_by_key_cb() 822 xasprintf(&ret, "This host key is known by the following other " in other_hostkeys_message() 853 xasprintf(&tag, "KnownHostsCommand-%s", invocation); in load_hostkeys_command() 1137 xasprintf(&msg1, "The authenticity of host " in check_host_key()
|
| H A D | mux.c | 535 xasprintf(&ret, "local forward %.200s:%d -> %.200s:%d", in format_forward() 544 xasprintf(&ret, "dynamic forward %.200s:%d -> *", in format_forward() 550 xasprintf(&ret, "remote forward %.200s:%d -> %.200s:%d", in format_forward() 614 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward() 651 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward() 654 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward() 1285 xasprintf(&options.control_path, "%s.%s", orig_control_path, rbuf); in muxserver_listen()
|
| H A D | auth2-pubkey.c | 83 xasprintf(&ret, "%s %s", sshkey_type(key), fp); in format_key() 189 xasprintf(&userstyle, "%s%s%s", authctxt->user, in userauth_pubkey() 970 xasprintf(&command, "%s %s", av[0], av[1]); in user_key_command_allowed2()
|
| H A D | ssh-add.c | 185 xasprintf(&certpath, "%s-cert.pub", filename); in delete_file() 392 xasprintf(&certpath, "%s-cert.pub", filename); in add_file()
|
| H A D | ssh-keygen.c | 1070 xasprintf(&prv_file, "%s%s", in do_gen_all_hostkeys() 1087 xasprintf(&prv_tmp, "%s%s.XXXXXXXXXX", in do_gen_all_hostkeys() 1089 xasprintf(&pub_tmp, "%s%s.pub.XXXXXXXXXX", in do_gen_all_hostkeys() 1091 xasprintf(&pub_file, "%s%s.pub", in do_gen_all_hostkeys() 1865 xasprintf(&out, "%s-cert.pub", tmp); in do_ca_sign() 2529 xasprintf(&prompt, "Enter PIN for %s key: ", in sign_one() 2563 xasprintf(&wfile, "%s.sig", filename); in sign_one() 3051 xasprintf(&path, "id_%s_rk%s%s", in do_download_sk() 3080 xasprintf(&pubpath, "%s.pub", path); in do_download_sk()
|
| H A D | gss-genr.c | 235 xasprintf(&val, "host@%s", host); in ssh_gssapi_import_name()
|
| H A D | ssh.c | 492 xasprintf(&fullhost, "%s.%s.", *hostp, in resolve_canonicalize() 1271 xasprintf(&options.proxy_command, in main() 1371 xasprintf(&cinfo->portstr, "%d", options.port); in main() 1372 xasprintf(&cinfo->uidstr, "%llu", in main() 2303 xasprintf(&cp, "%s-cert", filename); in load_public_identity_files()
|
| H A D | scp.c | 1069 xasprintf(&bp, "%s -f %s%s", cmd, in toremote() 1075 xasprintf(&bp, "%s -t %s%s", cmd, in toremote() 1147 xasprintf(&bp, "%s -t %s%s", cmd, in toremote() 1231 xasprintf(&bp, "%s -f %s%s", in tolocal()
|
| H A D | auth.c | 291 xasprintf(&ret, "%s %s ID %s (serial %llu) CA %s %s%s%s", in format_method_key() 304 xasprintf(&ret, "%s %s%s%s", sshkey_type(key), in format_method_key()
|
| H A D | sshconnect2.c | 198 xasprintf(&ret, "%s%s%s", first, in order_hostkeyalgs() 689 xasprintf(&ret, "%s %s%s%s%s%s%s", in format_identity() 1073 xasprintf(&prompt, "%s@%s's password: ", authctxt->server_user, host); in userauth_passwd() 1269 xasprintf(&prompt, "Enter PIN for %s key %s: ", in identity_sign() 2172 xasprintf(&chost, "%s.", lname); in userauth_hostbased()
|
| H A D | session.c | 213 xasprintf(&auth_sock_name, "%s/agent.%ld", in auth_input_request_forwarding() 1235 xasprintf(&user_rc, "%s/%s", s->pw->pw_dir, _PATH_SSH_USER_RC); in do_rc_files() 1241 if (xasprintf(&cmd, "%s -c '%s %s'", shell, _PATH_BSHELL, in do_rc_files() 1279 if (xasprintf(&cmd, "%s -q -", options.xauth_location) == -1) in do_rc_files()
|
| H A D | servconf.c | 758 xasprintf(&ret, "%s/%s", cwd, expanded); in derelativise_path() 2095 xasprintf(&arg, "%s/%s", SSHDIR, arg2); in process_server_config_line_depth() 2229 xasprintf(&arg2, "*:%s", arg); in process_server_config_line_depth() 2851 xasprintf(&laddr1, "listenaddress [%s]:%s%s%s\n%s", in format_listen_addrs() 2857 xasprintf(&laddr1, "listenaddress %s:%s%s%s\n%s", in format_listen_addrs()
|
| /freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 355 xasprintf(&path, "S2C-%s-%s", in main() 366 xasprintf(&path, "C2S-%s-%s", in main() 383 xasprintf(&path, "%s.priv", in main() 390 xasprintf(&path, "%s.pub", in main()
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | port-aix.c | 402 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, in aix_krb5_get_principal_name()
|