OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpline
(Results
1 - 3
of
3
) sorted by null
/external/libpng/contrib/gregbook/
wpng.c
161
char
tmpline
[80];
local
213
fgets(
tmpline
, 80, tmpfile);
215
sgi_gamma = atof(
tmpline
);
rpng-x.c
165
char
tmpline
[80];
local
202
fgets(
tmpline
, 80, infile);
204
sgi_gamma = atof(
tmpline
);
rpng2-x.c
295
char
tmpline
[80];
local
343
fgets(
tmpline
, 80, infile);
345
sgi_gamma = atof(
tmpline
);
[
all
...]
Completed in 114 milliseconds