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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c124 char tmpline[80]; local
176 fgets(tmpline, 80, tmpfile);
178 sgi_gamma = atof(tmpline);
H A Drpng-x.c134 char tmpline[80]; local
171 fgets(tmpline, 80, infile);
173 sgi_gamma = atof(tmpline);
H A Drpng2-x.c240 char tmpline[80]; local
284 fgets(tmpline, 80, infile);
286 sgi_gamma = atof(tmpline);

Completed in 38 milliseconds