Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libpp/common/
H A Dpp.tab32 %keywords "static struct ppkeyword options" prefix=X_ index=optindex last=last_option
104 %keywords "static struct ppkeyword predicates" prefix=X_ index=optindex
212 %keywords "static struct ppkeyword variables" prefix=V_ index=optindex
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab32 %keywords "static struct ppkeyword options" prefix=X_ index=optindex last=last_option
104 %keywords "static struct ppkeyword predicates" prefix=X_ index=optindex
212 %keywords "static struct ppkeyword variables" prefix=V_ index=optindex
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dgetopts.c102 opt_info.index = shp->st.optindex; in b_getopts()
167 shp->st.optindex = opt_info.index; in b_getopts()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dgetopts.c107 opt_info.index = shp->st.optindex; in b_getopts()
177 shp->st.optindex = opt_info.index; in b_getopts()
/titanic_51/usr/src/cmd/auditreduce/
H A Doption.c700 * .call ret = process_fileopt(argc, argv, optindex).
703 * .arg optindex- current index into argv (as setup by getopt()).
708 process_fileopt(int argc, char **argv, int optindex) in process_fileopt() argument
742 else if (argc == optindex) { in process_fileopt()
795 for (; optindex < argc; optindex++) { in process_fileopt()
796 fname = argv[optindex]; /* get a filename */ in process_fileopt()
/titanic_51/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2198 int optindex; in nfs_validate_property() local
2205 if ((optindex = findopt(propname)) < 0) in nfs_validate_property()
2212 if (optdefs[optindex].share && parent_group != NULL && in nfs_validate_property()
2217 if (optdefs[optindex].index == OPT_PUBLIC) { in nfs_validate_property()
2230 switch (optdefs[optindex].type) { in nfs_validate_property()
2402 assert(optindex == OPT_UIDMAP || in nfs_validate_property()
2403 optindex == OPT_GIDMAP); in nfs_validate_property()
2404 f = optindex == OPT_UIDMAP ? check_user : in nfs_validate_property()
2452 if (ret == SA_OK && optdefs[optindex].check != NULL) { in nfs_validate_property()
2454 ret = optdefs[optindex] in nfs_validate_property()
[all...]
/titanic_51/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c763 int optindex; in smb_validate_property() local
770 if ((optindex = findopt(propname)) < 0) in smb_validate_property()
776 if (optdefs[optindex].share && !sa_is_share(parent_group)) in smb_validate_property()
788 switch (optdefs[optindex].type) { in smb_validate_property()
854 if (ret == SA_OK && optdefs[optindex].check != NULL) in smb_validate_property()
856 ret = optdefs[optindex].check(property); in smb_validate_property()
/titanic_51/usr/src/lib/libshell/common/include/
H A Ddefs.h88 int32_t optindex; member
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h85 int32_t optindex; member
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c1966 long optindex = shp->st.optindex; in sh_exec() local
1978 shp->st.optindex = 1; in sh_exec()
1996 shp->st.optindex = optindex; in sh_exec()
2580 shp->st.optindex = 1; in sh_funscope()
H A Dmain.c472 shp->st.optindex = 1; in exfile()
H A Dinit.c1630 (OPTINDNOD)->nvalue.lp = (&shp->st.optindex); in nv_init()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c461 shp->st.optindex = 1; in exfile()
H A Dinit.c1920 (OPTINDNOD)->nvalue.lp = (&shp->st.optindex); in nv_init()
H A Dname.c904 np->nvalue.lp = (&shp->st.optindex); in nv_create()
H A Dxec.c3367 shp->st.optindex = 1; in sh_funscope()