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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A D__towrite.c5 if (f->flags & (F_NOWR)) {
H A Dstdin.c8 .flags = F_PERM | F_NOWR,
H A D__fopen_rb_ca.c13 f->flags = F_NOWR | F_PERM;
H A D__fdopen.c33 f->flags = (*mode == 'r') ? F_NOWR : F_NORD;
52 if (!(f->flags & F_NOWR) && isatty(fd))
H A Dfmemopen.c108 f->flags = (*mode == 'r') ? F_NOWR : F_NORD;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h17 #define F_NOWR 8 macro

Completed in 28 milliseconds