OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:height_token
(Results
1 - 1
of
1
) sorted by null
/external/libpng/contrib/pngminus/
pnm2png.c
197
char
height_token
[16];
local
231
get_token(pnm_file,
height_token
);
232
sscanf (
height_token
, "%lu", &height);
252
get_token(pnm_file,
height_token
);
253
sscanf (
height_token
, "%lu", &height);
293
get_token(alpha_file,
height_token
);
294
sscanf (
height_token
, "%lu", &alpha_height);
Completed in 46 milliseconds