Searched refs:tuser (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | scp.c | 888 char *bp, *tuser, *thost, *targ; in toremote() local 898 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ); in toremote() 905 if (parse_user_host_path(argv[argc - 1], &tuser, &thost, in toremote() 912 if (tuser != NULL && !okname(tuser)) { in toremote() 943 if (do_cmd2(thost, tuser, tport, bp, remin, remout) < 0) in toremote() 979 tuser ? tuser : "", tuser ? "@" : "", in toremote() 987 if (do_cmd(thost, tuser, tport, bp, &remin, in toremote() 998 free(tuser); in toremote()
|
D | ssh.c | 1054 char *tuser; in main() local 1055 switch (parse_ssh_uri(*av, &tuser, &host, &tport)) { in main() 1061 options.user = tuser; in main() 1062 tuser = NULL; in main() 1064 free(tuser); in main()
|