Lines Matching refs:FCT_REQUIRED

55   FCT_REQUIRED,	/* The format argument list cannot end before this argument.  */
933 list->initial.element[0].presence = FCT_REQUIRED;
957 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED)
958 re->presence = FCT_REQUIRED;
1099 if (list->initial.element[i].presence == FCT_REQUIRED)
1208 if (re->presence == FCT_REQUIRED)
1237 if (e1->presence == FCT_REQUIRED)
1244 if (e2->presence == FCT_REQUIRED)
1255 == FCT_REQUIRED)
1265 == FCT_REQUIRED)
1298 if (re->presence == FCT_REQUIRED)
1347 ? list->initial.element[0].presence == FCT_REQUIRED
1349 && list->repeated.element[0].presence == FCT_REQUIRED)
1399 if (e1->presence == FCT_REQUIRED && e2->presence == FCT_REQUIRED)
1400 re->presence = FCT_REQUIRED;
1546 if (list1->repeated.element[0].presence == FCT_REQUIRED)
1557 if (list2->repeated.element[0].presence == FCT_REQUIRED)
1618 if (e1->presence == FCT_REQUIRED)
1658 if (e2->presence == FCT_REQUIRED)
1737 /* Turning FCT_REQUIRED into FCT_OPTIONAL was already handled in the
1753 /* Turning FCT_REQUIRED into FCT_OPTIONAL was already handled in the
1788 ? list->initial.element[0].presence == FCT_REQUIRED
1790 && list->repeated.element[0].presence == FCT_REQUIRED)
1795 ASSERT (list->initial.element[0].presence == FCT_REQUIRED);
1844 /* We'll check whether the first n+1 presence flags are FCT_REQUIRED. */
1851 if (list->initial.element[s].presence != FCT_REQUIRED)
1859 if (list->initial.element[s].presence != FCT_REQUIRED)
1872 if (list->repeated.element[s].presence != FCT_REQUIRED)
1880 if (list->repeated.element[s].presence != FCT_REQUIRED)
1886 /* The list->repeated segment consists only of FCT_REQUIRED. So,
1918 list->initial.element[i].presence = FCT_REQUIRED;
1970 if (n_presence == FCT_REQUIRED)
2226 if (list->initial.element[0].presence == FCT_REQUIRED)
2229 ASSERT (list->initial.element[0].presence == FCT_REQUIRED);
2247 if (list->initial.element[list->initial.count].presence == FCT_REQUIRED)
3334 case FCT_REQUIRED: