Searched refs:F_NOWR (Results 1 – 20 of 20) sorted by relevance
/third_party/musl/src/stdio/ |
D | ext.c | 22 return (f->flags & F_NOWR) || f->rend; in __freading() 32 return !(f->flags & F_NOWR); in __fwritable()
|
D | __fdopen.c | 27 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()
|
D | stdin.c | 10 .flags = F_PERM | F_NOWR,
|
D | __towrite.c | 6 if (f->flags & F_NOWR) { in __towrite()
|
D | __fopen_rb_ca.c | 13 f->flags = F_NOWR | F_PERM; in __fopen_rb_ca()
|
D | fopencookie.c | 115 if (!strchr(mode, '+')) f->f.flags = (*mode == 'r') ? F_NOWR : F_NORD; in fopencookie()
|
D | fmemopen.c | 114 if (!plus) f->f.flags = (*mode == 'r') ? F_NOWR : F_NORD; in fmemopen()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | __fdopen.c | 28 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen() 46 if (!(f->flags & F_NOWR)) in __fdopen()
|
D | __towrite.c | 6 if (f->flags & F_NOWR) { in __towrite()
|
D | stdin.c | 10 .flags = F_PERM | F_NOWR,
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | __fdopen.c | 28 if (!strchr(mode, '+')) f->flags = (*mode == 'r') ? F_NOWR : F_NORD; in __fdopen() 46 if (!(f->flags & F_NOWR)) in __fdopen()
|
D | __towrite.c | 6 if (f->flags & F_NOWR) { in __towrite()
|
D | stdin.c | 10 .flags = F_PERM | F_NOWR,
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | __fdopen.c | 29 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.c | 6 if (f->flags & F_NOWR) { in __towrite()
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | __fdopen.c | 65 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/ |
D | stdio_impl.h | 17 #define F_NOWR 8 macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | stdio_impl.h | 17 #define F_NOWR 8 macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | stdio_impl.h | 13 #define F_NOWR 8 macro
|
/third_party/musl/src/internal/ |
D | stdio_impl.h | 15 #define F_NOWR 8 macro
|