Home
last modified time | relevance | path

Searched refs:text_getc (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Drdswitch.c25 text_getc (FILE *file) in text_getc() function
51 ch = text_getc(file); in read_text_integer()
64 while ((ch = text_getc(file)) != EOF) { in read_text_integer()
154 ch = text_getc(file); in read_scan_integer()