Searched defs:FILE_ARR_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c57 #define FILE_ARR_SIZE 256 macro
141 char tstr[FILE_ARR_SIZE];
142 char temp_str[FILE_ARR_SIZE];
147 char file_edit_threshold[FILE_ARR_SIZE];
148 char file_update_str[FILE_ARR_SIZE];
208 while (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL) {
252 if (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL) {
254 snprintf (temp_str, FILE_ARR_SIZE,
262 } while (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL);
331 char tstr[FILE_ARR_SIZE];
[all...]

Completed in 71 milliseconds