Lines Matching defs:cl
111 CLIENT *cl;
156 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers,
158 if (cl) {
163 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL);
168 return (cl);
186 CLIENT *cl;
191 cl = clnt_com_create(raddr, (rpcprog_t)prog, (rpcvers_t)vers, sockp,
193 if (cl == NULL) {
196 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, (char *)(void *)&wait);
197 return (cl);