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

/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_server.c576 static char ypvalbuf[YPMAXRECORD]; local
611 bcopy(val.valdat_val, &ypvalbuf, val.valdat_len);
612 ypvalbuf[val.valdat_len] = '\0';
613 result.peer = ypvalbuf;

Completed in 77 milliseconds