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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dcpu_frequency.h180 FILE *pstatent = fopen (scaling_freq_file, "r"); local
181 if (pstatent != NULL)
183 if (fgets (temp, 1024, pstatent) != NULL)
186 fclose (pstatent);
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dcpu_frequency.h180 FILE *pstatent = fopen (scaling_freq_file, "r"); local
181 if (pstatent != NULL)
183 if (fgets (temp, 1024, pstatent) != NULL)
186 fclose (pstatent);

Completed in 152 milliseconds