HomeSort by: relevance | last modified time | path
    Searched defs:fbuf_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
fbuf.h 56 extern char *fbuf_alloc (gfc_unit *, size_t);
57 internal_proto(fbuf_alloc); variable
fbuf.c 114 fbuf_alloc (gfc_unit *u, size_t len) function
118 fbuf_debug (u, "fbuf_alloc len %lu, ", (long unsigned) len);
231 space with fbuf_alloc(). So return error if that is
256 ptr = fbuf_alloc (u, *len);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
fbuf.h 56 extern char *fbuf_alloc (gfc_unit *, size_t);
57 internal_proto(fbuf_alloc); variable
fbuf.c 114 fbuf_alloc (gfc_unit *u, size_t len) function
118 fbuf_debug (u, "fbuf_alloc len %lu, ", (long unsigned) len);
231 space with fbuf_alloc(). So return error if that is
256 ptr = fbuf_alloc (u, *len);

Completed in 16 milliseconds