Searched refs:optindex (Results 1 – 16 of 16) sorted by relevance
32 %keywords "static struct ppkeyword options" prefix=X_ index=optindex last=last_option104 %keywords "static struct ppkeyword predicates" prefix=X_ index=optindex212 %keywords "static struct ppkeyword variables" prefix=V_ index=optindex
102 opt_info.index = shp->st.optindex; in b_getopts()167 shp->st.optindex = opt_info.index; in b_getopts()
107 opt_info.index = shp->st.optindex; in b_getopts() 177 shp->st.optindex = opt_info.index; in b_getopts()
700 * .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()
2198 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...]
763 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()
88 int32_t optindex; member
85 int32_t optindex; member
1966 long optindex = shp->st.optindex; in sh_exec() local1978 shp->st.optindex = 1; in sh_exec()1996 shp->st.optindex = optindex; in sh_exec()2580 shp->st.optindex = 1; in sh_funscope()
472 shp->st.optindex = 1; in exfile()
1630 (OPTINDNOD)->nvalue.lp = (&shp->st.optindex); in nv_init()
461 shp->st.optindex = 1; in exfile()
1920 (OPTINDNOD)->nvalue.lp = (&shp->st.optindex); in nv_init()
904 np->nvalue.lp = (&shp->st.optindex); in nv_create()
3367 shp->st.optindex = 1; in sh_funscope()