Lines Matching refs:optlength
3649 static size_t optlength = 0; /* Length of option buffer */ in get_options() local
3881 if (newlength > optlength || !options) in get_options()
3897 optlength = newlength; in get_options()
3985 strlcat(optptr, " ", optlength - (size_t)(optptr - options)); in get_options()
3989 strlcat(optptr, attr->name, optlength - (size_t)(optptr - options)); in get_options()
3990 strlcat(optptr, "=", optlength - (size_t)(optptr - options)); in get_options()
3996 strlcat(optptr, ",", optlength - (size_t)(optptr - options)); in get_options()
4004 snprintf(optptr, optlength - (size_t)(optptr - options), in get_options()
4010 strlcat(optptr, "no", optlength - (size_t)(optptr - options)); in get_options()
4012 strlcat(optptr, attr->name, optlength - (size_t)(optptr - options)); in get_options()
4017 snprintf(optptr, optlength - (size_t)(optptr - options) - 1, in get_options()
4020 snprintf(optptr, optlength - (size_t)(optptr - options) - 1, in get_options()
4026 snprintf(optptr, optlength - (size_t)(optptr - options) - 1, in get_options()
4053 snprintf(optptr, optlength - (size_t)(optptr - options) - 1, "%02X", *valptr & 255); in get_options()
4105 strlcpy(optptr, pwgppd->name, optlength - (size_t)(optptr - options)); in get_options()
4108 strlcpy(optptr, pwgppd->value, optlength - (size_t)(optptr - options)); in get_options()