Searched refs:__SCLE (Results 1 – 16 of 16) sorted by relevance
41 #ifdef __SCLE in __sread()43 if (fp->_flags & __SCLE) in __sread()49 #ifdef __SCLE in __sread()84 #ifdef __SCLE in __swrite()92 #ifdef __SCLE in __swrite()93 if (fp->_flags & __SCLE) in __swrite()99 #ifdef __SCLE in __swrite()136 #ifdef __SCLE
95 #ifdef __SCLE207 #ifdef __SCLE in fread()208 if (fp->_flags & __SCLE) in fread()232 #ifdef __SCLE in fread()233 if (fp->_flags & __SCLE) in fread()249 #ifdef __SCLE in fread()250 if (fp->_flags & __SCLE) in fread()
98 #ifdef __SCLE in perror()99 WRITE_STR ((fp->_flags & __SCLE) ? "\r\n" : "\n"); in perror()
154 #ifdef __SCLE in fopen()156 fp->_flags |= __SCLE; in fopen()
108 #ifdef __SCLE in fdopen()115 fp->_flags |= __SCLE; in fdopen()
162 #ifdef __SCLE in freopen()229 #ifdef __SCLE in freopen()231 fp->_flags |= __SCLE; in freopen()
115 #ifdef __SCLE in fgets()116 if (fp->_flags & __SCLE) in fgets()
248 # define __SCLE 0x4000 /* convert line endings CR/LF <-> NL */ macro665 #ifdef __SCLE681 if ((__p->_flags & __SCLE) && (__c == '\r')) in _sgetc()697 #ifdef __SCLE in _sputc()698 if ((_p->_flags & __SCLE) && _c == '\n') in _sputc()718 #ifdef __SCLE720 ((((__p)->_flags & __SCLE) && ((__c) == '\n')) \
95 #ifdef __SCLE in std()97 ptr->_flags |= __SCLE; in std()
70 #ifdef __SCLE in _sfvwrite()71 if (fp->_flags & __SCLE) /* text mode */ in _sfvwrite()
30 #ifdef __SCLE
60 #ifdef __SCLE in __swrite64()68 #ifdef __SCLE in __swrite64()69 if (fp->_flags & __SCLE) in __swrite64()75 #ifdef __SCLE in __swrite64()
104 #ifdef __SCLE in fopen64()106 fp->_flags |= __SCLE; in fopen64()
93 #ifdef __SCLE in fdopen64()100 fp->_flags |= __SCLE; in fdopen64()
164 #ifdef __SCLE in freopen64()232 #ifdef __SCLE in freopen64()234 fp->_flags |= __SCLE; in freopen64()
6618 * libc/include/stdio.h [__SCLE] (__sgetc_r): Prototype before define9953 [__SCLE]: Pull in setmode declaration.11937 * libc/stdio/freopen.c (_freopen_r) [__SCLE]: Fix typo.11938 * libc/stdio64/freopen64.c (_freopen64_r) [__SCLE]: Likewise.20529 used later (ifdef __SCLE)20701 * libc/stdio/findfp.c: set up __SCLE for std{in,out,err}20706 * libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLE20736 * libc/include/stdio.h (FILE): define __SCLE for "convert line20743 * libc/stdio/fread.c (fread): perform CRLF conversions if __SCLE