Searched refs:INT (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | vfscanf.c | 63 # define INT wint_t macro 77 # define INT int macro 101 INT unget; 111 static INT 114 INT c; in scanf_getc() 127 scanf_ungetc(INT c, FILE *stream, scanf_context_t *context) in scanf_ungetc() 143 INT i; in getmb() 256 INT i; in conv_int() 403 static INT skip_spaces (FILE *stream, scanf_context_t *context) in skip_spaces() 405 INT i; in skip_spaces() [all …]
|
/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 1751 spec_type = INT; in get_arg() 1843 spec_type = INT; in get_arg() 1876 spec_type = INT; in get_arg() 1902 case INT: in get_arg() 1928 arg_type[number] = INT; in get_arg() 1985 case INT: 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 1850 spec_type = INT; in get_arg() 1942 spec_type = INT; in get_arg() 1980 spec_type = INT; in get_arg() 2006 case INT: in get_arg() 2032 arg_type[number] = INT; in get_arg() 2089 case INT: in get_arg()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 536 macro's as these are not always the same as the INT variants. Used the 2091 (__u?int.*_t): Define via GCC provided __U?INT.*_TYPE__ if 2101 (U?INT.*(MIN|MAX)): Define via GCC provided __U?INT.*(MIN|MAX)__ 2103 (U?INT.*_C): Define via GCC provided __U?INT.*_C if available.
|