/third_party/glib/gio/tests/ |
D | dbus-launch.c | 34 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()
|
D | gsubprocess-testprog.c | 19 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/ |
D | timeloop-closure.c | 60 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/ |
D | timeloop.c | 59 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()
|
D | timeloop-basic.c | 58 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()
|
D | mainloop-test.c | 82 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/ |
D | r300_fs.h | 58 boolean write_all; member 91 return (fs->shader->write_all) ? TRUE : FALSE; in r300_fragment_shader_writes_all()
|
D | r300_fs.c | 456 shader->write_all = in r300_translate_fragment_shader()
|
/third_party/e2fsprogs/misc/ |
D | logsave.c | 57 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()
|
D | uuidd.c | 114 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/ |
D | daubechies_wavelet_plots.cpp | 38 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()
|
D | daubechies_plots.cpp | 39 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/ |
D | pager.c | 111 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/ |
D | datafiles.py | 57 _, write_all = _get_format_handlers('decls', fmt) 58 write_all(decls, outfile, backup=backup)
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 279 #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 …]
|
D | ntfsresize.c | 1844 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/ |
D | gspawn.c | 1188 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/ |
D | disk_cache_os.c | 377 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/ |
D | st_program.c | 1065 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/ |
D | e2fsck.h | 697 extern int write_all(int fd, char *buf, size_t count);
|
D | util.c | 736 int write_all(int fd, char *buf, size_t count) in write_all() function
|
D | unix.c | 598 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 928 boolean write_all = in blend_fallback() local 958 if (write_all) { in blend_fallback()
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 3202 f.write_all(b.finished_data()).unwrap(); in write_example_wire_data_to_file()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1949 - r600/sfn: Acquire the number of FS outputs and the write_all info early
|