Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c356 size_t noun_len; in _is_authorized() local
361 noun_len = strlen(slash); in _is_authorized()
362 auth_len -= noun_len; in _is_authorized()
371 } else if (noun_len || strchr(auth, KV_WILDCHAR) != NULL) { in _is_authorized()