Home | History | Annotate | Download | only in lib

Lines Matching refs:atsign

4880   char *atsign;
4921 atsign = strchr(proxyptr, '@');
4922 if(atsign) {
4924 parse_login_details(proxyptr, atsign - proxyptr,
4928 proxyptr = atsign + 1;
4992 atsign = strchr(proxyptr, '/');
4993 if(atsign)
4994 *atsign = '\0'; /* cut off path part from host name */