Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/stdio/
D__stdout_write.c6 if (!(f->flags & F_SVB)) { in __stdout_write()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
D__stdout_write.c6 if (!(f->flags & F_SVB)) { in __stdout_write()
/third_party/musl/src/stdio/
D__stdout_write.c8 if (!(f->flags & F_SVB) && __syscall(SYS_ioctl, f->fd, TIOCGWINSZ, &wsz)) in __stdout_write()
Dsetvbuf.c26 f->flags |= F_SVB; in setvbuf()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
D__stdout_write.c8 if (!(f->flags & F_SVB) && ioctl(f->fd, TIOCGWINSZ, &wsz)) in __stdout_write()
Dsetvbuf.c26 f->flags |= F_SVB; in setvbuf()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h20 #define F_SVB 64 macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h20 #define F_SVB 64 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h16 #define F_SVB 64 macro
/third_party/musl/src/internal/
Dstdio_impl.h18 #define F_SVB 64 macro