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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dtrx2edips.c112 FILE *fpOut = NULL; local
152 fpOut = fopen(argv[2], "wb+");
153 if (fpOut == NULL) {
167 fwrite(&eh, sizeof(struct edimax_header), 1, fpOut);
168 fwrite(buf, sizeof(char), length, fpOut);
169 fclose(fpOut);

Completed in 73 milliseconds