Home
last modified time | relevance | path

Searched refs:fbuf_debug (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dfbuf.c61 fbuf_debug (gfc_unit *u, const char *format, ...) in fbuf_debug() function
76 fbuf_debug (gfc_unit *u __attribute__ ((unused)),
95 fbuf_debug (u, "fbuf_reset: "); in fbuf_reset()
102 fbuf_debug (u, "fbuf_reset seekval %ld, ", (long) seekval); in fbuf_reset()
118 fbuf_debug (u, "fbuf_alloc len %lu, ", (long unsigned) len); in fbuf_alloc()
144 fbuf_debug (u, "fbuf_flush with mode %d: ", mode); in fbuf_flush()
184 fbuf_debug (u, "fbuf_flush_list with mode %d: ", mode); in fbuf_flush_list()
225 fbuf_debug (u, "fbuf_seek, off %ld ", (long) off); in fbuf_seek()
253 fbuf_debug (u, "fbuf_read, len %lu: ", (unsigned long) *len); in fbuf_read()
260 fbuf_debug (u, "reading %lu bytes starting at %lu ", in fbuf_read()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dfbuf.c61 fbuf_debug (gfc_unit *u, const char *format, ...) in fbuf_debug() function
76 fbuf_debug (gfc_unit *u __attribute__ ((unused)),
95 fbuf_debug (u, "fbuf_reset: "); in fbuf_reset()
102 fbuf_debug (u, "fbuf_reset seekval %ld, ", (long) seekval); in fbuf_reset()
118 fbuf_debug (u, "fbuf_alloc len %lu, ", (long unsigned) len); in fbuf_alloc()
144 fbuf_debug (u, "fbuf_flush with mode %d: ", mode); in fbuf_flush()
184 fbuf_debug (u, "fbuf_flush_list with mode %d: ", mode); in fbuf_flush_list()
225 fbuf_debug (u, "fbuf_seek, off %ld ", (long) off); in fbuf_seek()
253 fbuf_debug (u, "fbuf_read, len %lu: ", (unsigned long) *len); in fbuf_read()
260 fbuf_debug (u, "reading %lu bytes starting at %lu ", in fbuf_read()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20182173 (fbuf_debug): Convert debug output to unsigned long.
H A DChangeLog-20092308 (fbuf_debug): New function.