Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 25 of 98) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/package/duma/
H A D0004-Fix-build-with-latest-glibc.patch18 - 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 Dfcntl-linux.h58 #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 Dfcntl-linux.h58 #ifndef O_APPEND
59 # define O_APPEND 02000 macro
305 # define FAPPEND O_APPEND
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h35 #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 Dfcntl.h35 #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 Dfcntl.h35 #ifndef O_APPEND
36 #define O_APPEND 00002000 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h34 #ifndef O_APPEND
35 #define O_APPEND 00002000 macro
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h121 #ifndef O_APPEND
122 #define O_APPEND 02000 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 000000010 macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h11 #define O_APPEND 00010 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h5 #define O_APPEND 0x0008 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h14 #define O_APPEND 0x0008 macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch101 + 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 D0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch99 + 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 Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h454 #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 Dtomoyo.c294 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 D0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch40 pub const O_APPEND: ::c_int = 1024;
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dcgroup_util.c43 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 Dfile.c52 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 Dupdate.c251 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 Dfile.h226 if ((flags & O_APPEND) && (perms & MAY_WRITE)) in aa_map_file_to_perms()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfile.c54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.c79 flags = O_RDWR | O_CREAT | O_APPEND; in rockchip_drm_dump_plane_buffer()
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_user.c83 mode |= O_APPEND; in open_file()

1234