Home | History | Annotate | Download | only in scanf

Lines Matching refs:GET

81        Because funs->scan doesn't get the whole input it can't put the right
141 applied in system C libraries. Even GLIBC doesn't seem to get it
170 function call fun->get per character. The fscanf could use getc
196 #define GET(c) \
202 (c) = (*funs->get) (data); \
233 c = (*funs->get) (data);
259 GET (c);
271 GET (c);
280 GET (c);
303 GET (c);
321 GET (c);
353 GET (c);
445 it's not necessary to watch for EOF from funs->get, */
454 c = (funs->get) (data);
522 c = (funs->get) (data);