Searched refs:ftmp (Results 1 – 1 of 1) sorted by relevance
2368 FILE *ftmp; in tic54x_mlib() local2375 ftmp = fopen (fname, "w+b"); in tic54x_mlib()2376 fwrite ((void *) buf, size, 1, ftmp); in tic54x_mlib()2378 fwrite ("\n", 1, 1, ftmp); in tic54x_mlib()2379 fclose (ftmp); in tic54x_mlib()