Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dungetc.c43 static int __submore(FILE *);
52 __submore(FILE *fp) in __submore() function
132 if (fp->_r >= fp->_ub._size && __submore(fp)) in __ungetc()