Home
last modified time | relevance | path

Searched refs:F_NOWR (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/porting/linux/user/src/stdio/
H A D__fmodeflags.c14 *flags = F_NOWR; in __fmodeflags()
36 *flags &= ~(F_NORD | F_NOWR); in __fmodeflags()
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
H A D__fdopen.c121 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) { in __fdopenx()
H A Dfmemopen.c114 if (!plus) f->f.flags = (*mode == 'r') ? F_NOWR : F_NORD; in fmemopen()
/third_party/musl/src/stdio/
H A D__fmodeflags.c14 *flags = F_NOWR; in __fmodeflags()
36 *flags &= ~(F_NORD | F_NOWR); in __fmodeflags()
H A Dext.c22 return (f->flags & F_NOWR) || f->rend; in __freading()
32 return !(f->flags & F_NOWR); in __fwritable()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
H A D__fopen_rb_ca.c15 f->flags = F_NOWR | F_PERM; in __fopen_rb_ca()
H A D__fdopen.c121 if (!(f->flags & F_NOWR) && !__syscall(SYS_ioctl, fd, TIOCGWINSZ, &wsz)) { in __fdopenx()
H A Dfopencookie.c115 if (!strchr(mode, '+')) f->f.flags = (*mode == 'r') ? F_NOWR : F_NORD; in fopencookie()
H A Dfmemopen.c129 if (!plus) f->f.flags = (*mode == 'r') ? F_NOWR : F_NORD; in fmemopen()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__fdopen.c28 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
46 if (!(f->flags & F_NOWR)) in __fdopen()
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__fdopen.c28 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen()
46 if (!(f->flags & F_NOWR)) in __fdopen()
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
H A Dstdin.c10 .flags = F_PERM | F_NOWR,
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A 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()
H A D__towrite.c6 if (f->flags & F_NOWR) { in __towrite()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h17 #define F_NOWR 8 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h13 #define F_NOWR 8 macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h17 #define F_NOWR 8 macro
/third_party/musl/src/internal/
H A Dstdio_impl.h17 #define F_NOWR 8 macro

Completed in 6 milliseconds

12