Searched refs:canonnamebuf (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/lib/libc/net/
H A Drcmd.c95 static char canonnamebuf[MAXDNAME]; /* is it proper here? */ local
134 && strlen(res->ai_canonname) + 1 < sizeof(canonnamebuf)) {
135 strncpy(canonnamebuf, res->ai_canonname, sizeof(canonnamebuf));
136 *ahost = canonnamebuf;

Completed in 214 milliseconds