| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/ |
| H A D | byacc-open.patch | 21 - 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 D | fcntl.h | 26 #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 D | fcntl.h | 26 #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 D | fcntl.h | 26 #ifndef O_EXCL 27 #define O_EXCL 00000200 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 25 #ifndef O_EXCL 26 #define O_EXCL 00000200 /* not fcntl */ macro
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 113 #ifndef O_EXCL 114 #define O_EXCL 0200 macro
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | dir.c | 326 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 D | fcntl-linux.h | 49 #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 D | fcntl-linux.h | 49 #ifndef O_EXCL 50 # define O_EXCL 0200 /* Not fcntl. */ macro
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | wscons.c | 95 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 D | fcntl.h | 7 #define O_EXCL 000002000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 7 #define O_EXCL 04000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 9 #define O_EXCL 0x0800 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 19 #define O_EXCL 0x0400 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | dev-mcelog.c | 133 (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 D | CVE-2019-13636.patch | 11 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 D | 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch | 11 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 D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 64 - int exclusive = *outname_needs_removal ? 0 : O_EXCL; 119 + int exclusive = *outname_needs_removal ? 0 : O_EXCL;
|
| H A D | 0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 23 int exclusive = *outname_needs_removal ? 0 : O_EXCL;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | watch_queue.h | 9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | mcelog.c | 79 (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 D | acpi_thermal_rel.c | 34 (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 D | mq_open_tests.c | 202 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 D | file.c | 203 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()
|