Lines Matching defs:allc
68 CLIENT *allc;
130 if ((allc = clnt_create(server_name, YPPROG,
142 s = clnt_call(allc, YPPROC_ALL,
147 syslog(LOG_ERR, "%s", clnt_sperror(allc,
151 clnt_destroy(allc);
193 CLIENT *allc;
263 if ((allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS,
265 (allc = __yp_clnt_create_rsvdport(server_name, YPPROG, YPVERS,
277 s = clnt_call(allc, YPPROC_ALL,
282 syslog(LOG_ERR, "%s", clnt_sperror(allc,
286 clnt_destroy(allc);