Home
last modified time | relevance | path

Searched refs:_POINTER_INT (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dconfig.h100 #define _POINTER_INT short macro
108 #define _POINTER_INT short macro
138 #define _POINTER_INT short macro
177 #define _POINTER_INT short macro
191 #define _POINTER_INT __int20 macro
193 #define _POINTER_INT int macro
205 #define _POINTER_INT short macro
207 #define _POINTER_INT long macro
249 #ifndef _POINTER_INT
250 #define _POINTER_INT long macro
/picolibc-latest/newlib/libc/stdio/
Dsetvbuf.c108 if ((mode != _IOFBF && mode != _IOLBF) || (int)(_POINTER_INT) size < 0) in setvbuf()
/picolibc-latest/newlib/libc/misc/
D__dprintf.c153 l = (_POINTER_INT) va_arg (args, char *);
/picolibc-latest/newlib/
DChangeLog-201517169 (_POINTER_INT): Define to short.
23617 * libc/stdio/setvbuf (setvbuf): Cast pointers to _POINTER_INT
23621 * libc/stdlib/mallocr.c (_morecore_r): Use _POINTER_INT when
23626 first convert ints to _POINTER_INT to eliminate GCC warning.
23628 * libc/stdio/vfprintf.c (_vfprintf_r): Use _POINTER_INT when
23637 * libc/include/sys/config.h (_POINTER_INT): New macro, to give an
23640 * libc/misc/dprintf.c (__dprintf): Use _POINTER_INT when
23645 * libc/include/sys/config.h (_POINTER_INT): Define as short.