Home
last modified time | relevance | path

Searched refs:O_TRUNC (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.h21 #ifndef O_TRUNC
22 #define O_TRUNC 00001000 /* not fcntl */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dfcntl.h38 #define O_TRUNC _FTRUNC macro
61 #define _O_TRUNC O_TRUNC
/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.h16 #define O_TRUNC 0x0200 /* not fcntl */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl.h43 #define O_TRUNC 0x0200 /* not fcntl */ macro
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c565 oflags = O_CREAT|O_TRUNC; in MsFS_Fopen()