Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dsupport_format_addrinfo.c118 char type_buf[32]; in format_ai_one() local
136 snprintf (type_buf, sizeof (type_buf), "%d", ai->ai_socktype); in format_ai_one()
137 type_str = type_buf; in format_ai_one()