Searched defs:optlist (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libshare/common/
H A Dsharetab.c159 * in option string "optlist". Caller must
163 getshareopt(char *optlist, char *opt) argument
171 b = bb = strdup(optlist);
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c410 * This method will parse the given comma delimited option list (optlist) for
417 * If the option is found in the given optlist, the function will return the
419 * If the option is not found in the given optlist, the function will return
428 fs_parse_optlist_for_option(char *optlist, char *opt, int *errp) { argument
435 optlist_copy = strdup(optlist);
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c376 sa_smb_validate_acclist(nvlist_t *optlist, char *errbuf, size_t buflen) argument
382 ro = sa_share_get_prop(optlist, SHOPT_RO);
383 rw = sa_share_get_prop(optlist, SHOPT_RW);
384 none = sa_share_get_prop(optlist, SHOPT_NONE);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c248 char **optlist; member in struct:__anon56
299 static int clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal);
336 clientopts_t *optlist = NULL; local
364 optlist = clientopts_new();
365 if (optlist == NULL) {
367 gettext("Error getting optlist (malloc fail)\n"),
395 optlist->proxyPassword != NULL) {
403 optlist->adminPassword != NULL) {
410 retcode = clientSetParam(optlist, paramFlag, attrVal);
422 optlist
3439 clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal) argument
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c2032 void *optlist = shp->optlist; local
2033 shp->optlist = 0;
2144 sh_optclear(shp,optlist);
2168 void *optlist = shp->optlist; local
2196 shp->optlist = 0;
2253 sh_optclear(shp,optlist);
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c1725 sa_nfs_validate_acclist(nvlist_t *optlist, char *errbuf, size_t buflen) argument
1731 ro = sa_share_get_prop(optlist, SHOPT_RO);
1732 rw = sa_share_get_prop(optlist, SHOPT_RW);
1733 none = sa_share_get_prop(optlist, SHOPT_NONE);

Completed in 52 milliseconds