Searched refs:lbf (Results 1 - 15 of 15) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dsetvbuf.c14 f->lbf = EOF;
19 f->lbf = '\n';
H A D__overflow.c7 if (f->wpos < f->wend && c != f->lbf) return *f->wpos++ = c;
H A D__stdout_write.c9 f->lbf = -1;
H A Dstderr.c9 .lbf = -1,
H A Dstdout.c9 .lbf = '\n',
H A Dvdprintf.c11 .fd = fd, .lbf = EOF, .write = wrap_write,
H A D__fdopen.c44 f->lbf = EOF;
46 f->lbf = '\n';
H A Dext.c37 return f->lbf >= 0;
H A Dfwrite.c12 if (f->lbf >= 0) {
H A Dvsnprintf.c41 .lbf = EOF,
H A Dvswprintf.c45 f.lbf = EOF;
H A Dopen_memstream.c82 f->lbf = EOF;
H A Dopen_wmemstream.c84 f->lbf = EOF;
H A Dfmemopen.c93 f->lbf = EOF;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dstdio_impl.h40 signed char lbf; member in struct:_IO_FILE
90 ( ((unsigned char)(c)!=(f)->lbf && (f)->wpos<(f)->wend) \

Completed in 42 milliseconds