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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmotorola-bin.c172 if ((fd = open(argv[3], O_CREAT|O_WRONLY|O_TRUNC,0644)) < 0
213 if ((fd = open(argv[3], O_CREAT|O_WRONLY|O_TRUNC,0644)) < 0
H A DR7600.c126 if ((fd = open(argv[2], O_CREAT|O_WRONLY|O_TRUNC,0644)) < 0
H A DR7800.c126 if ((fd = open(argv[2], O_CREAT|O_WRONLY|O_TRUNC,0644)) < 0
H A Dadd_header.c125 if ((fd = open(argv[3], O_CREAT|O_WRONLY|O_TRUNC,0644)) < 0
H A Dwndr3700.c137 if ((fd = open(argv[2], O_CREAT|O_WRONLY|O_TRUNC,0644)) < 0
H A Dmkbrncmdline.c104 if ((outfd = open(output_file, O_WRONLY|O_CREAT|O_TRUNC, 0644)) == -1)
H A Dmkbrnimg.c170 if ((outfd = open(output_file, O_WRONLY|O_CREAT|O_TRUNC, 0644)) == -1)
H A Dptgen.c157 if ((fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0644)) < 0) {
H A Dnand_ecc.c174 outfd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC, 0644);
H A Dwrt400n.c303 outfd = open(outputfilename, O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyportenv.h181 #ifndef O_TRUNC
182 #define O_TRUNC 01000 macro

Completed in 175 milliseconds