Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dsetvbuf.c13 #if (__FLAG_FBF != 0) || (__FLAG_NBF != (2*__FLAG_LBF))
58 stream->__modeflags |= mode * __FLAG_LBF; /* and set new one. */ in setvbuf()
A D_stdio.c111 __FLAG_LBF|__FLAG_READONLY, \
117 __FLAG_LBF|__FLAG_WRITEONLY, \
261 _stdio_streams[0].__modeflags ^= __FLAG_LBF; in _stdio_init()
263 _stdio_streams[1].__modeflags ^= __FLAG_LBF; in _stdio_init()
A Dfflush.c76 unsigned short bufmask = __FLAG_LBF; in fflush_unlocked()
106 ^ (__FLAG_WRITING|__FLAG_LBF) in fflush_unlocked()
A D_fopen.c172 stream->__modeflags |= __FLAG_LBF; in _stdio_fopen()
A D_stdio.h322 #define __STDIO_STREAM_IS_LBF(S) ((S)->__modeflags & __FLAG_LBF)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h301 #define __FLAG_LBF 0x0100U macro

Completed in 7 milliseconds