Home
last modified time | relevance | path

Searched refs:yprv (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/lib/libc/yp/
H A Dyplib.c661 struct ypresp_val yprv; in yp_match() local
688 if (ypmatch_cache_lookup(ysd, yprk.map, &yprk.key, &yprv.val) == TRUE) { in yp_match()
693 *outvallen = yprv.val.valdat_len; in yp_match()
695 bcopy(yprv.val.valdat_val, *outval, *outvallen); in yp_match()
711 bzero((char *)&yprv, sizeof yprv); in yp_match()
715 (xdrproc_t)xdr_ypresp_val, &yprv, tv); in yp_match()
722 if (!(r = ypprot_err(yprv.stat))) { in yp_match()
723 *outvallen = yprv.val.valdat_len; in yp_match()
725 bcopy(yprv.val.valdat_val, *outval, *outvallen); in yp_match()
728 ypmatch_cache_insert(ysd, yprk.map, &yprk.key, &yprv.val); in yp_match()
[all …]