Lines Matching defs:optindex
2198 int optindex;
2205 if ((optindex = findopt(propname)) < 0)
2212 if (optdefs[optindex].share && parent_group != NULL &&
2217 if (optdefs[optindex].index == OPT_PUBLIC) {
2230 switch (optdefs[optindex].type) {
2402 assert(optindex == OPT_UIDMAP ||
2403 optindex == OPT_GIDMAP);
2404 f = optindex == OPT_UIDMAP ? check_user :
2452 if (ret == SA_OK && optdefs[optindex].check != NULL) {
2454 ret = optdefs[optindex].check(handle, property);