Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio64/
Dfopen64.c101 if (__stextmode (fp->_file)) in fopen64()
Dfdopen64.c97 if (__stextmode(fp->_file)) in fdopen64()
Dfreopen64.c233 if (__stextmode(fp->_file)) in freopen64()
/picolibc-latest/newlib/libc/stdio/
Dfopen.c154 if (__stextmode (fp->_file)) in fopen()
Dfdopen.c113 if (__stextmode (fp->_file)) in fdopen()
Dstdio.c137 __stextmode (int fd) in __stextmode() function
Dfreopen.c229 if (__stextmode (fp->_file)) in freopen()
Dfindfp.c95 if (__stextmode (ptr->_file)) in std()
Dlocal.h181 extern int __stextmode (int);
/picolibc-latest/newlib/
DChangeLog-201520693 * libc/stdio/stdio.c (__stextmode): new, see if file is text mode
20698 * libc/stdio/fopen.c: use __stextmode
20702 * libc/stdio/local.h: declare __stextmode