Searched refs:CHAR_PTR (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 1732 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enumerator 1868 spec_type = CHAR_PTR; in get_arg() 1905 case CHAR_PTR: in get_arg() 1973 case CHAR_PTR: in get_arg()
|
D | vfprintf.c | 1808 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enumerator 1972 spec_type = CHAR_PTR; in get_arg() 2009 case CHAR_PTR: in get_arg() 2077 case CHAR_PTR: in get_arg()
|