Searched defs:attrptr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | getexecattr.c | 126 ns_ldap_attr_t *attrptr; local 142 attrptr = entry->attr_pair[i]; 143 if (attrptr == NULL) { 146 if (strcasecmp(attrptr->attrname, _EXEC_NAME) == 0) { 147 if ((attrptr->attrvalue[0] == NULL) || 148 (len = strlen(attrptr->attrvalue[0])) < 1) { 156 (void) strcpy(exec->name, attrptr->attrvalue[0]); 159 if (strcasecmp(attrptr->attrname, _EXEC_POLICY) == 0) { 160 if ((attrptr->attrvalue[0] == NULL) || 161 (len = strlen(attrptr 360 ns_ldap_attr_t *attrptr; local [all...] |
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_common.c | 2211 * attrptr: A attribute which value appears in RDN 2236 __s_api_get_canonical_name(ns_ldap_entry_t *entry, ns_ldap_attr_t *attrptr, argument 2244 if (entry == NULL || attrptr == NULL) 2266 if (strcasecmp(token, attrptr->attrname) == 0) { 2281 for (i = 0; i < attrptr->value_count; i++) { 2282 if (attrptr->attrvalue[i] && 2284 attrptr->attrvalue[i]) == 0) { 2286 value = attrptr->attrvalue[i];
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 791 ns_ldap_attr_t *attrptr = NULL, local 801 attrptr = res->entry->attr_pair[i]; 802 if (strcasecmp(attrptr->attrname, "cn") == 0) 803 cn = attrptr; 804 else if (strcasecmp(attrptr->attrname, "iphostnumber") == 0) 805 iphostnumber = attrptr; 806 else if (strcasecmp(attrptr->attrname, "description") == 0) { 807 desc = attrptr; 1013 ns_ldap_attr_t *attrptr = NULL, *cn = NULL, *rpcnumber = NULL; local 1020 attrptr 1223 ns_ldap_attr_t *attrptr = NULL, *cn = NULL, *protocolnumber = NULL; local 1445 ns_ldap_attr_t *attrptr = NULL, *cn = NULL, *networknumber = NULL; local 1681 ns_ldap_attr_t *attrptr = NULL, *cn = NULL, *port = NULL; local [all...] |
Completed in 68 milliseconds