Lines Matching defs:get_arg
3229 #define get_arg(type) \
3269 set_field_width(&spec, get_arg(int));
3273 set_precision(&spec, get_arg(int));
3286 c = (unsigned char) get_arg(char);
3333 str = pointer(fmt, str, end, get_arg(void *), spec);
3355 num = get_arg(long long);
3359 num = get_arg(unsigned long);
3362 num = get_arg(size_t);
3365 num = get_arg(ptrdiff_t);
3368 num = get_arg(unsigned char);
3371 num = get_arg(signed char);
3374 num = get_arg(unsigned short);
3377 num = get_arg(short);
3380 num = get_arg(unsigned int);
3383 num = get_arg(int);
3399 #undef get_arg