| /OK3568_Linux_fs/buildroot/package/duma/ |
| H A D | 0004-Fix-build-with-latest-glibc.patch | 18 - fd = open(DUMA_OUTPUT_FILE, O_APPEND|O_CREAT|O_WRONLY); 19 + fd = open(DUMA_OUTPUT_FILE, O_APPEND|O_CREAT|O_WRONLY, 0600);
|
| /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 | 58 #ifndef O_APPEND 59 # define O_APPEND 02000 macro 305 # define FAPPEND O_APPEND
|
| /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 | 58 #ifndef O_APPEND 59 # define O_APPEND 02000 macro 305 # define FAPPEND O_APPEND
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 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 | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 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 | 35 #ifndef O_APPEND 36 #define O_APPEND 00002000 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 34 #ifndef O_APPEND 35 #define O_APPEND 00002000 macro
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 121 #ifndef O_APPEND 122 #define O_APPEND 02000 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 5 #define O_APPEND 000000010 macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 11 #define O_APPEND 00010 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 5 #define O_APPEND 0x0008 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 14 #define O_APPEND 0x0008 macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | CVE-2019-13636.patch | 101 + int to_flags = O_WRONLY | O_APPEND | O_BINARY; 104 - if ((tofd = safe_open (to, O_WRONLY | O_BINARY | O_APPEND, 0)) < 0)
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch | 99 + int to_flags = O_WRONLY | O_APPEND | O_BINARY; 102 - if ((tofd = safe_open (to, O_WRONLY | O_BINARY | O_APPEND, 0)) < 0)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 454 #define O_APPEND 0x400 macro 642 #define O_APPEND 0x400 macro 826 #define O_APPEND 0x400 macro 1022 #define O_APPEND 0x400 macro 1224 #define O_APPEND 0x0008 macro 1424 #define O_APPEND 0x2000 macro
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | tomoyo.c | 294 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl() 297 O_WRONLY | (arg & O_APPEND)); in tomoyo_file_fcntl()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/libstd-rs/ |
| H A D | 0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch | 40 pub const O_APPEND: ::c_int = 1024;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | 43 fd = open(path, O_WRONLY | O_APPEND); in write_text() 518 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | file.c | 52 if (flags & O_APPEND) in ovl_open_realfile() 74 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) 89 if (((flags ^ file->f_flags) & O_APPEND) && IS_APPEND(inode)) in ovl_change_flags()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | update.c | 251 fd = open(CMD4RECOVERY_FILENAME, O_CREAT | O_RDWR | O_SYNC | O_APPEND, 0644); in ota_recovery_cmds() 257 fd = open(CMD4RECOVERY_UDISK_FILENAME, O_CREAT | O_RDWR | O_SYNC | O_APPEND, 0644); in ota_recovery_cmds()
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | file.h | 226 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | file.c | 54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_debugfs.c | 79 flags = O_RDWR | O_CREAT | O_APPEND; in rockchip_drm_dump_plane_buffer()
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs_user.c | 83 mode |= O_APPEND; in open_file()
|