Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.c4565 char *DomainPrefix = NULL; in LYExpandHostForURL() local
4726 StrAllocCopy(DomainPrefix, StartP); in LYExpandHostForURL()
4727 DomainPrefix[EndP - StartP] = '\0'; in LYExpandHostForURL()
4754 StrAllocCopy(Host, DomainPrefix); in LYExpandHostForURL()
4816 LYStrNCpy(DomainPrefix, StartP, (EndP - StartP)); in LYExpandHostForURL()
4818 } while ((GotHost == FALSE) && (*DomainPrefix != '\0')); in LYExpandHostForURL()
4855 FREE(DomainPrefix); in LYExpandHostForURL()