get_arg
return get_arg(offset);
return get_arg(offset) | ((offset >> 16) & 0xff) << 8;
set_field_width(&spec, get_arg(int));
set_precision(&spec, get_arg(int));
c = (unsigned char) get_arg(char);
str = pointer(fmt.str, str, end, get_arg(void *), spec);
num = get_arg(long long);
num = convert_num_spec(get_arg(int), fmt.size, spec);
err = get_arg(p, opt, flags, NULL);
err = get_arg(p, opt, flags, (const char **)opt->value);
if (get_arg(p, opt, flags, &arg))
if (get_arg(p, opt, flags, &arg))
if (get_arg(p, opt, flags, &arg))
if (get_arg(p, opt, flags, &arg))
if (get_arg(p, opt, flags, &arg))
if (get_arg(p, opt, flags, &arg))