Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dstdio.h85 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
Dvfwscanf.c384 #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
Dvfscanf.c460 #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
Dlocal.h271 _ELIDABLE_INLINE int __swputc(int _c, FILE *_p) { in __swputc()