| /OK3568_Linux_fs/kernel/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixmap.c | 20 #ifndef O_BINARY 21 #define O_BINARY 0 macro 70 fd = open(SYSTEM_MEMORY, O_RDONLY | O_BINARY); in acpi_os_map_memory()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | CVE-2019-13636.patch | 77 + int from_flags = O_RDONLY | O_BINARY; 81 - if ((fromfd = safe_open (from, O_RDONLY | O_BINARY, 0)) < 0) 94 tofd = create_file (to, O_WRONLY | O_BINARY | to_flags, mode, 101 + int to_flags = O_WRONLY | O_APPEND | O_BINARY; 104 - if ((tofd = safe_open (to, O_WRONLY | O_BINARY | O_APPEND, 0)) < 0)
|
| H A D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 61 - tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0); 62 + tmpfd = make_tempfile (&TMPEDNAME, 'e', NULL, O_RDWR | O_BINARY, 0);
|
| H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 54 + tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0);
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch | 75 + int from_flags = O_RDONLY | O_BINARY; 79 - if ((fromfd = safe_open (from, O_RDONLY | O_BINARY, 0)) < 0) 92 tofd = create_file (to, O_WRONLY | O_BINARY | to_flags, mode, 99 + int to_flags = O_WRONLY | O_APPEND | O_BINARY; 102 - if ((tofd = safe_open (to, O_WRONLY | O_BINARY | O_APPEND, 0)) < 0)
|
| H A D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 55 + tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0);
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | imagetool.c | 76 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, in imagetool_save_subimage() 101 fd = open(fname, O_RDONLY | O_BINARY); in imagetool_get_filesize()
|
| H A D | mkimage.c | 375 ifd = open (params.imagefile, O_RDONLY|O_BINARY); in main() 378 O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0666); in main() 431 dfd = open(params.datafile, O_RDONLY | O_BINARY); in main() 657 if ((dfd = open(datafile, O_RDONLY|O_BINARY)) < 0) { in copy_file()
|
| H A D | ubsha1.c | 34 ifd = open (imagefile, O_RDWR|O_BINARY); in main()
|
| H A D | fit_common.c | 48 fd = open(fname, O_RDWR | O_BINARY); in mmap_fdt()
|
| H A D | aisimage.c | 186 dfd = open(datafile, O_RDONLY|O_BINARY); in ais_alloc_buffer() 228 dfd = open(datafile, O_RDONLY|O_BINARY); in ais_copy_image()
|
| H A D | fit_image.c | 182 fd = open(fname, O_RDWR | O_BINARY); in fdt_property_file() 432 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666); in fit_build() 649 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666); in fit_import_data()
|
| H A D | dumpimage.c | 132 ifd = open(params.imagefile, O_RDONLY|O_BINARY); in main()
|
| H A D | rkcommon.c | 629 dfd = open(file, O_RDONLY | O_BINARY); in copy_file()
|
| H A D | imximage.c | 558 ifd = open(plugin_file, O_RDONLY|O_BINARY); in copy_plugin_code()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | compiler.h | 40 #ifndef O_BINARY /* should be define'd on __WIN32__ */ 41 #define O_BINARY 0 macro
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.h | 48 #define O_BINARY _O_BINARY macro 114 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/ |
| H A D | 0001-ext4_utils-remove-selinux-extensions.patch | 26 #define O_BINARY 0
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | system.h | 373 #ifndef O_BINARY 374 # define O_BINARY 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | system.h | 373 #ifndef O_BINARY 374 # define O_BINARY 0 macro
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 204 #ifndef O_BINARY 205 #define O_BINARY 0 macro
|
| /OK3568_Linux_fs/buildroot/package/elf2flt/ |
| H A D | 0003-elf2flt-handle-binutils-2.34.patch | 64 #define O_BINARY 0
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 41 #define SET_BINMODE(f) setmode(fileno(f), O_BINARY)
|
| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib.c | 1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)
|