Searched refs:ypvalbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_server.c579 static char ypvalbuf[YPMAXRECORD]; local
614 bcopy(val.valdat_val, &ypvalbuf, val.valdat_len);
615 ypvalbuf[val.valdat_len] = '\0';
616 result.peer = ypvalbuf;

Completed in 117 milliseconds