Searched refs:unp_out_fp (Results 1 – 2 of 2) sorted by relevance
72 FILE *unp_out_fp = NULL; in main() local136 unp_out_fp = fopen(UNPARSED_OUTPUT_FILE, "wb"); in main()137 if (NULL == unp_out_fp) { in main()179 bytes_avail, 1, unp_out_fp); in main()180 fflush(unp_out_fp); in main()292 if (unp_out_fp) { in main()293 fflush(unp_out_fp); in main()294 fclose(unp_out_fp); in main()
86 FILE *unp_out_fp = NULL; local218 unp_out_fp = fopen(filename, "wb");219 if (NULL == unp_out_fp) {271 fwrite((void *)((unsigned char *)buf + bytes_rem), bytes_avail, 1, unp_out_fp);272 fflush(unp_out_fp);389 if (unp_out_fp) {390 fflush(unp_out_fp);391 fclose(unp_out_fp);