Searched refs:O_BINARY (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | compiler.h | 40 #ifndef O_BINARY /* should be define'd on __WIN32__ */ 41 #define O_BINARY 0 macro
|
| /rk3399_rockchip-uboot/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 | 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 | 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 | dumpimage.c | 132 ifd = open(params.imagefile, O_RDONLY|O_BINARY); in main()
|
| 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 | rkcommon.c | 633 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()
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib.c | 1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)
|