Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.h117 extern char *mem_alloc_w (stream *, size_t *);
118 internal_proto(mem_alloc_w);
H A Dunix.c851 mem_alloc_w (stream *strm, size_t *len) in mem_alloc_w() function
938 p = mem_alloc_w (s, &nb); in mem_write()
H A Dtransfer.c842 dest = mem_alloc_w (dtp->u.p.current_unit->s, &length); in write_block()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.h117 extern char *mem_alloc_w (stream *, size_t *);
118 internal_proto(mem_alloc_w);
H A Dunix.c851 mem_alloc_w (stream *strm, size_t *len) in mem_alloc_w() function
938 p = mem_alloc_w (s, &nb); in mem_write()
H A Dtransfer.c842 dest = mem_alloc_w (dtp->u.p.current_unit->s, &length); in write_block()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2009204 (mem_alloc_w): Likewise.
2289 (mem_alloc_w): New prototype.
2347 (write_block): Use mem_alloc_w for internal I/O.
2409 (mem_alloc_w_at): Rename to mem_alloc_w, change prototype.
H A DChangeLog-20182220 (mem_alloc_w): Likewise.
2230 (mem_alloc_w): Likewise.