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

  /external/openssh/
misc.h 52 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
auth2-pubkey.c 542 /* XXX percent_expand() sequences for authorized_principals? */
652 username = percent_expand(options.authorized_principals_command_user,
673 tmp = percent_expand(av[i],
678 fatal("%s: percent_expand failed", __func__);
942 username = percent_expand(options.authorized_keys_command_user,
974 tmp = percent_expand(av[i],
982 fatal("%s: percent_expand failed", __func__);
ssh.c 1009 cp = percent_expand(options.hostname,
1139 options.local_command = percent_expand(cp,
1158 options.control_path = percent_expand(cp,
    [all...]
auth.c 385 file = percent_expand(filename, "h", pw->pw_dir,
misc.c 567 percent_expand(const char *string, ...) function
sshconnect.c 95 ret = percent_expand(tmp, "h", host, "p", strport,
    [all...]
readconf.c 507 host = percent_expand(options->hostname,
576 cmd = percent_expand(arg,
    [all...]
session.c     [all...]
sftp-server.c     [all...]

Completed in 61 milliseconds