/titanic_51/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapclient.c | 245 char **optlist; member 296 static int clientSetParam(clientopts_t *optlist, int paramFlag, char *attrVal); 333 clientopts_t *optlist = NULL; in main() local 361 optlist = clientopts_new(); in main() 362 if (optlist == NULL) { in main() 364 gettext("Error getting optlist (malloc fail)\n"), in main() 392 optlist->proxyPassword != NULL) { in main() 400 optlist->adminPassword != NULL) { in main() 407 retcode = clientSetParam(optlist, paramFlag, attrVal); in main() 419 optlist in main() 3388 clientSetParam(clientopts_t * optlist,int paramFlag,char * attrVal) clientSetParam() argument [all...] |
/titanic_51/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | shareutil.c | 40 * add_opt(optlist, optarg, security?) 48 struct options *newopt, *tmp, *optlist; in add_opt() local 52 optlist = *optlistp; in add_opt() 73 if (optlist == NULL) { in add_opt() 74 optlist = newopt; in add_opt() 76 for (tmp = optlist; tmp->next != NULL; in add_opt() 92 *optlistp = optlist; in add_opt()
|
H A D | commands.c | 703 * Do a sanity check on the optlist provided for the protocol. This 711 struct options *optlist; in chk_opt() local 716 for (optlist = optlistp; optlist != NULL; optlist = optlist->next) { in chk_opt() 719 optname = optlist->optname; in chk_opt() 762 * free_opt(optlist) 766 free_opt(struct options *optlist) in free_opt() argument 769 while (optlist ! in free_opt() 781 valid_options(sa_handle_t handle,struct options * optlist,char * proto,void * object,char * sec) valid_options() argument 823 add_optionset(sa_group_t group,struct options * optlist,char * proto,int * err) add_optionset() argument 1195 struct options *optlist = NULL; sa_create() local 3534 add_security(sa_group_t group,char * sectype,struct options * optlist,char * proto,int * err) add_security() argument 3672 basic_set(sa_handle_t handle,char * groupname,struct options * optlist,char * protocol,char * sharepath,char * rsrcname,int dryrun) basic_set() argument 3791 space_set(sa_handle_t handle,char * groupname,struct options * optlist,char * protocol,char * sharepath,int dryrun,char * sectype) space_set() argument 3891 struct options *optlist = NULL; sa_set() local 4047 remove_options(sa_group_t group,struct options * optlist,char * proto,int * err) remove_options() argument 4084 valid_unset(sa_group_t group,struct options * optlist,char * proto) valid_unset() argument 4114 valid_unset_security(sa_group_t group,struct options * optlist,char * proto,char * sectype) valid_unset_security() argument 4153 remove_security(sa_group_t group,char * sectype,struct options * optlist,char * proto,int * err) remove_security() argument 4198 basic_unset(sa_handle_t handle,char * groupname,struct options * optlist,char * protocol,char * sharepath,char * rsrcname,int dryrun) basic_unset() argument 4321 space_unset(sa_handle_t handle,char * groupname,struct options * optlist,char * protocol,char * sharepath,int dryrun,char * sectype) space_unset() argument 4426 struct options *optlist = NULL; sa_unset() local [all...] |
/titanic_51/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 123 struct options *optlist = NULL; in sc_get() local 134 ret = add_opt(&optlist, optarg, 1); in sc_get() 170 if (optlist == NULL) { in sc_get() 215 for (opt = optlist; opt != NULL; opt = opt->next) { in sc_get() 267 struct options *optlist = NULL; in sc_set() local 278 ret = add_opt(&optlist, optarg, 0); in sc_set() 314 if (optlist == NULL) { in sc_set() 324 for (opt = optlist; opt != NULL; opt = opt->next) { in sc_set()
|
/titanic_51/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | exportlist.c | 57 static char *optlist[] = { variable 118 switch (getsubopt(&p, optlist, &val)) { in export() 141 switch (getsubopt(&p, optlist, &val)) { in export()
|
H A D | mountd.c | 1919 static char *optlist[] = { variable 1978 if (getsubopt(&p, optlist, &val) == OPT_SEC) { in newopts() 2021 switch (getsubopt(&p, optlist, &val)) { in getclientsflavors_old() 2087 switch (getsubopt(&p, optlist, &val)) { in getclientsflavors_new() 2313 switch (getsubopt(&p, optlist, &val)) { in check_client_old() 2671 switch (getsubopt(&p, optlist, &val)) { in check_client_new()
|
/titanic_51/usr/src/cmd/rexd/ |
H A D | sharetab.c | 155 * in option string "optlist". 158 getshareopt(char *optlist, char *opt) in getshareopt() argument 166 b = bb = strdup(optlist); in getshareopt()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 152 uchar_t optlist[MAX_IPOPTLEN]; in set_IPv4opt_sourcerouting() local 170 optlist[0] = IPOPT_NOP; in set_IPv4opt_sourcerouting() 172 srp = (struct ip_sourceroute *)&optlist[1]; in set_IPv4opt_sourcerouting() 183 if (setsockopt(sndsock, pe->p_proto, IP_OPTIONS, (const char *)optlist, in set_IPv4opt_sourcerouting()
|
/titanic_51/usr/src/cmd/fs.d/nfs/lib/ |
H A D | sharetab.c | 164 * in option string "optlist". Caller must 168 getshareopt(char *optlist, char *opt) in getshareopt() argument 176 b = bb = strdup(optlist); in getshareopt()
|
/titanic_51/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 76 const char * const optlist[] = { variable 430 for (index = 0; optlist[index] != NULL; index++) { in setsubopt() 431 if (strcmp(subopt, optlist[index]) == 0) in setsubopt() 437 * point to the NULL at the end of optlist[], in setsubopt()
|
/titanic_51/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 737 * Return 1 if opt appears in optlist 740 hasopt(char *opt, char *optlist) in hasopt() argument 748 if (optlist == NULL) in hasopt() 750 while (*optlist != '\0') { in hasopt() 751 if (getsubopt(&optlist, opts, &value) == 0) in hasopt()
|
/titanic_51/usr/src/lib/libfsmgt/common/ |
H A D | libfsmgt.h | 646 * This method will parse the given comma delimited option list (optlist) for 654 * char *optlist - The option string to be parsed 664 char *fs_parse_optlist_for_option(char *optlist, char *opt,
|
H A D | fs_mounts.c | 410 * 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) { in fs_parse_optlist_for_option() argument 435 optlist_copy = strdup(optlist); in fs_parse_optlist_for_option()
|
/titanic_51/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 534 static char *optlist[] = { variable 669 switch (getsubopt(&opts, optlist, &val)) { in boot_nfs_mountroot()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 208 void *optlist; \
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 1597 void *optlist = shp->optlist; in sh_exec() local 1598 shp->optlist = 0; in sh_exec() 1698 sh_optclear(shp,optlist); in sh_exec() 1722 void *optlist = shp->optlist; in sh_exec() local 1723 shp->optlist = 0; in sh_exec() 1778 sh_optclear(shp,optlist); in sh_exec()
|
H A D | name.c | 2407 op->next = (struct optimize*)sh.optlist; in nv_optimize() 2408 sh.optlist = (void*)op; in nv_optimize() 2417 for(op=(struct optimize*)shp->optlist; op; op = opnext) in sh_optclear() 2428 shp->optlist = old; in sh_optclear()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 239 void *optlist; \
|
/titanic_51/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 86 typeset opt optlist 88 optlist='cdf' 90 while getopts ":$optlist" opt
|
/titanic_51/usr/src/tools/scripts/ |
H A D | wsdiff.py | 385 optlist, args = getopt.getopt(sys.argv[1:], validOpts) 392 for opt,val in optlist :
|
/titanic_51/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 105 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr 1315 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1; 1321 optlist: 1323 | optlist ',' opt { $$ |= $1 | $3; }
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 2261 void *optlist = shp->optlist; in sh_exec() local 2262 shp->optlist = 0; in sh_exec() 2371 sh_optclear(shp,optlist); in sh_exec() 2395 void *optlist = shp->optlist; in sh_exec() local 2423 shp->optlist = 0; in sh_exec() 2470 sh_optclear(shp,optlist); in sh_exec()
|
/titanic_51/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2289 static char *optlist[] = { variable 2500 switch (opt = getsubopt(&opts, optlist, &val)) { in init_mountopts() 2544 optlist[opt]); in init_mountopts()
|
/titanic_51/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 235 const struct optlist ipopts[20] = { 259 struct optlist ip6exthdr[] = { 272 struct optlist tcpopts[] = { 285 const struct optlist secopt[8] = { 1320 const struct optlist *op; 1454 const struct optlist *sp;
|
/titanic_51/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 852 static char *optlist[] = { variable 1010 switch (getsubopt(&opts, optlist, &val)) { in set_args()
|