Lines Matching refs:type
13 unsigned int type : 8; /* format_type enum */ member
406 spec.type = FORMAT_TYPE_PTR; in special_hex_number()
920 if (spec->type == FORMAT_TYPE_WIDTH) { in format_decode()
925 spec->type = FORMAT_TYPE_NONE; in format_decode()
930 if (spec->type == FORMAT_TYPE_PRECISION) { in format_decode()
934 spec->type = FORMAT_TYPE_NONE; in format_decode()
939 spec->type = FORMAT_TYPE_NONE; in format_decode()
989 spec->type = FORMAT_TYPE_WIDTH; in format_decode()
1004 spec->type = FORMAT_TYPE_PRECISION; in format_decode()
1030 spec->type = FORMAT_TYPE_CHAR; in format_decode()
1034 spec->type = FORMAT_TYPE_STR; in format_decode()
1038 spec->type = FORMAT_TYPE_PTR; in format_decode()
1042 spec->type = FORMAT_TYPE_PERCENT_CHAR; in format_decode()
1077 spec->type = FORMAT_TYPE_INVALID; in format_decode()
1082 spec->type = FORMAT_TYPE_LONG_LONG; in format_decode()
1085 spec->type = FORMAT_TYPE_ULONG + (spec->flags & SIGN); in format_decode()
1087 spec->type = FORMAT_TYPE_SIZE_T; in format_decode()
1089 spec->type = FORMAT_TYPE_PTRDIFF; in format_decode()
1092 spec->type = FORMAT_TYPE_UBYTE + (spec->flags & SIGN); in format_decode()
1095 spec->type = FORMAT_TYPE_USHORT + (spec->flags & SIGN); in format_decode()
1098 spec->type = FORMAT_TYPE_UINT + (spec->flags & SIGN); in format_decode()
1158 switch (spec.type) { in vsnprintf()
1229 switch (spec.type) { in vsnprintf()