Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dutils.h69 char *xstrdup_lower (const char *);
H A Dhsts.c127 k->host = xstrdup_lower (host); in hsts_find_entry()
179 kh->host = xstrdup_lower (host); in hsts_new_entry_internal()
H A Dhost.c617 hash_table_put (host_name_addresses_map, xstrdup_lower (host), al); in cache_store()
H A Dutils.c220 xstrdup_lower (const char *s) in xstrdup_lower() function
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog20659 * src/host.c (xstrdup_lower): Moved to utils.c.