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

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c1703 char *hostnam, *hostsuffix; local
1732 hostsuffix = strchr(hostnam, ']');
1733 if (!hostsuffix || (hostsuffix[1] && hostsuffix[1] != ':')) {
1737 *hostsuffix++ = '\0';
1740 hostsuffix = hostnam;
1742 if ((tmpptr = strchr(hostsuffix, ':'))) {

Completed in 197 milliseconds