Lines Matching defs:auths
135 #define DTD_ATTR_AUTHS (const xmlChar *) "auths"
7511 zonecfg_valid_auths(const char *auths, const char *zonename)
7519 tmpauths = strdup(auths);
7671 * Add auths for this zone
7790 * removed admin assignments, using an empty auths string.
7800 char *auths, char *zonename)
7813 char *new_auth_start; /* string containing the new auths */
7899 right = strtok_r(auths, ",", &lasts);
7919 * and the new auths are a substrings of the old auths.
7953 char auths[MAXAUTHS];
7965 if (fetchprop(cur, DTD_ATTR_AUTHS, auths,
7966 sizeof (auths)) != Z_OK)
7968 if (zonecfg_authorize_user_impl(handle, user, auths, zonename)