| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/ |
| H A D | 0001-vulkancts.patch | 6 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 D | fcntl.h | 32 #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 D | fcntl.h | 32 #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 D | fcntl.h | 32 #ifndef O_TRUNC 33 #define O_TRUNC 00001000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 31 #ifndef O_TRUNC 32 #define O_TRUNC 00001000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 117 #ifndef O_TRUNC 118 #define O_TRUNC 01000 macro
|
| H A D | yaffs_uboot_glue.c | 287 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 D | fcntl-linux.h | 55 #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 D | fcntl-linux.h | 55 #ifndef O_TRUNC 56 # define O_TRUNC 01000 /* Not fcntl. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 6 #define O_TRUNC 02000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_TRUNC 0x0400 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 18 #define O_TRUNC 0x0200 /* not fcntl */ macro
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 80 + 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 D | CVE-2019-13636.patch | 68 - 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 D | 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch | 66 - 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 D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | mandatory-locking.rst | 99 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 D | libsox_i.c | 42 #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 D | file.c | 72 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 D | mksmdkv310spl.c | 52 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 D | mkorigenspl.c | 54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 453 #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 D | data.c | 54 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 D | execveat.c | 143 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 D | echo_auto_test.c | 47 fd = open(pcbatest_result_filename, O_CREAT | O_WRONLY | O_TRUNC); in pcba_test_result_rw()
|