Home
last modified time | relevance | path

Searched refs:raw_truncate (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c420 raw_truncate (unix_stream *s, gfc_offset length) in raw_truncate() function
504 .trunc = (void *) raw_truncate,
742 r = raw_truncate (s, length); in buf_truncate()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c420 raw_truncate (unix_stream *s, gfc_offset length) in raw_truncate() function
504 .trunc = (void *) raw_truncate,
742 r = raw_truncate (s, length); in buf_truncate()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2010792 * io/unix.c (raw_truncate): Explicit cast from integer-scalar
H A DChangeLog-200946 (raw_truncate): Use gfc_offset instead of off_t, add large file
2384 (raw_truncate): New function.
H A DChangeLog-20161205 (raw_truncate): Likewise.