Searched refs:__fpending (Results 1 – 3 of 3) sorted by relevance
52 __fpending (FILE *__fp) { return __fp->_p - __fp->_bf._base; } in __fpending() function62 size_t __fpending (FILE *);72 #define __fpending(__fp) ((size_t) ((__fp)->_p - (__fp)->_bf._base)) macro
73 __fpending (FILE * fp) in __fpending() function
2645 (__fpending): Ditto.