Searched refs:userhost (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c2099 char *host = NULL, *userhost, *cp, *file2 = NULL; local
2228 userhost = xstrdup(argv[optind]);
2231 if ((host = strrchr(userhost, '@')) == NULL)
2232 host = userhost;
2235 if (!userhost[0]) {
2240 addargs(&args, "%s", userhost);

Completed in 111 milliseconds