Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c31 #define _CRYPT "{CRYPT}" macro
131 if (strncasecmp(passwd[0], _CRYPT, strlen(_CRYPT)) == 0) in _nss_ldap_group2str()
132 password = passwd[0] + strlen(_CRYPT); in _nss_ldap_group2str()