Searched refs:atsign (Results 1 – 1 of 1) sorted by relevance
4690 char *atsign; in parse_proxy() local4714 atsign = strchr(proxyptr, '@'); in parse_proxy()4715 if(atsign) { in parse_proxy()4719 parse_login_details(proxyptr, atsign - proxyptr, in parse_proxy()4747 atsign++; /* the right side of the @-letter */ in parse_proxy()4749 proxyptr = atsign; /* now use this instead */ in parse_proxy()4821 atsign = strchr(proxyptr, '/'); in parse_proxy()4822 if(atsign) in parse_proxy()4823 *atsign = '\0'; /* cut off path part from host name */ in parse_proxy()