Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 - 25 of 172) sorted by relevance

1234567

/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h31 #ifndef O_TRUNC
32 #define O_TRUNC 00001000 /* not fcntl */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h32 #ifndef O_TRUNC
33 #define O_TRUNC 00001000 /* not fcntl */ macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h32 #ifndef O_TRUNC
33 #define O_TRUNC 00001000 /* not fcntl */ macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h32 #ifndef O_TRUNC
33 #define O_TRUNC 00001000 /* not fcntl */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h22 #ifndef O_TRUNC
23 #define O_TRUNC 00001000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h36 #ifndef O_TRUNC
37 #define O_TRUNC 00001000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h36 #ifndef O_TRUNC
37 #define O_TRUNC 00001000 macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dfcntl.h6 #define O_TRUNC 02000 /* not fcntl */ macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dfcntl.h6 #define O_TRUNC 02000 /* not fcntl */ macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dfcntl.h18 #define O_TRUNC 0x0200 /* not fcntl */ macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dfcntl.h8 #define O_TRUNC 0x0400 /* not fcntl */ macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dfcntl.h18 #define O_TRUNC 0x0200 /* not fcntl */ macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dfcntl.h8 #define O_TRUNC 0x0400 /* not fcntl */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h27 #define O_TRUNC 0x0200 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dfcntl.h27 #define O_TRUNC 0x0200 macro
/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/kernel/liteos_a/fs/proc/src/
H A Dproc_shellcmd.c73 handle = OpenProcFile(realPath, O_TRUNC); in OsShellCmdWriteProc()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_stdio_readv_001.cpp54 fd = open(pathname, O_CREAT | O_RDWR | O_TRUNC, 0666); // 0666, file authority in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/io/smoke/
H A DIO_test_008.cpp54 fd = open(file, O_CREAT | O_RDWR | O_TRUNC); in Testcase()
/kernel/linux/linux-6.6/include/trace/misc/
H A Dfs.h31 { O_TRUNC, "O_TRUNC" }, \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c35 comm_fd = open("/proc/self/comm", O_WRONLY|O_TRUNC); in test_raw_tp_test_run()
/kernel/linux/linux-6.6/tools/testing/selftests/fchmodat2/
H A Dfchmodat2_test.c32 ret = openat(dfd, "regfile", O_CREAT | O_WRONLY | O_TRUNC, 0644); in setup_testdir()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds

1234567