Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds