Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/musl/src/stdio/
A D__fdopen.c41 if (!(flags & O_APPEND)) in __fdopen()
42 fcntl(fd, F_SETFL, flags | O_APPEND); in __fdopen()
A D__fmodeflags.c21 flags |= O_APPEND; in __fmodeflags()
/third_party/ulib/musl/include/
A Dfcntl.h52 #define O_APPEND 0x00100000 macro
152 #define FAPPEND O_APPEND
/third_party/uapp/dash/src/
A Dshow.c356 #ifdef O_APPEND
398 #ifdef O_APPEND
400 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND);
A Dredir.c214 if ((f = open(fname, O_WRONLY|O_CREAT|O_APPEND, 0666)) < 0) in openredirect()

Completed in 7 milliseconds