Home
last modified time | relevance | path

Searched refs:ftmp (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c2368 FILE *ftmp; in tic54x_mlib() local
2375 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()