Lines Matching defs:cl
344 CLIENT *cl = NULL;376 cl = clnt_tli_create(fd, nconf, &tbind->addr, prog, vers, 0, 0);377 if (cl == NULL)382 cl->cl_auth = ah;387 (void) clnt_control(cl, CLSET_TIMEOUT, (char *)&tv);483 if (cl) {485 AUTH_DESTROY(cl->cl_auth);486 cl->cl_auth = NULL;489 clnt_destroy(cl);490 cl = NULL;