Searched refs:res1_str (Results 1 – 4 of 4) sorted by relevance
/titanic_41/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 88 res1_str = _NO_VALUE; in _nss_ldap_prof2str() 90 res1_str = res1[0]; in _nss_ldap_prof2str() 110 len = strlen(name[0]) + strlen(res1_str) + strlen(res2_str) + 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 95 res1_str = _NO_VALUE; in _nss_ldap_user2str() 97 res1_str = res1[0]; in _nss_ldap_user2str() 111 len = strlen(name[0]) + strlen(res1_str) + strlen(res2_str) + in _nss_ldap_user2str() 127 name[0], qu_str, res1_str, res2_str, attr_str); in _nss_ldap_user2str()
|
H A D | getauthattr.c | 72 char *res1_str, *res2_str, *sdes_str, *ldes_str; in _nss_ldap_auth2str() local 90 res1_str = _NO_VALUE; in _nss_ldap_auth2str() 92 res1_str = res1[0]; in _nss_ldap_auth2str() 118 len = strlen(name[0]) + strlen(res1_str) + strlen(res2_str) + in _nss_ldap_auth2str() 134 name[0], res1_str, res2_str, sdes_str, in _nss_ldap_auth2str()
|
H A D | getexecattr.c | 273 char *policy_str, *type_str, *res1_str, *res2_str; in _nss_ldap_exec2str() local 303 res1_str = _NO_VALUE; in _nss_ldap_exec2str() 305 res1_str = res1[0]; in _nss_ldap_exec2str() 327 strlen(res1_str) + strlen(res2_str) + strlen(id_str) + in _nss_ldap_exec2str() 344 name[0], policy_str, type_str, res1_str, in _nss_ldap_exec2str()
|