Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.c4569 char *Str = NULL, *StrColon = NULL, *MsgStr = NULL; in LYExpandHostForURL() local
4624 if ((StrColon = strrchr(Str, ':')) != NULL && in LYExpandHostForURL()
4625 isdigit(UCH(StrColon[1])) && strchr(StrColon, ']') == NULL) { in LYExpandHostForURL()
4626 if (StrColon == Str) { in LYExpandHostForURL()
4629 *StrColon = '\0'; in LYExpandHostForURL()
4826 if (StrColon && strchr(Host, ':') == NULL) { in LYExpandHostForURL()
4827 *StrColon = ':'; in LYExpandHostForURL()
4828 StrAllocCat(Host, StrColon); in LYExpandHostForURL()