Searched refs:optlength (Results 1 – 1 of 1) sorted by relevance
/external/libcups/scheduler/ |
D | job.c | 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() [all …]
|