Lines Matching defs:clnt
87 CLIENT *clnt;
100 clnt = clnt_create(HOST_SELF, SMSERVERPROG, SMSERVERVERS, "local");
101 if (clnt == (CLIENT *)NULL) {
138 server_info = smserverproc_get_serverinfo_1(NULL, clnt);
140 if (clnt)
141 clnt_destroy(clnt);
145 if (clnt)
146 clnt_destroy(clnt);
152 if (clnt)
153 clnt_destroy(clnt);
189 handle->sm_clnt = clnt;