/third_party/glib/tests/gobject/ |
D | timeloop-closure.c | 36 read_all (GIOChannel *channel, char *buf, int len) in read_all() function 88 read_all (in_channel, (char *)&val, sizeof (val)); in run_child() 110 if (!read_all (source, (char *)&val, sizeof(val))) in input_callback()
|
/third_party/glib/tests/ |
D | timeloop.c | 35 read_all (GIOChannel *channel, char *buf, int len) in read_all() function 87 read_all (in_channel, (char *)&val, sizeof (val)); in run_child() 109 if (!read_all (source, (char *)&val, sizeof(val))) in input_callback()
|
D | timeloop-basic.c | 35 read_all (int fd, char *buf, int len) in read_all() function 87 read_all (in_fd, (char *)&val, sizeof (val)); in run_child() 101 if (!read_all (source, (char *)&val, sizeof(val))) in input_callback()
|
D | gio-test.c | 62 read_all (int fd, in read_all() function 136 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb); in recv_message() 156 error = read_all (fd, channel, (gchar *) &nbytes, sizeof (nbytes), &nb); in recv_message() 176 error = read_all (fd, channel, buf, nbytes, &nb); in recv_message()
|
D | mainloop-test.c | 58 read_all (GIOChannel *channel, char *buf, gsize len) in read_all() function 112 if (!read_all (source, buf1, 32) || in adder_callback() 113 !read_all (source, buf2, 32)) in adder_callback() 238 if (!read_all (source, result, 32)) in adder_response()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
D | .gitignore | 1 read_all
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | datafiles.py | 49 read_all, _ = _get_format_handlers('decls', fmt) 50 for decl, _ in read_all(infile):
|
/third_party/e2fsprogs/misc/ |
D | uuidd.c | 90 static ssize_t read_all(int fd, char *buf, size_t count) in read_all() function 197 ret = read_all(s, (char *) &reply_len, sizeof(reply_len)); in call_daemon() 210 ret = read_all(s, (char *) buf, reply_len); in call_daemon() 359 if (read_all(ns, (char *) &num, sizeof(num)) != 4) in server_loop()
|
/third_party/python/Lib/test/ |
D | test_telnetlib.py | 206 data = telnet.read_all() 318 txt = telnet.read_all() 345 txt = telnet.read_all() 367 txt = telnet.read_all()
|
/third_party/ltp/runtest/ |
D | fs | 72 read_all_dev read_all -d /dev -p -q -r 3 73 read_all_proc read_all -d /proc -q -r 3 74 read_all_sys read_all -d /sys -q -r 3
|
/third_party/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 435 static ssize_t read_all(int fd, char *buf, size_t count) in read_all() function 553 ret = read_all(s, (char *) &reply_len, sizeof(reply_len)); in get_uuid_via_daemon() 560 ret = read_all(s, op_buf, reply_len); in get_uuid_via_daemon()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 278 #define read_all(f, p, n) io_all((f), (p), (n), 0) macro 723 if (read_all(fd, buff, bytes_per_sector) == -1) { 740 if (read_all(fd, buff, csize) == -1) { 791 if (read_all(fd, buff, csize) == -1) { 1039 if (read_all(&fd_in, &cmd, sizeof(cmd)) == -1) { 1054 if (read_all(&fd_in, &lecount, 1060 if (read_all(&fd_in, &count, 2392 if (read_all(&fd_in, &image_hdr, NTFSCLONE_IMG_HEADER_SIZE_OLD) == -1) 2430 if (read_all(&fd_in, &offset_to_image_data, 2450 if (read_all(&fd_in, dummy_buf, delta) == -1)
|
D | ntfsresize.c | 1822 static int read_all(struct ntfs_device *dev, void *buf, int count) in read_all() function 1906 if (read_all(vol->dev, buff, vol->cluster_size) == -1) { in copy_clusters() 3274 ok = !read_all(vol->dev, expand->mft_bitmap in get_mft_bitmap() 3804 if (!read_all(vol->dev, buf, vol->cluster_size)) { in copy_boot()
|
/third_party/mesa3d/src/util/ |
D | disk_cache_os.c | 362 read_all(int fd, void *buf, size_t count) in read_all() function 548 int ret = read_all(fd, data, sb.st_size); in disk_cache_load_item()
|
/third_party/python/Doc/library/ |
D | telnetlib.rst | 82 .. method:: Telnet.read_all() 255 print(tn.read_all().decode('ascii'))
|
/third_party/ffmpeg/libavformat/ |
D | rmdec.c | 125 AVStream *st, RMStream *ast, int read_all) in rm_read_audio_stream_info() argument 223 if (read_all) { in rm_read_audio_stream_info() 310 if (read_all) { in rm_read_audio_stream_info()
|
/third_party/python/Lib/ |
D | telnetlib.py | 331 def read_all(self): member in Telnet
|