Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auths/
H A Dauths.c181 if (pattern[len - 1] != KV_WILDCHAR) in auth_match()
216 strchr(cbs->auths[i], KV_WILDCHAR) != NULL && in simplify()
/illumos-gate/usr/src/head/
H A Dsecdb.h49 #define KV_WILDCHAR '*' macro
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c326 if (pattern[pattern_len-1] != KV_WILDCHAR) in _auth_match_noun()
371 } else if (noun_len || strchr(auth, KV_WILDCHAR) != NULL) { in _is_authorized()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c333 else if (*(++pchar) == KV_WILDCHAR) in _exec_wild_id()
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c158 if ((ptr = strrchr(device, KV_WILDCHAR)) != NULL) { in da_check_logindevperm()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1504 if (strchr(auth, KV_WILDCHAR) == NULL) in auth_cb()