Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.c4568 const char *StartS, *EndS; in LYExpandHostForURL() local
4737 StartS = ((suffix_list && *Str != '.') in LYExpandHostForURL()
4740 while ((*StartS) && (WHITE(*StartS) || *StartS == ',')) { in LYExpandHostForURL()
4741 StartS++; /* Skip whitespace and separators */ in LYExpandHostForURL()
4743 EndS = StartS; in LYExpandHostForURL()
4747 StrAllocCopy(DomainSuffix, StartS); in LYExpandHostForURL()
4748 DomainSuffix[EndS - StartS] = '\0'; in LYExpandHostForURL()
4792 StartS = ((*EndS == '\0') ? EndS : (EndS + 1)); in LYExpandHostForURL()
4793 while ((*StartS) && (WHITE(*StartS) || *StartS == ',')) { in LYExpandHostForURL()
4794 StartS++; /* Skip whitespace and separators */ in LYExpandHostForURL()
[all …]