Home
last modified time | relevance | path

Searched refs:write_all (Results 1 – 25 of 25) sorted by relevance

/third_party/glib/gio/tests/
Ddbus-launch.c34 write_all (const void *ptr, in write_all() function
74 write_all (addr, strlen (addr) + 1); in main()
75 write_all (&pid, sizeof (pid)); in main()
76 write_all (&window_id, sizeof (window_id)); in main()
Dgsubprocess-testprog.c19 write_all (int fd, in write_all() function
43 write_all (1, (guint8*)argv[i], strlen (argv[i])); in echo_mode()
44 write_all (1, (guint8*)"\n", 1); in echo_mode()
58 write_all (1, (guint8*)argv[i], strlen (argv[i])); in echo_stdout_and_stderr_mode()
59 write_all (1, (guint8*)"\n", 1); in echo_stdout_and_stderr_mode()
60 write_all (2, (guint8*)argv[i], strlen (argv[i])); in echo_stdout_and_stderr_mode()
61 write_all (2, (guint8*)"\n", 1); in echo_stdout_and_stderr_mode()
/third_party/glib/tests/gobject/
Dtimeloop-closure.c60 write_all (GIOChannel *channel, char *buf, int len) in write_all() function
87 write_all (out_channel, (char *)&val, sizeof (val)); in run_child()
92 write_all (out_channel, (char *)&val, sizeof (val)); in run_child()
96 write_all (out_channel, (char *)&val, sizeof (val)); in run_child()
118 write_all (dest, (char *)&val, sizeof(val)); in input_callback()
/third_party/glib/tests/
Dtimeloop.c59 write_all (GIOChannel *channel, char *buf, int len) in write_all() function
86 write_all (out_channel, (char *)&val, sizeof (val)); in run_child()
91 write_all (out_channel, (char *)&val, sizeof (val)); in run_child()
95 write_all (out_channel, (char *)&val, sizeof (val)); in run_child()
117 write_all (dest, (char *)&val, sizeof(val)); in input_callback()
Dtimeloop-basic.c58 write_all (int fd, char *buf, int len) in write_all() function
86 write_all (out_fd, (char *)&val, sizeof (val)); in run_child()
91 write_all (out_fd, (char *)&val, sizeof (val)); in run_child()
109 write_all (dest, (char *)&val, sizeof(val)); in input_callback()
Dmainloop-test.c82 write_all (GIOChannel *channel, char *buf, gsize len) in write_all() function
120 write_all (addr_data->dest, result, 32); in adder_callback()
226 write_all (in, buf1, 32); in do_add()
227 write_all (in, buf2, 32); in do_add()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_fs.h58 boolean write_all; member
91 return (fs->shader->write_all) ? TRUE : FALSE; in r300_fragment_shader_writes_all()
Dr300_fs.c456 shader->write_all = in r300_translate_fragment_shader()
/third_party/e2fsprogs/misc/
Dlogsave.c57 static int write_all(int fd, const char *buf, size_t count) in write_all() function
97 write_all(1, cp, d); in send_output()
107 write_all(outfd, buffer, c); in send_output()
327 write_all(outfd, outbuf, outbufsize); in main()
Duuidd.c114 static int write_all(int fd, char *buf, size_t count) in write_all() function
189 ret = write_all(s, op_buf, op_len); in call_daemon()
333 write_all(fd_pidfile, reply_buf, strlen(reply_buf)); in server_loop()
436 write_all(ns, (char *) &reply_len, sizeof(reply_len)); in server_loop()
437 write_all(ns, reply_buf, reply_len); in server_loop()
/third_party/boost/libs/math/example/daubechies_wavelets/
Ddaubechies_wavelet_plots.cpp38 daub.write_all(); in plot_psi()
59 daub.write_all(); in plot_dpsi()
82 daub.write_all(); in plot_convergence()
121 daub.write_all(); in plot_condition_number()
Ddaubechies_plots.cpp39 daub.write_all(); in plot_phi()
61 daub.write_all(); in plot_dphi()
87 daub.write_all(); in plot_convergence()
126 daub.write_all(); in plot_condition_number()
/third_party/e2fsprogs/lib/ss/
Dpager.c111 static int write_all(int fd, char *buf, size_t count) in write_all() function
151 write_all(1, buf, n); in ss_page_stdin()
/third_party/python/Tools/c-analyzer/c_parser/
Ddatafiles.py57 _, write_all = _get_format_handlers('decls', fmt)
58 write_all(decls, outfile, backup=backup)
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c279 #define write_all(f, p, n) io_all((f), (p), (n), 1) macro
846 if (write_all(&fd_out, &cmd, sizeof(cmd)) == -1)
851 && (write_all(&fd_out, buff, csize) == -1)) {
904 if (write_all(&fd_out, buf, sizeof(buf)) == -1)
919 if (write_all(&fd_out, buff, sizeof(buff)) == -1)
933 || write_all(&fd_out, &image_hdr, sizeof(image_hdr))
934 || write_all(&fd_out, alignment, alignsize))
967 || write_all(&fd_out, &image_hdr, sizeof(image_hdr))
968 || write_all(&fd_out, alignment, alignsize))
991 if (write_all(&fd_out, buf, csize) == -1)
[all …]
Dntfsresize.c1844 static int write_all(struct ntfs_device *dev, void *buf, int count) in write_all() function
1915 if (write_all(vol->dev, buff, vol->cluster_size) == -1) { in copy_clusters()
3809 && write_all(vol->dev, buf, vol->cluster_size)) { in copy_boot()
/third_party/glib/glib/
Dgspawn.c1188 write_all (gint fd, gconstpointer vbuf, gsize to_write) in write_all() function
1218 write_all (fd, &msg, sizeof(msg)); in write_err_and_exit()
1219 write_all (fd, &en, sizeof(en)); in write_err_and_exit()
2235 write_all (child_pid_report_pipe[1], &grandchild_pid, in fork_exec()
2269 write_all (child_pid_report_pipe[1], &grandchild_pid, sizeof(grandchild_pid)); in fork_exec()
/third_party/mesa3d/src/util/
Ddisk_cache_os.c377 write_all(int fd, const void *buf, size_t count) in write_all() function
734 int ret = write_all(fd, cache_blob.data, cache_blob.size); in disk_cache_write_item_to_disk()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c1065 GLboolean write_all = GL_FALSE; in st_translate_fragment_program() local
1260 write_all = GL_TRUE; in st_translate_fragment_program()
1297 if (write_all == GL_TRUE) in st_translate_fragment_program()
/third_party/e2fsprogs/e2fsck/
De2fsck.h697 extern int write_all(int fd, char *buf, size_t count);
Dutil.c736 int write_all(int fd, char *buf, size_t count) in write_all() function
Dunix.c598 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c928 boolean write_all = in blend_fallback() local
958 if (write_all) { in blend_fallback()
/third_party/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs3202 f.write_all(b.finished_data()).unwrap(); in write_example_wire_data_to_file()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1949 - r600/sfn: Acquire the number of FS outputs and the write_all info early