Home
last modified time | relevance | path

Searched refs:F_NOWR (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/src/stdio/
Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
D__fdopen.c27 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
46 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) in __fdopen()
Dstdin.c10 .flags = F_PERM | F_NOWR,
D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
D__fopen_rb_ca.c13 f->flags = F_NOWR | F_PERM; in __fopen_rb_ca()
Dfopencookie.c115 if (!strchr(mode, '+')) f->f.flags = (*mode == 'r') ? F_NOWR : F_NORD; in fopencookie()
Dfmemopen.c114 if (!plus) f->f.flags = (*mode == 'r') ? F_NOWR : F_NORD; in fmemopen()
/third_party/musl/porting/uniproton/kernel/src/stdio/
D__fdopen.c28 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
46 if (!(f->flags & F_NOWR)) in __fdopen()
D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
Dstdin.c10 .flags = F_PERM | F_NOWR,
/third_party/musl/porting/liteos_m/kernel/src/stdio/
D__fdopen.c28 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
46 if (!(f->flags & F_NOWR)) in __fdopen()
D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
Dstdin.c10 .flags = F_PERM | F_NOWR,
/third_party/musl/porting/liteos_a/kernel/src/stdio/
D__fdopen.c29 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
50 if (!(f->flags & F_NOWR) && !ioctl(fd, TIOCGWINSZ, &wsz)) in __fdopen()
D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
/third_party/musl/porting/linux/user/src/stdio/
D__fdopen.c65 f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
87 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) { in __fdopen()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h17 #define F_NOWR 8 macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h17 #define F_NOWR 8 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h13 #define F_NOWR 8 macro
/third_party/musl/src/internal/
Dstdio_impl.h15 #define F_NOWR 8 macro