Searched refs:__fwritable (Results 1 – 3 of 3) sorted by relevance
42 __fwritable (FILE *__fp) { return (__fp->_flags & (__SWR | __SRW)) != 0; } in __fwritable() function56 int __fwritable (FILE *);
93 __fwritable (FILE * fp) in __fwritable() function
1328 * libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.