Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Dlookup_name.c48 static int name_from_numeric(struct address buf[static 1], const char *name, int family) in name_from_numeric() function
79 switch (name_from_numeric(buf+cnt, line, family)) { in name_from_hosts()
321 if (!cnt) cnt = name_from_numeric(buf, name, family); in __lookup_name()