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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.cc1778 FILE *fnotes; local
1780 fnotes = fopen (fname, NTXT ("w"));
1782 if (fnotes != NULL)
1784 (void) fprintf (fnotes, NTXT ("%s"), text);
1785 fclose (fnotes);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.cc1780 FILE *fnotes; local
1782 fnotes = fopen (fname, NTXT ("w"));
1784 if (fnotes != NULL)
1786 (void) fprintf (fnotes, NTXT ("%s"), text);
1787 fclose (fnotes);

Completed in 242 milliseconds