Searched refs:__ns_ldap_getAttrStruct (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | getprojent.c | 112 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS); in _nss_ldap_proj2str() 134 groups = __ns_ldap_getAttrStruct(result->entry, _PROJ_GROUPS); in _nss_ldap_proj2str()
|
H A D | getservent.c | 155 names = __ns_ldap_getAttrStruct(result->entry, _S_NAME); in _nss_ldap_services2str() 180 protocol = __ns_ldap_getAttrStruct(result->entry, _S_PROTOCOL); in _nss_ldap_services2str()
|
H A D | getbootparams.c | 84 bparams = __ns_ldap_getAttrStruct(result->entry, _B_PARAMETER); in _nss_ldap_bootparams2str()
|
H A D | getgrent.c | 153 members = __ns_ldap_getAttrStruct(result->entry, _G_MEMUID); in _nss_ldap_group2str() 160 members = __ns_ldap_getAttrStruct(result->entry, _G_MEM_DN); in _nss_ldap_group2str()
|
H A D | getrpcent.c | 84 names = __ns_ldap_getAttrStruct(result->entry, _R_NAME); in _nss_ldap_rpc2str()
|
H A D | getnetent.c | 86 names = __ns_ldap_getAttrStruct(result->entry, _N_NAME); in _nss_ldap_networks2str()
|
H A D | getprotoent.c | 158 names = __ns_ldap_getAttrStruct(result->entry, _P_NAME); in _nss_ldap_protocols2str()
|
H A D | getprinter.c | 111 attr = __ns_ldap_getAttrStruct(result->entry, "printer-aliases"); in _nss_ldap_printers2str()
|
H A D | gethostent.c | 165 names = __ns_ldap_getAttrStruct(entry, _H_NAME); in _nss_ldap_hosts2str_int()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | mapfile-vers | 54 __ns_ldap_getAttrStruct;
|
H A D | ns_sldap.h | 868 ns_ldap_attr_t *__ns_ldap_getAttrStruct(
|
H A D | ns_reads.c | 4191 __ns_ldap_getAttrStruct(const ns_ldap_entry_t *entry, const char *attrname) in __ns_ldap_getAttrStruct() function
|