Searched refs:O_TRUNC (Results 1 - 20 of 20) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h118 #ifndef O_TRUNC
119 #define O_TRUNC 01000 macro
H A Dyaffs_uboot_glue.c290 O_CREAT | O_RDWR | O_TRUNC,
390 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE);
H A Dyaffsfs.c810 /* O_TRUNC has no meaning if (O_CREAT | O_EXCL) is specified */
812 oflag &= ~(O_TRUNC);
982 if ((oflag & O_TRUNC) && fd->writing)
/u-boot/board/samsung/origen/tools/
H A Dmkorigenspl.c53 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM);
/u-boot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c51 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM);
/u-boot/tools/
H A Dsfspl.c111 fd = open(params->outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
H A Dmkexynosspl.c111 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM);
H A Dimagetool.c133 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY,
H A Dfit_common.c144 fd_dst = open(dst, O_WRONLY | O_CREAT | O_TRUNC, 0666);
H A Difdtool.c461 O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR |
498 new_fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR |
H A Dfit_image.c462 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666);
709 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, 0666);
H A Dmxsboot.c657 outfd = open(argv[offset + 2], O_CREAT | O_TRUNC | O_WRONLY,
H A Dmkimage.c529 O_RDWR|O_CREAT|O_TRUNC|O_BINARY, 0666);
/u-boot/tools/env/
H A Dfw_env_main.c253 lockfd = open(lockname, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/u-boot/scripts/dtc/
H A Dutil.c306 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/u-boot/scripts/kconfig/
H A Dconfdata.c986 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
999 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/u-boot/arch/sandbox/cpu/
H A Dos.c105 flags |= O_TRUNC;
/u-boot/common/
H A Dcli_hush.c149 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
H A Dcli_hush_upstream.c615 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
8501 * open("FILE", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 4
/u-boot/tools/buildman/
H A Dkconfiglib.py6390 sym_path, os.O_WRONLY | os.O_CREAT | os.O_TRUNC, 0o644))

Completed in 240 milliseconds