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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/t2b/
H A Dt2b.c34 FILE *fp_s, *fp_d; local
46 if(((fp_s = fopen(argv[1], "r")) == NULL) || ((fp_d = fopen(dst_file, "w+")) == NULL)){
78 fwrite(x6, 1, sizeof(x6), fp_d);
84 fclose(fp_d);

Completed in 45 milliseconds