Home | History | Annotate | Download | only in cups

Lines Matching defs:bytes

302   ssize_t	bytes;			/* Bytes written */
327 bytes = 0;
332 if ((bytes = (ssize_t)write(fd, bufptr, (unsigned)buflength)) < 0)
334 if ((bytes = write(fd, bufptr, buflength)) < 0)
343 buflength -= (size_t)bytes;
344 bufptr += bytes;
347 status = bytes < 0 ? -1 : 0;
643 * Count the number of bytes that are required to hold all of the
748 DEBUG_printf(("2ppdEmitString: Allocating %d bytes for string...",