Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dfbuf.h56 extern char *fbuf_alloc (gfc_unit *, size_t);
57 internal_proto(fbuf_alloc);
H A Dfbuf.c114 fbuf_alloc (gfc_unit *u, size_t len) in fbuf_alloc() function
256 ptr = fbuf_alloc (u, *len); in fbuf_read()
H A Dunit.c890 char *p = fbuf_alloc (u, len); in finish_last_advance_record()
H A Dtransfer.c316 base = fbuf_alloc (dtp->u.p.current_unit, lorig); in read_sf_internal()
855 dest = fbuf_alloc (dtp->u.p.current_unit, length); in write_block()
4028 char *p = fbuf_alloc (dtp->u.p.current_unit, dtp->u.p.cc.len); in next_record_cc()
4208 char *p = fbuf_alloc (dtp->u.p.current_unit, len); in next_record_w()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfbuf.h56 extern char *fbuf_alloc (gfc_unit *, size_t);
57 internal_proto(fbuf_alloc);
H A Dfbuf.c114 fbuf_alloc (gfc_unit *u, size_t len) in fbuf_alloc() function
256 ptr = fbuf_alloc (u, *len); in fbuf_read()
H A Dunit.c891 char *p = fbuf_alloc (u, len); in finish_last_advance_record()
H A Dtransfer.c316 base = fbuf_alloc (dtp->u.p.current_unit, lorig); in read_sf_internal()
855 dest = fbuf_alloc (dtp->u.p.current_unit, length); in write_block()
3861 char *p = fbuf_alloc (dtp->u.p.current_unit, dtp->u.p.cc.len); in next_record_cc()
4039 char *p = fbuf_alloc (dtp->u.p.current_unit, len); in next_record_w()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2014471 * io/fbuf.c (fbuf_alloc): Use xrealloc.
H A DChangeLog-2009232 (fbuf_alloc): Likewise.
2301 (fbuf_alloc): Change prototype.
2310 (fbuf_alloc): Simplify, don't flush, just realloc.
H A DChangeLog-20182175 (fbuf_alloc): Use size_t for length argument.
2184 (fbuf_alloc): Use size_t for length argument.
H A DChangeLog-2010589 * io/transfer.c (read_sf_internal): Use fbuf_alloc to allocate a string
H A DChangeLog-20081121 (fbuf_alloc): If the request doesn't fit, don't waste memory by
1151 (fbuf_alloc): Likewise.