HomeSort by: relevance | last modified time | path
    Searched defs:fnotes (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 1782 FILE *fnotes; local
1784 fnotes = fopen (fname, NTXT ("w"));
1786 if (fnotes != NULL)
1788 (void) fprintf (fnotes, NTXT ("%s"), text);
1789 fclose (fnotes);
Experiment.cc 1782 FILE *fnotes; local
1784 fnotes = fopen (fname, NTXT ("w"));
1786 if (fnotes != NULL)
1788 (void) fprintf (fnotes, NTXT ("%s"), text);
1789 fclose (fnotes);
Experiment.cc 1782 FILE *fnotes; local
1784 fnotes = fopen (fname, NTXT ("w"));
1786 if (fnotes != NULL)
1788 (void) fprintf (fnotes, NTXT ("%s"), text);
1789 fclose (fnotes);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.cc 1782 FILE *fnotes; local
1784 fnotes = fopen (fname, NTXT ("w"));
1786 if (fnotes != NULL)
1788 (void) fprintf (fnotes, NTXT ("%s"), text);
1789 fclose (fnotes);
Experiment.cc 1782 FILE *fnotes; local
1784 fnotes = fopen (fname, NTXT ("w"));
1786 if (fnotes != NULL)
1788 (void) fprintf (fnotes, NTXT ("%s"), text);
1789 fclose (fnotes);
Experiment.cc 1782 FILE *fnotes; local
1784 fnotes = fopen (fname, NTXT ("w"));
1786 if (fnotes != NULL)
1788 (void) fprintf (fnotes, NTXT ("%s"), text);
1789 fclose (fnotes);

Completed in 1081 milliseconds