Home
last modified time | relevance | path

Searched refs:_up (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdio/
Drefill.c88 fp->_p = fp->_up; in __srefill()
Dlocal.h86 unsigned char *_up; /* saved _p when _p is doing ungetc data */ member
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetc.c137 fp->_up = fp->_p; in ungetc()