Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1724 int spec_type; in get_arg() local
1751 spec_type = INT; in get_arg()
1837 spec_type = LONG_INT; in get_arg()
1840 spec_type = QUAD_INT; in get_arg()
1843 spec_type = INT; in get_arg()
1857 spec_type = LONG_DOUBLE; in get_arg()
1860 spec_type = DOUBLE; in get_arg()
1868 spec_type = CHAR_PTR; in get_arg()
1873 spec_type = WIDE_CHAR; in get_arg()
1876 spec_type = INT; in get_arg()
[all …]
Dvfprintf.c1800 int spec_type; in get_arg() local
1850 spec_type = INT; in get_arg()
1936 spec_type = LONG_INT; in get_arg()
1939 spec_type = QUAD_INT; in get_arg()
1942 spec_type = INT; in get_arg()
1947 spec_type = LONG_INT; in get_arg()
1961 spec_type = LONG_DOUBLE; in get_arg()
1964 spec_type = DOUBLE; in get_arg()
1972 spec_type = CHAR_PTR; in get_arg()
1977 spec_type = WIDE_CHAR; in get_arg()
[all …]