• Home
  • Raw
  • Download

Lines Matching refs:bufend

1496 			*bufend,	/* End of buffer */  in cups_collection_string()  local
1503 bufend = buffer + bufsize - 1; in cups_collection_string()
1511 if (bufptr < bufend) in cups_collection_string()
1517 if (bufptr < bufend) in cups_collection_string()
1528 if (bufptr < bufend) in cups_collection_string()
1538 if (bufptr < bufend) in cups_collection_string()
1539 strlcpy(bufptr, "no", (size_t)(bufend - bufptr + 1)); in cups_collection_string()
1543 if (bufptr < bufend) in cups_collection_string()
1544 strlcpy(bufptr, mname, (size_t)(bufend - bufptr + 1)); in cups_collection_string()
1549 if (bufptr < bufend) in cups_collection_string()
1550 strlcpy(bufptr, mname, (size_t)(bufend - bufptr + 1)); in cups_collection_string()
1553 if (bufptr < bufend) in cups_collection_string()
1564 …bufptr += cups_collection_string(member, bufptr, bufptr < bufend ? (size_t)(bufend - bufptr + 1) :… in cups_collection_string()
1576 if (bufptr < bufend) in cups_collection_string()
1586 …bufptr += snprintf(bufptr, bufptr < bufend ? (size_t)(bufend - bufptr + 1) : 0, "%d", ippGetIntege… in cups_collection_string()
1590 if (bufptr < bufend) in cups_collection_string()
1599 if (bufptr < bufend) in cups_collection_string()
1605 if (bufptr < bufend) in cups_collection_string()
1611 if (bufptr < bufend) in cups_collection_string()
1630 if (bufptr < bufend) in cups_collection_string()
1631 strlcpy(bufptr, temp, (size_t)(bufend - bufptr + 1)); in cups_collection_string()
1650 if (bufptr < bufend) in cups_collection_string()
1651 strlcpy(bufptr, temp, (size_t)(bufend - bufptr + 1)); in cups_collection_string()
1666 if (bufptr < bufend) in cups_collection_string()
1667 strlcpy(bufptr, temp, (size_t)(bufend - bufptr + 1)); in cups_collection_string()
1683 if (bufptr < bufend) in cups_collection_string()
1692 if (bufptr < bufend) in cups_collection_string()
1698 if (bufptr < bufend) in cups_collection_string()
1704 if (bufptr < bufend) in cups_collection_string()
1717 if (bufptr < bufend) in cups_collection_string()