Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dcompiler.h40 #ifndef O_BINARY /* should be define'd on __WIN32__ */
41 #define O_BINARY 0 macro
/rk3399_rockchip-uboot/tools/
H A Dimagetool.c76 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 Dubsha1.c34 ifd = open (imagefile, O_RDWR|O_BINARY); in main()
H A Dfit_common.c48 fd = open(fname, O_RDWR | O_BINARY); in mmap_fdt()
H A Dmkimage.c375 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 Ddumpimage.c132 ifd = open(params.imagefile, O_RDONLY|O_BINARY); in main()
H A Daisimage.c186 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 Dfit_image.c182 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 Drkcommon.c633 dfd = open(file, O_RDONLY | O_BINARY); in copy_file()
H A Dimximage.c558 ifd = open(plugin_file, O_RDONLY|O_BINARY); in copy_plugin_code()
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)