Home
last modified time | relevance | path

Searched refs:passend (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dfetch.c1319 char *passend, *passagain, *userend; in auto_fetch() local
1333 passend = strchr(host, '@'); in auto_fetch()
1334 if (passend && userend && userend < passend && in auto_fetch()
1335 (!dir || passend < dir)) { in auto_fetch()
1338 host = passend + 1; in auto_fetch()
1339 *userend = *passend = '\0'; in auto_fetch()