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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dseama.c424 FILE * ofh = NULL; local
478 ofh = fopen(output, "w");
479 if (!ofh) printf("SEAMA: unable to open '%s' for writting.\n",output);
486 fwrite(buf, sizeof(char), m, ofh);
489 fclose(ofh);

Completed in 23 milliseconds