Searched refs:print_bytes (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/backend/
H A Drunloop.c48 ssize_t print_bytes, /* Print bytes read */ local
86 if ((print_bytes = read(print_fd, print_buffer,
100 print_bytes = 0;
102 else if (print_bytes == 0)
112 (int)print_bytes);
114 for (print_ptr = print_buffer; print_bytes > 0;)
116 if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0)
133 print_bytes -= bytes;
158 ssize_t print_bytes, /* Print bytes read */ local
220 for (print_bytes
[all...]
H A Dusb-libusb.c98 ssize_t print_bytes; /* Print bytes read */ member in struct:usb_globals_s
360 g.print_bytes = 0;
378 if (!g.print_bytes)
388 if (g.print_bytes)
447 if (g.drain_output && !nfds && !g.print_bytes)
460 g.print_bytes = read(print_fd, print_buffer, sizeof(print_buffer));
462 if (g.print_bytes < 0)
477 g.print_bytes = 0;
479 else if (g.print_bytes == 0)
491 (int)g.print_bytes);
[all...]
H A Dusb-darwin.c233 ssize_t print_bytes; /* Print bytes read */ member in struct:globals_s
546 g.print_bytes = 0;
564 if (!g.print_bytes)
574 if (g.print_bytes)
633 if (g.drain_output && !nfds && !g.print_bytes)
651 g.print_bytes = read(print_fd, print_buffer, g.debug_bytes);
654 g.print_bytes = read(print_fd, print_buffer, sizeof(print_buffer));
657 if (g.print_bytes < 0)
672 g.print_bytes = 0;
674 else if (g.print_bytes
[all...]
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Dprintdata.h49 print_bytes(const uint8_t * data, int len);
H A Dprintdata.c135 print_bytes(const uint8_t * data, int len) function
H A DEAPSIMAKAPersistentState.c591 print_bytes(persist->master_key, persist->master_key_size);
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dcheck-common.c158 print_bytes (unsigned const char *buf, size_t len) function
265 print_bytes ((unsigned char *)tests[i].bytes, tests[i].byte_len);
267 print_bytes (buf, sz);
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dutil.h140 void print_bytes(uint8_t * data, int len);
H A Dutil.c290 print_bytes(uint8_t * data, int len) function
H A Dsubnets.c194 print_bytes((void *)subnet->options[i].value,

Completed in 156 milliseconds