Home
last modified time | relevance | path

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

/resolv/
A Dres_hconf.c537 size_t hostname_len, trim_len; in _res_hconf_trim_domain() local
540 hostname_len = strlen (hostname); in _res_hconf_trim_domain()
547 if (hostname_len > trim_len in _res_hconf_trim_domain()
548 && __strcasecmp (&hostname[hostname_len - trim_len], trim) == 0) in _res_hconf_trim_domain()
550 hostname[hostname_len - trim_len] = '\0'; in _res_hconf_trim_domain()

Completed in 5 milliseconds