Lines Matching refs:bufend
1628 *bufend; /* End of buffer */ in do_config_server() local
1722 bufend = buffer + 2 * info.st_size - 1; in do_config_server()
1725 bufptr < bufend && (ch = cupsFileGetChar(cupsd)) != EOF;) in do_config_server()
3453 *bufend; /* End of buffer */ in get_option_value() local
3597 bufend = buffer + bufsize; in get_option_value()
3609 snprintf(bufptr, (size_t)(bufend - bufptr), "%s%s=", prefix, cparam->name); in get_option_value()
3626 snprintf(bufptr, (size_t)(bufend - bufptr), "%g", number); in get_option_value()
3636 snprintf(bufptr, (size_t)(bufend - bufptr), "%ld", integer); in get_option_value()
3654 snprintf(bufptr, (size_t)(bufend - bufptr), "%g%s", number, uval); in get_option_value()
3669 if ((bufptr + 2) > bufend) in get_option_value()
3672 bufend --; in get_option_value()
3675 while (*val && bufptr < bufend) in get_option_value()
3679 if ((bufptr + 1) >= bufend) in get_option_value()
3688 if (bufptr >= bufend) in get_option_value()
3693 bufend ++; in get_option_value()
3700 if (bufptr == buffer || (bufend - bufptr) < 2) in get_option_value()