HomeSort by: relevance | last modified time | path
    Searched defs:yprespmaster (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ypwhich/
ypwhich.c 284 struct ypresp_master yprespmaster; local in function:find_mapmaster
375 (void)memset(&yprespmaster, 0, sizeof(yprespmaster));
380 &yprespmaster, tv);
386 yperr = ypprot_err(yprespmaster.status);
392 yprespmaster.master);
394 xdr_free((xdrproc_t)xdr_ypresp_master, (void *)&yprespmaster);
ypwhich.c 284 struct ypresp_master yprespmaster; local in function:find_mapmaster
375 (void)memset(&yprespmaster, 0, sizeof(yprespmaster));
380 &yprespmaster, tv);
386 yperr = ypprot_err(yprespmaster.status);
392 yprespmaster.master);
394 xdr_free((xdrproc_t)xdr_ypresp_master, (void *)&yprespmaster);

Completed in 61 milliseconds