Home
last modified time | relevance | path

Searched refs:F_SVB (Results 1 - 13 of 13) sorted by relevance

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

Completed in 3 milliseconds