Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dstdio.h101 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
Dvfwscanf.c383 #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
Dvfscanf.c464 #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
Dlocal.h282 _ELIDABLE_INLINE int __swputc(int _c, FILE *_p) { in __swputc()