Searched refs:print_bytes (Results 1 - 6 of 6) sorted by relevance
/third_party/cups-filters/backend/ |
H A D | parallel.c | 285 ssize_t print_bytes, /* Print bytes read */ in drain_output() local 320 if ((print_bytes = read(print_fd, print_buffer, in drain_output() 333 print_bytes = 0; in drain_output() 335 else if (print_bytes == 0) in drain_output() 345 (int)print_bytes); in drain_output() 347 for (print_ptr = print_buffer; print_bytes > 0;) in drain_output() 349 if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0) in drain_output() 366 print_bytes -= bytes; in drain_output() 547 ssize_t print_bytes, /* Print bytes read */ in run_loop() local 612 for (print_bytes in run_loop() [all...] |
H A D | serial.c | 92 ssize_t print_bytes, /* Print bytes read */ in main() local 519 for (print_bytes = 0, print_ptr = print_buffer;;) in main() 526 if (!print_bytes) in main() 529 if (!print_bytes && !side_eof) in main() 533 if (print_bytes) in main() 575 if ((print_bytes = read(print_fd, print_buffer, print_size)) < 0) in main() 595 print_bytes = 0; in main() 597 else if (print_bytes == 0) in main() 614 if (print_bytes && FD_ISSET(device_fd, &output)) in main() 661 if ((bytes = write(device_fd, print_ptr, print_bytes)) < in main() 719 ssize_t print_bytes, /* Print bytes read */ drain_output() local [all...] |
/third_party/elfutils/tests/ |
H A D | sectiondump.c | 32 static void print_bytes (Elf_Data *data); 128 print_bytes (data); in handle_section() 141 print_bytes (Elf_Data *data) in print_bytes() function
|
/third_party/backends/backend/ |
H A D | hs2p-scsi.c | 66 print_bytes (const void *buf, size_t bufsize) in print_bytes() function 891 print_bytes (&msc.cmd, sizeof (msc.cmd)); in mode_select() 893 print_bytes (&msc.mp.hdr, sizeof (msc.mp.hdr)); in mode_select() 895 print_bytes (&msc.mp.page, msc.cmd.len); in mode_select() 957 print_bytes (&cmd, sizeof (cmd)); in mode_sense() 959 print_bytes (&msp.hdr, sizeof (msp.hdr)); in mode_sense() 961 print_bytes (&msp.page, sizeof (msp.page)); in mode_sense() 1035 print_bytes (&win.cmd, sizeof (win.cmd)); in set_window() 1037 print_bytes (&win.swd.hdr, sizeof (win.swd.hdr)); in set_window() 1039 print_bytes ( in set_window() [all...] |
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 659 unsigned bs, count, i, print_bytes; in do_read() local 687 print_bytes = atoi(argv[5]); in do_read() 688 if (print_bytes > buf_size) in do_read() 691 print_buf = xmalloc(print_bytes); in do_read() 714 memcpy(print_buf, buf, print_bytes); in do_read() 716 printf("Read %"PRIu64" bytes and print %u bytes:\n", read_cnt, print_bytes); in do_read() 718 for (i = 1; i <= print_bytes; i++) { in do_read()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 4401 print_bytes (size_t n, const unsigned char *bytes) in print_bytes() function 8376 print_bytes (val, readp); in print_form_data() 8386 print_bytes (val, readp); in print_form_data() 8396 print_bytes (val, readp); in print_form_data() 8406 print_bytes (val, readp); in print_form_data() 8413 print_bytes (16, readp); in print_form_data()
|
Completed in 20 milliseconds