Searched refs:fbuf_alloc (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | fbuf.h | 56 extern char *fbuf_alloc (gfc_unit *, size_t); 57 internal_proto(fbuf_alloc);
|
H A D | fbuf.c | 114 fbuf_alloc (gfc_unit *u, size_t len) in fbuf_alloc() function 256 ptr = fbuf_alloc (u, *len); in fbuf_read()
|
H A D | unit.c | 890 char *p = fbuf_alloc (u, len); in finish_last_advance_record()
|
H A D | transfer.c | 316 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 D | fbuf.h | 56 extern char *fbuf_alloc (gfc_unit *, size_t); 57 internal_proto(fbuf_alloc);
|
H A D | fbuf.c | 114 fbuf_alloc (gfc_unit *u, size_t len) in fbuf_alloc() function 256 ptr = fbuf_alloc (u, *len); in fbuf_read()
|
H A D | unit.c | 891 char *p = fbuf_alloc (u, len); in finish_last_advance_record()
|
H A D | transfer.c | 316 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 D | ChangeLog-2014 | 471 * io/fbuf.c (fbuf_alloc): Use xrealloc.
|
H A D | ChangeLog-2009 | 232 (fbuf_alloc): Likewise. 2301 (fbuf_alloc): Change prototype. 2310 (fbuf_alloc): Simplify, don't flush, just realloc.
|
H A D | ChangeLog-2018 | 2175 (fbuf_alloc): Use size_t for length argument. 2184 (fbuf_alloc): Use size_t for length argument.
|
H A D | ChangeLog-2010 | 589 * io/transfer.c (read_sf_internal): Use fbuf_alloc to allocate a string
|
H A D | ChangeLog-2008 | 1121 (fbuf_alloc): If the request doesn't fit, don't waste memory by 1151 (fbuf_alloc): Likewise.
|