Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dlocal.h60 unsigned char *_p; /* current position in (some) buffer */ member
256 static __inline int __sputc(int _c, FILE* _p) { in __sputc()