Lines Matching defs:optindex
2197 int optindex;
2204 if ((optindex = findopt(propname)) < 0)
2211 if (optdefs[optindex].share && parent_group != NULL &&
2216 if (optdefs[optindex].index == OPT_PUBLIC) {
2229 switch (optdefs[optindex].type) {
2401 assert(optindex == OPT_UIDMAP ||
2402 optindex == OPT_GIDMAP);
2403 f = optindex == OPT_UIDMAP ? check_user :
2451 if (ret == SA_OK && optdefs[optindex].check != NULL) {
2453 ret = optdefs[optindex].check(handle, property);