Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dsecdb.h80 extern int _auth_match(const char *, const char *);
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dmapfile-vers76 _auth_match;
H A Dchkauthattr.c344 _auth_match(const char *pattern, const char *auth) in _auth_match() function
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1373 if (_auth_match(pattern, ep->pce_auth)) { in pc_match()