Home
last modified time | relevance | path

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

123

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dsetvbuf.c11 f->lbf = EOF; in setvbuf()
21 f->lbf = '\n'; in setvbuf()
H A D__fdopen.c49 f->lbf = EOF; in __fdopen()
51 f->lbf = '\n'; in __fdopen()
H A D__overflow.c7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
H A Dstdout.c13 .lbf = '\n',
H A Dstderr.c13 .lbf = -1,
H A D__stdout_write.c9 f->lbf = EOF; in __stdout_write()
/third_party/musl/src/stdio/
H A Dsetvbuf.c17 f->lbf = EOF; in setvbuf()
28 f->lbf = '\n'; in setvbuf()
H A D__fdopen.c120 f->lbf = EOF; in __fdopenx()
122 f->lbf = '\n'; in __fdopenx()
H A Dvdprintf.c6 .fd = fd, .lbf = EOF, .write = __stdio_write, in vdprintf()
H A D__overflow.c7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
H A Dstdout.c11 .lbf = '\n',
H A Dstderr.c11 .lbf = -1,
/third_party/musl/porting/linux/user/src/stdio/
H A Dsetvbuf.c13 f->lbf = EOF; in setvbuf()
24 f->lbf = '\n'; in setvbuf()
H A D__fdopen.c120 f->lbf = EOF; in __fdopenx()
122 f->lbf = '\n'; in __fdopenx()
H A D__stdout_write.c15 f->lbf = -1; in __stdout_write()
H A Dstderr.c11 .lbf = -1,
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__fdopen.c45 f->lbf = EOF; in __fdopen()
47 f->lbf = '\n'; in __fdopen()
H A D__stdout_write.c7 f->lbf = EOF; in __stdout_write()
H A D__overflow.c7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__fdopen.c45 f->lbf = EOF; in __fdopen()
47 f->lbf = '\n'; in __fdopen()
H A D__stdout_write.c7 f->lbf = EOF; in __stdout_write()
H A D__overflow.c7 if (f->wpos != f->wend && c != f->lbf) return *f->wpos++ = c; in __overflow()
H A Dstdout.c13 .lbf = '\n',
H A Dstderr.c13 .lbf = -1,
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h36 int lbf; member
100 ( (((unsigned char)(c)!=(f)->lbf && (f)->wpos!=(f)->wend)) \

Completed in 4 milliseconds

123