Searched defs:_p (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | stdio.h | 101 unsigned char *_p; /* current position in (some) buffer */ member 144 unsigned char *_p; /* current position in (some) buffer */ member 693 _ELIDABLE_INLINE int _sputc( int _c, FILE *_p) { in _sputc() 760 #define getc(_p) _sgetc( _p) argument 761 #define putc(_c, _p) _sputc( _c, _p) argument
|
D | vfwscanf.c | 383 #define alloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFWSCANF() argument 401 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFWSCANF() argument
|
D | vfscanf.c | 464 #define alloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument 482 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument
|
D | local.h | 282 _ELIDABLE_INLINE int __swputc(int _c, FILE *_p) { in __swputc()
|