Searched refs:INT (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | vfscanf.c | 51 #define INT wint_t macro 60 #define INT int macro 68 static INT 71 INT c = GETC(stream); in scanf_getc() 77 static INT 78 scanf_ungetc(INT c, FILE *stream, int *lenp) in scanf_ungetc() 109 INT i; in conv_int() 177 INT i; in conv_brk() 254 static INT skip_spaces (FILE *stream, int *lenp) in skip_spaces() 256 INT i; in skip_spaces() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | vfwprintf.c | 1734 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enumerator 1753 spec_type = INT; in get_arg() 1845 spec_type = INT; in get_arg() 1878 spec_type = INT; in get_arg() 1904 case INT: in get_arg() 1930 arg_type[number] = INT; in get_arg() 1987 case INT: in get_arg()
|
D | vfprintf.c | 1813 enum types { INT, LONG_INT, QUAD_INT, CHAR_PTR, DOUBLE, LONG_DOUBLE, WIDE_CHAR }; in get_arg() enumerator 1855 spec_type = INT; in get_arg() 1947 spec_type = INT; in get_arg() 1985 spec_type = INT; in get_arg() 2011 case INT: in get_arg() 2037 arg_type[number] = INT; in get_arg() 2094 case INT: in get_arg()
|
/picolibc-3.7.0-3.6.0/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.
|