Searched refs:TYPE_INT (Results 1 – 4 of 4) sorted by relevance
291 if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) in VASNPRINTF()313 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) in VASNPRINTF()572 if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) in VASNPRINTF()578 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) in VASNPRINTF()665 case TYPE_INT: in VASNPRINTF()
233 REGISTER_ARG (dp->width_arg_index, TYPE_INT); in PRINTF_PARSE()291 REGISTER_ARG (dp->precision_arg_index, TYPE_INT); in PRINTF_PARSE()399 type = TYPE_INT; in PRINTF_PARSE()
46 TYPE_INT, enumerator
49 case TYPE_INT: in printf_fetchargs()