Searched refs:atsign (Results 1 – 1 of 1) sorted by relevance
4531 char *atsign; in parse_proxy() local4555 atsign = strchr(proxyptr, '@'); in parse_proxy()4556 if(atsign) { in parse_proxy()4560 parse_login_details(proxyptr, atsign - proxyptr, in parse_proxy()4588 atsign++; /* the right side of the @-letter */ in parse_proxy()4590 proxyptr = atsign; /* now use this instead */ in parse_proxy()4648 atsign = strchr(proxyptr, '/'); in parse_proxy()4649 if(atsign) in parse_proxy()4650 *atsign = 0x0; /* cut off path part from host name */ in parse_proxy()