Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 25 of 167) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A D0001-vulkancts.patch6 O_TRUNC value in OperationId enum collides with the macro O_TRUNC
8 O_TRUNC in this particular sourcefile before its is used in enums
31 +#ifdef O_TRUNC
32 +#undef O_TRUNC
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h32 #ifndef O_TRUNC
33 #define O_TRUNC 00001000 /* not fcntl */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h32 #ifndef O_TRUNC
33 #define O_TRUNC 00001000 /* not fcntl */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h32 #ifndef O_TRUNC
33 #define O_TRUNC 00001000 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h31 #ifndef O_TRUNC
32 #define O_TRUNC 00001000 /* not fcntl */ macro
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h117 #ifndef O_TRUNC
118 #define O_TRUNC 01000 macro
H A Dyaffs_uboot_glue.c287 O_CREAT | O_RDWR | O_TRUNC, in make_a_file()
387 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h55 #ifndef O_TRUNC
56 # define O_TRUNC 01000 /* Not fcntl. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h55 #ifndef O_TRUNC
56 # define O_TRUNC 01000 /* Not fcntl. */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h6 #define O_TRUNC 02000 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h8 #define O_TRUNC 0x0400 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h18 #define O_TRUNC 0x0200 /* not fcntl */ macro
/OK3568_Linux_fs/buildroot/package/bsdiff/
H A D0002-bspatch-adaption-to-embedded-system.patch80 + if(((fd=open(argv[2],O_CREAT|O_TRUNC|O_RDWR,0666))<0) ||
95 - if(((fd=open(argv[2],O_CREAT|O_TRUNC|O_WRONLY,0666))<0) ||
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch68 - while ((fd = safe_open (bakname, O_CREAT | O_WRONLY | O_TRUNC, 0666)) < 0)
69 + while ((fd = safe_open (bakname, O_CREAT | O_EXCL | O_WRONLY | O_TRUNC, 0666)) < 0)
/OK3568_Linux_fs/buildroot/package/patch/
H A D0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch66 - while ((fd = safe_open (bakname, O_CREAT | O_WRONLY | O_TRUNC, 0666)) < 0)
67 + while ((fd = safe_open (bakname, O_CREAT | O_EXCL | O_WRONLY | O_TRUNC, 0666)) < 0)
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmandatory-locking.rst99 O_TRUNC flag set should be rejected. The Linux implementation follows the SVID
100 definition, which is the "Right Thing", since only calls with O_TRUNC can
103 HP-UX even disallows open() with O_TRUNC for a file with advisory locks, not
141 4. Calls to open() with O_TRUNC, or to creat(), on a existing file that has
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dlibsox_i.c42 #define mkstemp(t) open(mktemp(t), MKTEMP_X|O_RDWR|O_TRUNC|O_CREAT, S_IREAD|S_IWRITE)
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dfile.c72 if (file->f_flags & O_TRUNC) in vboxsf_file_open()
78 if (file->f_flags & O_TRUNC) in vboxsf_file_open()
/OK3568_Linux_fs/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c52 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/OK3568_Linux_fs/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h453 #define O_TRUNC 0x200 macro
641 #define O_TRUNC 0x200 macro
825 #define O_TRUNC 0x200 macro
1021 #define O_TRUNC 0x200 macro
1227 #define O_TRUNC 0x0200 macro
1423 #define O_TRUNC 0x1000 macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddata.c54 ret = open(file->path, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR); in perf_data__create_dir()
273 fd = open(data->file.path, O_CREAT|O_RDWR|O_TRUNC|O_CLOEXEC, in open_file_write()
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dexecveat.c143 int out_fd = open(dest, O_RDWR|O_CREAT|O_TRUNC, 0755); in exe_cp()
390 fd = open("subdir.ephemeral/script", O_RDWR|O_CREAT|O_TRUNC, 0755); in prerequisites()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_auto_test.c47 fd = open(pcbatest_result_filename, O_CREAT | O_WRONLY | O_TRUNC); in pcba_test_result_rw()

1234567