Lines Matching defs:cl
375 CLIENT *cl;
400 cl = clnt_create(host, RQUOTAPROG, RQUOTAVERS, "udp");
401 if (cl == NULL) {
408 auth_destroy(cl->cl_auth);
409 cl->cl_auth = authunix_create_default();
417 call_status = clnt_call(cl, RQUOTAPROC_GETQUOTA,
423 auth_destroy(cl->cl_auth);
424 clnt_destroy(cl);
480 CLIENT *cl;
497 cl = clnt_create(host, RQUOTAPROG, EXT_RQUOTAVERS, "udp");
498 if (cl == NULL) {
505 auth_destroy(cl->cl_auth);
506 cl->cl_auth = authunix_create_default();
515 call_status = clnt_call(cl, RQUOTAPROC_GETQUOTA,
521 auth_destroy(cl->cl_auth);
522 clnt_destroy(cl);