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 D | fcntl2.h | 49 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 D | mqueue2.h | 44 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () == 0) in mq_open()
|
| H A D | fcntl.h | 42 #define O_CREAT 0x0100 /* not fcntl */ macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/ |
| H A D | fcntl.h | 12 #ifndef O_CREAT 13 #define O_CREAT 00000100 /* not fcntl */ macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | fcntl.h | 37 #define O_CREAT _FCREAT macro 60 #define _O_CREAT O_CREAT
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 565 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 D | confdata.c | 736 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 D | fcntl.h | 15 #define O_CREAT 0x0100 /* not fcntl */ macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 622 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 D | apiAUDIO_v2_customer.c | 13215 return filp_open(filename, O_RDWR|O_CREAT|O_APPEND, S_IRWXU | S_IRWXG | S_IRWXO); in AU_CUS_FileOpen()
|