Searched defs:_p (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | stdio.h | 85 unsigned char *_p; /* current position in (some) buffer */ member 135 unsigned char *_p; /* current position in (some) buffer */ member 696 _ELIDABLE_INLINE int _sputc( int _c, FILE *_p) { in _sputc() 763 #define getc(_p) _sgetc( _p) argument 764 #define putc(_c, _p) _sputc( _c, _p) argument
|
D | vfwscanf.c | 384 #define alloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFWSCANF() argument 402 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFWSCANF() argument
|
D | vfscanf.c | 460 #define alloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument 478 #define realloc_m_ptr(_type, _p, _p0, _p_p, _w) \ in _SVFSCANF() argument
|
D | local.h | 271 _ELIDABLE_INLINE int __swputc(int _c, FILE *_p) { in __swputc()
|