Home
last modified time | relevance | path

Searched refs:raw_write (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c353 raw_write (unix_stream *s, const void *buf, ssize_t nbyte) in raw_write() function
500 .write = (void *) raw_write,
542 writelen = raw_write (s, s->buffer, s->ndirty); in buf_flush()
671 nbyte = raw_write (s, buf, nbyte); in buf_write()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c353 raw_write (unix_stream *s, const void *buf, ssize_t nbyte) in raw_write() function
500 .write = (void *) raw_write,
542 writelen = raw_write (s, s->buffer, s->ndirty); in buf_flush()
671 nbyte = raw_write (s, buf, nbyte); in buf_write()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20161201 (raw_write): Check for return value -1.
H A DChangeLog-20182284 (raw_write): Write no more than MAX_CHUNK bytes per iteration.
H A DChangeLog-20092381 (do_write): Rename to raw_write, update to new stream interface.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20174198 (regcache::raw_write): Likewise.
6201 * regcache.h (regcache::~regcache, regcache::raw_write)
7140 (regcache::raw_write): Use regcache_invalidator.
11880 (regcache::raw_write): New function.
11890 <raw_read, raw_write>: New.
12812 <raw_write>: Likewise.
H A DChangeLog-20182400 raw_read/raw_write.
9342 regcache::raw_write instead.
15088 (regcache::raw_write): Remove assert on m_readonly_p.
15132 (regcache::raw_write): Call raw_supply.
H A DChangeLog-201915979 (regcache::raw_write): Use make_scope_exit.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20174198 (regcache::raw_write): Likewise.
6201 * regcache.h (regcache::~regcache, regcache::raw_write)
7140 (regcache::raw_write): Use regcache_invalidator.
11880 (regcache::raw_write): New function.
11890 <raw_read, raw_write>: New.
12812 <raw_write>: Likewise.
H A DChangeLog-20182400 raw_read/raw_write.
9342 regcache::raw_write instead.
15088 (regcache::raw_write): Remove assert on m_readonly_p.
15132 (regcache::raw_write): Call raw_supply.
H A DChangeLog-201915979 (regcache::raw_write): Use make_scope_exit.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git54468 the same inferior switching code to raw_write too.