Home
last modified time | relevance | path

Searched refs:full_write (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/
Dfd-ostream.oo.c94 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE) in write_mem()
119 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE) in write_mem()
125 if (full_write (stream->fd, data, BUFSIZE) < BUFSIZE) in write_mem()
142 if (full_write (stream->fd, data, len) < len) in write_mem()
155 if (full_write (stream->fd, stream->buffer, filled) < filled) in flush()
Dterm-ostream.oo.c1205 if (full_write (out_fd, bytes, 1) < 1) in out_char()
1217 full_write (out_fd, bytes, 1); in out_char_unchecked()
1266 if (full_write (out_fd, bytes, 5) < 5) in out_color_change()
1285 if (full_write (out_fd, bytes, 5) < 5) in out_color_change()
1303 if (full_write (out_fd, bytes, p - bytes) < p - bytes) in out_color_change()
1323 if (full_write (out_fd, bytes, p - bytes) < p - bytes) in out_color_change()
1358 if (full_write (out_fd, bytes, p - bytes) < p - bytes) in out_color_change()
1413 if (full_write (out_fd, bytes, 5) < 5) in out_bgcolor_change()
1427 if (full_write (out_fd, bytes, 5) < 5) in out_bgcolor_change()
1435 if (full_write (out_fd, bytes, 6) < 6) in out_bgcolor_change()
[all …]
/third_party/gettext/gettext-tools/src/
Dmsgexec.c357 if (full_write (STDOUT_FILENO, str, len + 1) < len + 1) in process_string()
425 if (full_write (fd[0], newstr, len) < len) in process_string()
Durlget.c234 if (full_write (STDOUT_FILENO, buf, n_read) < n_read) in cat_file()
DChangeLog.0102 * msgexec.c (process_string): Change test of full_write return value.
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c121 static void full_write(int fd, const void *buf, size_t count) in full_write() function
844 full_write(dst_fd, src_addr, stbuf.st_size); in do_copy()
856 full_write(dst_fd, buf, ret); in do_copy()
/third_party/gettext/gnulib-local/lib/
DChangeLog.080 * copy-file.c (copy_file): Change test of full_write return value.
144 * full-write.h (full_write): Likewise.
145 * full-write.c (full_write): Likewise.