Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetc.c39 static int __submore(FILE *);
47 __submore(FILE *fp) in __submore() function
112 if (fp->_r >= _UB(fp)._size && __submore(fp)) in ungetc()