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

/freebsd-12-stable/libexec/ypxfr/
H A Dypxfr_misc.c261 ypresp_val *ypval; local
278 if ((ypval = ypproc_match_2(&ypkey, clnt)) == NULL) {
287 if (ypval->stat != YP_TRUE) {
288 xdr_free((xdrproc_t)xdr_ypresp_val, ypval);
292 xdr_free((xdrproc_t)xdr_ypresp_val, ypval);

Completed in 110 milliseconds