Searched refs:ftmp (Results 1 – 1 of 1) sorted by relevance
2343 FILE *ftmp; in tic54x_mlib() local2350 ftmp = fopen (fname, "w+b"); in tic54x_mlib()2351 fwrite ((void *) buf, size, 1, ftmp); in tic54x_mlib()2353 fwrite ("\n", 1, 1, ftmp); in tic54x_mlib()2354 fclose (ftmp); in tic54x_mlib()