HomeSort by relevance Sort by last modified time
    Searched refs:xasprintf (Results 1 - 19 of 19) sorted by null

  /external/openssh/
xmalloc.h 24 int xasprintf(char **, const char *, ...)
auth-skey.c 69 xasprintf(*prompts, "%s%s", challenge, SKEY_PROMPT);
xmalloc.c 97 xasprintf(char **ret, const char *fmt, ...) function
107 fatal("xasprintf: could not allocate memory");
auth2-jpake.c 240 xasprintf(salt, "$1$%s$", makesalt(8, authctxt->user));
248 xasprintf(salt, "_%c%c%c%c%s",
257 xasprintf(salt, "$2a$%02lld$%s", rounds,
auth2-chall.c 333 xasprintf(&method, "keyboard-interactive/%s", kbdintctxt->device->name);
gss-genr.c 217 xasprintf(&val, "host@%s", host);
scp.c 604 xasprintf(&bp, "%s -f -- %s", cmd, src);
609 xasprintf(&bp, "%s -t -- %s", cmd, targ);
655 xasprintf(&bp, "%s -t -- %s", cmd, targ);
708 xasprintf(&bp, "%s -f -- %s", cmd, src);
mux.c 522 xasprintf(&ret, "local forward %.200s:%d -> %.200s:%d",
529 xasprintf(&ret, "dynamic forward %.200s:%d -> *",
535 xasprintf(&ret, "remote forward %.200s:%d -> %.200s:%d",
588 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid);
610 xasprintf(&failmsg, "remote port forwarding failed for "
1110 xasprintf(&options.control_path, "%s.%s", orig_control_path, rbuf);
    [all...]
ssh-add.c 224 xasprintf(&certpath, "%s-cert.pub", filename);
sshconnect2.c 145 xasprintf(&ret, "%s%s%s", first, *first == '\0' ? "" : ",", last);
    [all...]
authfile.c 833 xasprintf(&file, "%s-cert.pub", filename);
ssh.c     [all...]
sshconnect.c 105 xasprintf(&tmp, "exec %s", proxy_command);
    [all...]
monitor_wrap.c 1036 xasprintf(*prompts, "%s%s", challenge, SKEY_PROMPT);
    [all...]
sftp.c     [all...]
servconf.c 500 xasprintf(&ret, "%s/%s", cwd, expanded);
    [all...]
session.c 207 xasprintf(&auth_sock_name, "%s/agent.%ld",
    [all...]
ssh-keygen.c     [all...]
  /external/openssh/openbsd-compat/
port-aix.c 394 xasprintf(&principal, "%s@%s", authname ? authname : pw_name, authdomain);

Completed in 294 milliseconds