Searched refs:F_APP (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dftell.c6 off_t pos = f->seek(f, 0, (f->flags & F_APP) && f->wpos > f->wbase ? SEEK_END : SEEK_CUR);
H A D__fdopen.c43 f->flags |= F_APP;
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h21 #define F_APP 128 macro

Completed in 83 milliseconds