Searched refs:findVal (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_ruleval.c | 959 findVal(char *name, __nis_rule_value_t *rv, __nis_mapping_item_type_t type) { in findVal() function 1003 if ((v = findVal("cname", rv, type)) != 0) in rvId() 1005 else if ((v = findVal("name", rv, type)) != 0) in rvId() 1007 else if ((v = findVal("key", rv, type)) != 0) in rvId() 1009 else if ((v = findVal("alias", rv, type)) != 0) in rvId() 1015 if ((v = findVal("dn", rv, type)) != 0) in rvId() 1017 else if ((v = findVal("cn", rv, type)) != 0) in rvId() 1041 if ((dn = findVal("dn", &rv[i], mit_ldap)) != 0) { in mergeRuleValueWithSameDN() 1043 if ((odn = findVal("dn", &rvq[j], in mergeRuleValueWithSameDN()
|
H A D | ldap_ruleval.h | 82 char *findVal(char *name, __nis_rule_value_t *rv,
|
H A D | ldap_map.c | 1152 value = findVal(x->index.name[i], rv, in verifyIndexMatch()
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 562 if (findVal(t->e->element.match.item[i].name, in addSplitFieldValues() 825 (str = findVal(N2LCOMMENT, rv, mit_nisplus)) != 0 && in ruleValueToDatum() 1369 if ((dn = findVal("dn", &frv[i], mit_ldap)) != 0) { in singleWriteToDIT() 1660 val = findVal("nisDomain", rv, mit_ldap); in makeNISObject()
|