Searched refs:_auth_match_noun (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libsecdb/common/ |
H A D | chkauthattr.c | 85 static int _auth_match_noun(const char *, const char *, size_t, const char *); 293 _auth_match_noun(const char *pattern, const char *auth, in _auth_match_noun() function 346 return (_auth_match_noun(pattern, auth, strlen(auth), NULL)); in _auth_match() 372 if (_auth_match_noun(auth, authname, in _is_authorized()
|