/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 31 #ifndef O_TRUNC 32 #define O_TRUNC 00001000 /* not fcntl */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 32 #ifndef O_TRUNC 33 #define O_TRUNC 00001000 /* not fcntl */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 32 #ifndef O_TRUNC 33 #define O_TRUNC 00001000 /* not fcntl */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 32 #ifndef O_TRUNC 33 #define O_TRUNC 00001000 /* not fcntl */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 22 #ifndef O_TRUNC 23 #define O_TRUNC 00001000 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 36 #ifndef O_TRUNC 37 #define O_TRUNC 00001000 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 36 #ifndef O_TRUNC 37 #define O_TRUNC 00001000 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 6 #define O_TRUNC 02000 /* not fcntl */ macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 6 #define O_TRUNC 02000 /* not fcntl */ macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 18 #define O_TRUNC 0x0200 /* not fcntl */ macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 8 #define O_TRUNC 0x0400 /* not fcntl */ macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 18 #define O_TRUNC 0x0200 /* not fcntl */ macro
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 8 #define O_TRUNC 0x0400 /* not fcntl */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 27 #define O_TRUNC 0x0200 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 27 #define O_TRUNC 0x0200 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/kernel/liteos_a/fs/proc/src/ |
H A D | proc_shellcmd.c | 73 handle = OpenProcFile(realPath, O_TRUNC); in OsShellCmdWriteProc()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | It_stdio_readv_001.cpp | 54 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 D | IO_test_008.cpp | 54 fd = open(file, O_CREAT | O_RDWR | O_TRUNC); in Testcase()
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 31 { O_TRUNC, "O_TRUNC" }, \
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | raw_tp_test_run.c | 35 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 D | fchmodat2_test.c | 32 ret = openat(dfd, "regfile", O_CREAT | O_WRONLY | O_TRUNC, 0644); in setup_testdir()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|