Lines Matching defs:type

20      FCHAR_T            The element type of the format string.
21 DCHAR_T The element type of the destination (result) string.
24 FCHAR_T and DCHAR_T are not the same type.
36 TCHAR_T The element type of the argument and result string
41 DCHAR_IS_TCHAR Set to 1 if DCHAR_T and TCHAR_T are the same type.
1505 arg_type type, int flags, size_t width, int has_precision,
1514 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT)
1522 if (type == TYPE_LONGINT || type == TYPE_ULONGINT)
1544 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT)
1552 if (type == TYPE_LONGINT || type == TYPE_ULONGINT)
1572 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT)
1580 if (type == TYPE_LONGINT || type == TYPE_ULONGINT)
1599 if (type == TYPE_LONGDOUBLE)
1625 if (type == TYPE_LONGDOUBLE)
1645 if (type == TYPE_WIDE_CHAR)
1654 if (type == TYPE_WIDE_STRING)
1849 if FCHAR_T and DCHAR_T are not the same type. */
1884 switch (a.arg[dp->arg_index].type)
1911 arg_type type = a.arg[dp->arg_index].type;
1926 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
1958 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
1980 switch (type)
2374 && a.arg[dp->arg_index].type != TYPE_WIDE_STRING
2376 && a.arg[dp->arg_index].type == TYPE_WIDE_STRING
2404 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2436 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2900 || a.arg[dp->arg_index].type == TYPE_DOUBLE
2903 || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE
2909 arg_type type = a.arg[dp->arg_index].type;
2929 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
2961 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
2984 if (type == TYPE_LONGDOUBLE)
3023 if (type == TYPE_LONGDOUBLE)
3394 || a.arg[dp->arg_index].type == TYPE_DOUBLE
3396 || (a.arg[dp->arg_index].type == TYPE_DOUBLE
3403 || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE
3405 || (a.arg[dp->arg_index].type == TYPE_LONGDOUBLE
3415 arg_type type = a.arg[dp->arg_index].type;
3436 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
3468 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
3500 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1);
3502 tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0);
3514 if (type == TYPE_LONGDOUBLE)
3530 if (type == TYPE_DOUBLE)
3572 if (type == TYPE_LONGDOUBLE)
4575 arg_type type = a.arg[dp->arg_index].type;
4615 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
4649 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
4714 MAX_ROOM_NEEDED (&a, dp->arg_index, dp->conversion, type,
4799 switch (type)
4875 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
4881 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
4957 switch (type)
5116 dp->conversion, type, flags,
5280 /* type = TYPE_CHAR or TYPE_WIDE_CHAR or TYPE_STRING