Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 25 of 123) sorted by relevance

12345

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/
H A Dbyacc-open.patch21 - fd = open(name, O_CREAT | O_EXCL | O_RDWR);
22 + fd = open(name, O_CREAT | O_EXCL | O_RDWR, 0666);
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* 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 Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* 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 Dfcntl.h26 #ifndef O_EXCL
27 #define O_EXCL 00000200 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */ macro
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyportenv.h113 #ifndef O_EXCL
114 #define O_EXCL 0200 macro
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddir.c326 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_do_create()
535 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) in cifs_atomic_open()
581 unsigned oflags = O_EXCL | O_CREAT | O_RDWR; in cifs_create()
/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.h49 #ifndef O_EXCL
50 # define O_EXCL 0200 /* 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 Dfcntl-linux.h49 #ifndef O_EXCL
50 # define O_EXCL 0200 /* Not fcntl. */ macro
/OK3568_Linux_fs/external/xserver/config/
H A Dwscons.c95 fd = open(WSCONS_KBD_DEVICE, O_RDWR | O_NONBLOCK | O_EXCL); in wscons_add_keyboard()
223 fd = open_device(devnamem O_RDWR | O_NONBLOCK | O_EXCL); in wscons_add_pointers()
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 000002000 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h7 #define O_EXCL 04000 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h9 #define O_EXCL 0x0800 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h19 #define O_EXCL 0x0400 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c133 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in mce_chrdev_open()
139 if (file->f_flags & O_EXCL) in mce_chrdev_open()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch11 with O_CREAT | O_EXCL to avoid following symlinks in that case as well.
69 + while ((fd = safe_open (bakname, O_CREAT | O_EXCL | O_WRONLY | O_TRUNC, 0666)) < 0)
/OK3568_Linux_fs/buildroot/package/patch/
H A D0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch11 with O_CREAT | O_EXCL to avoid following symlinks in that case as well.
67 + while ((fd = safe_open (bakname, O_CREAT | O_EXCL | O_WRONLY | O_TRUNC, 0666)) < 0)
H A D0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch64 - int exclusive = *outname_needs_removal ? 0 : O_EXCL;
119 + int exclusive = *outname_needs_removal ? 0 : O_EXCL;
H A D0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch23 int exclusive = *outname_needs_removal ? 0 : O_EXCL;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dmcelog.c79 (xen_mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in xen_mce_chrdev_open()
85 if (file->f_flags & O_EXCL) in xen_mce_chrdev_open()
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c34 (acpi_thermal_rel_chrdev_count && (file->f_flags & O_EXCL))) { in acpi_thermal_rel_open()
39 if (file->f_flags & O_EXCL) in acpi_thermal_rel_open()
/OK3568_Linux_fs/kernel/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c202 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue()
224 int flags = O_RDWR | O_EXCL | O_CREAT; in test_queue_fail()
/OK3568_Linux_fs/kernel/fs/coda/
H A Dfile.c203 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open()
236 unsigned short flags = (coda_file->f_flags) & (~O_EXCL); in coda_release()

12345