Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c313 int *arg_type, wchar_t **last_fmt);
370 int arg_type[MAX_POS_ARGS]; in VFWPRINTF() local
523 arg_type, &saved_fmt)->val_##type) \ in VFWPRINTF()
611 arg_type[0] = -1; in VFWPRINTF()
1719 int *arg_type, in get_arg() argument
1888 arg_type[pos] = spec_type; in get_arg()
1919 if (arg_type[0] == -1) in get_arg()
1920 memset (arg_type, 0, sizeof (int) * MAX_POS_ARGS); in get_arg()
1925 if (arg_type[0] == -1) in get_arg()
1926 memset (arg_type, 0, sizeof (int) * MAX_POS_ARGS); in get_arg()
[all …]
Dvfprintf.c344 int *arg_type, char **last_fmt);
401 int arg_type[MAX_POS_ARGS]; in VFPRINTF() local
537 arg_type, &saved_fmt)->val_##type) \ in VFPRINTF()
642 arg_type[0] = -1; in VFPRINTF()
1795 int *arg_type, in get_arg() argument
1992 arg_type[pos] = spec_type; in get_arg()
2023 if (arg_type[0] == -1) in get_arg()
2024 memset (arg_type, 0, sizeof (int) * MAX_POS_ARGS); in get_arg()
2029 if (arg_type[0] == -1) in get_arg()
2030 memset (arg_type, 0, sizeof (int) * MAX_POS_ARGS); in get_arg()
[all …]