HomeSort by relevance Sort by last modified time
    Searched defs:datafile (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc0.c 176 FILE *datafile; /* file pointer to the open file */ local
179 * Try and open the datafile
181 if ((datafile = fopen(filename, "r")) == NULL)
185 * Read the first record of the datafile, then read until end-of-file
187 while (fgets(record, 80, datafile)) {
188 if (feof(datafile))
193 * Close the datafile
195 if (fclose(datafile))
sched_tc1.c 163 FILE *datafile; /* file pointer to the open file */ local
166 * Try and open the datafile
168 if ((datafile = fopen(filename, "r")) == NULL)
172 * Read the first record of the datafile, then read until end-of-file
174 while (fgets(record, 80, datafile)) {
175 if (feof(datafile))
180 * Close the datafile
182 if (fclose(datafile))
sched_driver.c 431 FILE *datafile; /* file pointer for temporary file */ local
455 if ((datafile = fopen("sch.measure", "r")) == NULL) {
462 fgets(temp, 50, datafile);
472 fgets(t2asc, 50, datafile);
479 if (fclose(datafile) != 0) {
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 216 milliseconds