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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkchkimg.c130 FILE * out_fp, * kern_fp, * fs_fp; local
225 out_fp = fopen (output_file, "w+");
226 if (!out_fp) {
233 if (fwrite (buf, 1, header_len, out_fp) != header_len) {
267 if (fwrite (buf, len, 1, out_fp) != 1) {
288 if (fwrite (buf, len, 1, out_fp) != 1) {
316 rewind (out_fp);
317 if (fwrite (hdr, sizeof (struct chk_header), 1, out_fp) != 1) {
320 if (fwrite (board_id, strlen (board_id), 1, out_fp) != 1) {

Completed in 22 milliseconds