Home
last modified time | relevance | path

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

/external/syslinux/com32/modules/
Dpxechn.c371 char *csep, *ssep, *hsep; /* Colon, Slash separator positions */ in pxechn_parse_fn() local
416 hsep = strchr(host, '@'); in pxechn_parse_fn()
417 if (!hsep) in pxechn_parse_fn()
418 hsep = host; in pxechn_parse_fn()
419 tip = pxe_dns(hsep); in pxechn_parse_fn()