Lines Matching defs:size
33 size_t size = hpp->size;
105 * Restore original buf and size as it's where caller expects
109 hpp->size = size;
139 return snprintf(hpp->buf, hpp->size, " %*s", len - 1, "N/A");
308 return scnprintf(hpp->buf, hpp->size, "%*s", len, fmt->name);
314 ssize_t ssize = hpp->size;
321 ret = percent_color_len_snprintf(hpp->buf, hpp->size, fmt, len, percent);
330 ssize_t ssize = hpp->size;
334 ret = vsnprintf(hpp->buf, hpp->size, fmt, args);