Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dsecdb.h53 #define KV_OBJECTCHAR '/' macro
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c311 if ((slash = strchr(pattern, KV_OBJECTCHAR)) != NULL) { in _auth_match_noun()
359 if ((slash = strchr(authname, KV_OBJECTCHAR)) != NULL) { in _is_authorized()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c258 if ((suffix = index(authname, KV_OBJECTCHAR)) != NULL) in check_auth()