Searched refs:fs_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
140 fs_fp = NULL;
218 fs_fp = fopen (fs_file, "r");
219 if (!fs_fp) {
281 if (fs_fp) {
283 while (!feof (fs_fp)) {
284 len = fread (buf, 1, BUF_LEN, fs_fp);

Completed in 24 milliseconds