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

/freebsd-10.2-release/libexec/ypxfr/
H A Dypxfr_misc.c259 ypresp_val *ypval; local
276 if ((ypval = ypproc_match_2(&ypkey, clnt)) == NULL) {
285 if (ypval->stat != YP_TRUE) {
286 xdr_free((xdrproc_t)xdr_ypresp_val, ypval);
290 xdr_free((xdrproc_t)xdr_ypresp_val, ypval);

Completed in 109 milliseconds