Lines Matching refs:base

605 	__nis_mapping_format_t  *base = NULL;
616 base = NULL;
642 if (!get_mapping_format(fmt_string, &base, &n, NULL, FALSE)) {
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;
687 free_mapping_format(base);
695 free_mapping_format(base);
703 free_mapping_format(base);
715 free_mapping_format(base);
724 free_mapping_format(base);
731 elmnt[numSplits].element.match.fmt = base;
733 base = NULL;
751 free_mapping_format(base);
768 if (base != NULL)
769 free_mapping_format(base);
844 next->read.base =
917 next->write.base =
1251 __nis_mapping_format_t *base = NULL;
1274 if (!get_mapping_format(fmt_string, &base, &n, NULL, FALSE))
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;
1331 e->element.match.fmt = base;
1345 if (base != NULL)
1346 free_mapping_format(base);
1597 __nis_mapping_format_t *base = NULL;
1604 if (!get_mapping_format(fmt_string, &base, &n,
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;
1678 e->element.print.fmt = base;
1687 if (base)
1688 free_mapping_format(base);
1735 * scope = "base" | "one" | "sub"
1839 __nis_mapping_format_t *base;
1843 base = sub->element.print.fmt;
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;
1934 __nis_mapping_format_t *base = NULL;
2067 if (!get_mapping_format(fmt_string, &base, &n, &numItems,
2088 sub.element.print.fmt = base;
2100 subelement->element.extract.fmt = base;
2104 subelement->element.print.fmt = base;
2116 if (base != NULL)
2117 free_mapping_format(base);
2295 * scope = "base" | "one" | "sub"
2336 /* base, one, or sub, or empty value */
2338 if ((s1 = skip_string("base", s, end_s - s)) != NULL) {
2392 triple->base = search_base;
2434 __nis_mapping_format_t *base = NULL;
2440 base = (__nis_mapping_format_t *)
2443 if (base == NULL)
2445 base->type = mmt_begin;
2450 base, (n + 1) * sizeof (__nis_mapping_format_t));
2454 base = b;
2455 base[n].type = mmt_end;
2459 *fmt = base;
2465 f = get_next_print_format_item(f, ef, &base[n]);
2467 f = get_next_extract_format_item(f, ef, &base[n]);
2472 if (base[n].type == mmt_item ||
2473 base[n].type == mmt_berstring)
2477 if (base != NULL)
2478 free_mapping_format(base);