Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dfcntl.h24 #ifndef O_APPEND
25 #define O_APPEND 00002000 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dfcntl.h36 #define O_APPEND _FAPPEND macro
59 #define _O_APPEND O_APPEND
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl.h38 #define O_APPEND 0x0008 macro
185 # define FAPPEND O_APPEND
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dfcntl.h12 #define O_APPEND 0x0008 macro
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c569 oflags = O_CREAT|O_APPEND; in MsFS_Fopen()
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13215 return filp_open(filename, O_RDWR|O_CREAT|O_APPEND, S_IRWXU | S_IRWXG | S_IRWXO); in AU_CUS_FileOpen()