Searched refs:__ns_ldap_getAttrStruct (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/nsswitch/ldap/common/ |
H A D | getprojent.c | 114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS); in _nss_ldap_proj2str() 136 groups = __ns_ldap_getAttrStruct(result->entry, _PROJ_GROUPS); in _nss_ldap_proj2str()
|
H A D | getservent.c | 157 names = __ns_ldap_getAttrStruct(result->entry, _S_NAME); in _nss_ldap_services2str() 182 protocol = __ns_ldap_getAttrStruct(result->entry, _S_PROTOCOL); in _nss_ldap_services2str()
|
H A D | getbootparams.c | 86 bparams = __ns_ldap_getAttrStruct(result->entry, _B_PARAMETER); in _nss_ldap_bootparams2str()
|
H A D | getrpcent.c | 86 names = __ns_ldap_getAttrStruct(result->entry, _R_NAME); in _nss_ldap_rpc2str()
|
H A D | getprotoent.c | 160 names = __ns_ldap_getAttrStruct(result->entry, _P_NAME); in _nss_ldap_protocols2str()
|
H A D | getnetent.c | 88 names = __ns_ldap_getAttrStruct(result->entry, _N_NAME); in _nss_ldap_networks2str()
|
H A D | getprinter.c | 113 attr = __ns_ldap_getAttrStruct(result->entry, "printer-aliases"); in _nss_ldap_printers2str()
|
H A D | getgrent.c | 147 members = __ns_ldap_getAttrStruct(result->entry, _G_MEM); in _nss_ldap_group2str()
|
H A D | gethostent.c | 167 names = __ns_ldap_getAttrStruct(entry, _H_NAME); in _nss_ldap_hosts2str_int()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | mapfile-vers | 52 __ns_ldap_getAttrStruct;
|
H A D | ns_sldap.h | 861 ns_ldap_attr_t *__ns_ldap_getAttrStruct(
|
H A D | ns_reads.c | 4117 __ns_ldap_getAttrStruct(const ns_ldap_entry_t *entry, const char *attrname) in __ns_ldap_getAttrStruct() function
|