Searched refs:attr_str (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/nsswitch/ldap/common/ |
H A D | getprofattr.c | 71 char *res1_str, *res2_str, *des_str, *attr_str; in _nss_ldap_prof2str() local 106 attr_str = _NO_VALUE; in _nss_ldap_prof2str() 108 attr_str = attr[0]; in _nss_ldap_prof2str() 111 strlen(des_str) + strlen(attr_str) + 6; in _nss_ldap_prof2str() 126 name[0], res1_str, res2_str, des_str, attr_str); in _nss_ldap_prof2str()
|
H A D | getuserattr.c | 71 char *res1_str, *res2_str, *qu_str, *attr_str; in _nss_ldap_user2str() local 107 attr_str = _NO_VALUE; in _nss_ldap_user2str() 109 attr_str = attr[0]; in _nss_ldap_user2str() 112 strlen(qu_str) + strlen(attr_str) + 5; in _nss_ldap_user2str() 127 name[0], qu_str, res1_str, res2_str, attr_str); in _nss_ldap_user2str()
|
H A D | getauthattr.c | 73 char *attr_str; in _nss_ldap_auth2str() local 114 attr_str = _NO_VALUE; in _nss_ldap_auth2str() 116 attr_str = attr[0]; in _nss_ldap_auth2str() 119 strlen(sdes_str) + strlen(ldes_str) + strlen(attr_str) + 6; in _nss_ldap_auth2str() 135 ldes_str, attr_str); in _nss_ldap_auth2str()
|
H A D | getprojent.c | 73 char *buffer, *comment, *attr_str; in _nss_ldap_proj2str() local 158 attr_str = _NO_VALUE; in _nss_ldap_proj2str() 161 attr_str = attr[0]; in _nss_ldap_proj2str() 162 len = snprintf(buffer, buflen, ":%s", attr_str); in _nss_ldap_proj2str()
|
H A D | getexecattr.c | 274 char *id_str, *attr_str; in _nss_ldap_exec2str() local 321 attr_str = _NO_VALUE; in _nss_ldap_exec2str() 323 attr_str = attr[0]; in _nss_ldap_exec2str() 328 strlen(attr_str) + 7; in _nss_ldap_exec2str() 345 res2_str, id_str, attr_str); in _nss_ldap_exec2str()
|