OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:termchar
(Results
1 - 1
of
1
) sorted by null
/external/libjpeg-turbo/
rdswitch.c
42
read_text_integer (FILE *file, long *result, int *
termchar
)
44
/* Reads one trailing character after the integer; returns it in
termchar
*/
53
*
termchar
= ch;
59
*
termchar
= ch;
71
*
termchar
= ch;
94
int tblno, i,
termchar
;
local
104
while (read_text_integer(fp, &val, &
termchar
)) { /* read 1st element of table */
112
if (! read_text_integer(fp, &val, &
termchar
)) {
129
if (
termchar
!= EOF) {
143
read_scan_integer (FILE *file, long *result, int *
termchar
)
190
int scanno, ncomps,
termchar
;
local
[
all
...]
Completed in 2703 milliseconds