Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dsemihosting.c83 O_CREAT | O_TRUNC | O_APPEND; in semihosting_open()
94 case O_WRONLY | O_CREAT | O_APPEND: /* 'a' */ in semihosting_open()
103 case O_RDWR | O_CREAT | O_APPEND: /* 'a+' */ in semihosting_open()
/optee_os/lib/libutils/isoc/include/sys/
H A Dfcntl.h19 #define O_APPEND _FAPPEND macro