Home
last modified time | relevance | path

Searched refs:clientopts_t (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c282 } clientopts_t; typedef
284 static clientopts_t *clientopts_new();
285 static void clientopts_free(clientopts_t *list);
294 static int credCheck(clientopts_t *arglist);
295 static int adminCredCheck(clientopts_t *arglist);
296 static int clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal);
298 static void dumpargs(clientopts_t *arglist);
299 static int num_args(clientopts_t *arglist);
307 static int client_list(clientopts_t *arglist);
308 static int client_manual(clientopts_t *arglist);
[all …]