Lines Matching defs:get_arg
3055 #define get_arg(type) \
3095 set_field_width(&spec, get_arg(int));
3099 set_precision(&spec, get_arg(int));
3112 c = (unsigned char) get_arg(char);
3159 str = pointer(fmt, str, end, get_arg(void *), spec);
3181 num = get_arg(long long);
3185 num = get_arg(unsigned long);
3188 num = get_arg(size_t);
3191 num = get_arg(ptrdiff_t);
3194 num = get_arg(unsigned char);
3197 num = get_arg(signed char);
3200 num = get_arg(unsigned short);
3203 num = get_arg(short);
3206 num = get_arg(unsigned int);
3209 num = get_arg(int);
3225 #undef get_arg