Lines Matching refs:clnt
150 CLIENT *clnt; in ypxfr_get_master() local
154 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_master()
163 if ((resp = ypproc_master_2(&req, clnt)) == NULL) { in ypxfr_get_master()
164 yp_error("%s",clnt_sperror(clnt,"YPPROC_MASTER \ in ypxfr_get_master()
166 clnt_destroy(clnt); in ypxfr_get_master()
170 clnt_destroy(clnt); in ypxfr_get_master()
215 CLIENT *clnt; in ypxfr_get_order() local
219 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_order()
227 if ((resp = ypproc_order_2(&req, clnt)) == NULL) { in ypxfr_get_order()
228 yp_error("%s", clnt_sperror(clnt, "YPPROC_ORDER \ in ypxfr_get_order()
230 clnt_destroy(clnt); in ypxfr_get_order()
234 clnt_destroy(clnt); in ypxfr_get_order()
260 CLIENT *clnt; in ypxfr_match() local
265 if ((clnt = clnt_create(server, YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_match()
276 if ((ypval = ypproc_match_2(&ypkey, clnt)) == NULL) { in ypxfr_match()
277 clnt_destroy(clnt); in ypxfr_match()
279 clnt_sperror(clnt,"YPPROC_MATCH failed")); in ypxfr_match()
283 clnt_destroy(clnt); in ypxfr_match()