Home | History | Annotate | Download | only in lib

Lines Matching refs:atsign

4690   char *atsign;
4714 atsign = strchr(proxyptr, '@');
4715 if(atsign) {
4719 parse_login_details(proxyptr, atsign - proxyptr,
4747 atsign++; /* the right side of the @-letter */
4749 proxyptr = atsign; /* now use this instead */
4821 atsign = strchr(proxyptr, '/');
4822 if(atsign)
4823 *atsign = '\0'; /* cut off path part from host name */