Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl2.h49 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1) in open()
81 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1) in open64()
125 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1) in openat()
159 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1) in openat64()
H A Dmqueue2.h44 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () == 0) in mq_open()
H A Dfcntl.h42 #define O_CREAT 0x0100 /* not fcntl */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dfcntl.h12 #ifndef O_CREAT
13 #define O_CREAT 00000100 /* not fcntl */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dfcntl.h37 #define O_CREAT _FCREAT macro
60 #define _O_CREAT O_CREAT
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c565 oflags = O_CREAT|O_TRUNC; in MsFS_Fopen()
569 oflags = O_CREAT|O_APPEND; in MsFS_Fopen()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c736 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
756 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); in conf_split_config()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dfcntl.h15 #define O_CREAT 0x0100 /* not fcntl */ macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c622 if (SEM_FAILED == (pMutexMutex = sem_open(MUTEX_MUTEX_NAME, O_CREAT | O_EXCL, 0666, 1))) in MsOS_Init()
3426 if (SEM_FAILED == (pMutexShm = sem_open(SHM_MUTEX_NAME, O_CREAT | O_EXCL, 0666, 1))) in MsOS_SHM_Init()
/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()