Searched refs:fbuf_getc (Results 1 – 10 of 10) sorted by relevance
76 fbuf_getc (gfc_unit *u) in fbuf_getc() function
1314 q = fbuf_getc (dtp->u.p.current_unit); in read_x()1332 q2 = fbuf_getc (dtp->u.p.current_unit); in read_x()
214 c = fbuf_getc (dtp->u.p.current_unit); in next_char_default()326 c = fbuf_getc (dtp->u.p.current_unit); in next_char_utf8()344 gfc_char4_t n = fbuf_getc (dtp->u.p.current_unit); in next_char_utf8()
388 q = fbuf_getc (dtp->u.p.current_unit); in read_sf()406 q2 = fbuf_getc (dtp->u.p.current_unit); in read_sf()3831 cc = fbuf_getc (dtp->u.p.current_unit); in next_record_r()
1275 q = fbuf_getc (dtp->u.p.current_unit); in read_x()1293 q2 = fbuf_getc (dtp->u.p.current_unit); in read_x()
215 c = fbuf_getc (dtp->u.p.current_unit); in next_char_default()327 c = fbuf_getc (dtp->u.p.current_unit); in next_char_utf8()345 gfc_char4_t n = fbuf_getc (dtp->u.p.current_unit); in next_char_utf8()
388 q = fbuf_getc (dtp->u.p.current_unit); in read_sf()406 q2 = fbuf_getc (dtp->u.p.current_unit); in read_sf()3668 cc = fbuf_getc (dtp->u.p.current_unit); in next_record_r()
237 (fbuf_getc): Move inline function to fbuf.h.2306 (fbuf_getc): New inline function.2325 (next_char): Use new stream interface, use fbuf_getc() for external files.2356 interface, use fbuf_getc for spacing.
1026 * io/read.c (read_x): Re-implement using fbuf_getc.1259 * io/transfer.c (read_sf): Use fbuf_getptr and fbuf_getc to scan