Lines Matching defs:type

58     __nis_mapping_item_t *item, __nis_mapping_item_type_t type);
64 __nis_mapping_item_type_t type);
650 for (n = 0; base[n].type != mmt_end; n++) {
651 if (base[n].type != mmt_item && base[n].type
653 if (base[n].type == mmt_berstring_null)
654 base[n].type = mmt_berstring;
728 elmnt[numSplits].type = me_match;
1022 * INPUT: the attribute value and mapping rule type
1075 next->rhs.element[0].type != me_split)) {
1133 * INPUT: the attribute value and mapping rule type
1205 e->type = me_item;
1235 * INPUT: the attribute value and mapping rule type
1277 for (n = 0; base[n].type != mmt_end; n++) {
1278 if (base[n].type != mmt_item &&
1279 base[n].type != mmt_berstring) {
1280 if (base[n].type == mmt_berstring_null)
1281 base[n].type = mmt_berstring;
1328 e->type = me_match;
1360 * INPUT: the attribute value and mapping rule type
1391 e[n].type = me_item;
1424 * INPUT: the attribute value and mapping rule type
1490 e->type = me_item;
1512 e->type = me_split;
1530 e->type = me_extract;
1581 * INPUT: the attribute value and mapping rule type
1612 for (n = 0; base[n].type != mmt_end; n++) {
1613 if (base[n].type != mmt_item &&
1614 base[n].type != mmt_berstring) {
1615 if (base[n].type == mmt_berstring_null)
1616 base[n].type = mmt_berstring;
1655 subElement->type == me_extract ||
1656 subElement->type == me_split) {
1660 if (subElement->type == me_item &&
1677 e->type = me_print;
1706 * INPUT: the attribute value and mapping rule type
1714 __nis_mapping_item_type_t type)
1747 item->type = mit_ldap;
1750 item->type = mit_nis;
1752 item->type = type;
1758 item->type = mit_ldap;
1760 item->type = type;
1776 if (item->type == mit_ldap) {
1789 } else if (item->type == mit_nis) {
1830 __nis_mapping_item_type_t type,
1848 for (n = 0; base[n].type != mmt_end; n++) {
1849 if (base[n].type != mmt_item && base[n].type != mmt_berstring) {
1850 if (base[n].type == mmt_berstring_null)
1851 base[n].type = mmt_berstring;
1875 s = get_mapping_item(s, end_s, &print_item[k++], type);
1898 &print_item[k++], type);
1917 * INPUT: the attribute value and mapping rule type
1925 __nis_mapping_item_type_t type)
1959 &subelement->element.item, type);
1962 subelement->type = me_item;
1982 s = get_mapping_item(begin_token, end_s, &item, type);
1993 subelement->type = me_item;
2021 type);
2059 subelement->type = me_split;
2090 s = get_print_sub_element(s, end_s, type, &sub);
2098 subelement->type = e_type;
2103 subelement->type = me_print;
2445 base->type = mmt_begin;
2455 base[n].type = mmt_end;
2472 if (base[n].type == mmt_item ||
2473 base[n].type == mmt_berstring)