Searched refs:F_NORD (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dstdout.c8 .flags = F_PERM | F_NORD,
H A Dstderr.c8 .flags = F_PERM | F_NORD,
H A D__toread.c8 if (f->flags & F_NORD) {
H A D__fdopen.c33 f->flags = (*mode == 'r') ? F_NOWR : F_NORD;
H A Dfmemopen.c67 else if ((f->flags & F_NORD) && c->size)
108 f->flags = (*mode == 'r') ? F_NOWR : F_NORD;
H A Dopen_wmemstream.c82 f->flags = F_NORD;
H A Dopen_memstream.c79 f->flags = F_NORD;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h16 #define F_NORD 4 macro

Completed in 86 milliseconds