Searched refs:_line_append (Results 1 – 2 of 2) sorted by relevance
374 static int _line_append(struct output_line *outline, const char *fmt, ...)376 static int _line_append(struct output_line *outline, const char *fmt, ...) in _line_append() function398 #define line_append(args...) do {if (!_line_append(outline, args)) {return_0;}} while (0)
612 Correct a function name typo in _line_append error message.773 In _line_append, use "sizeof buf - 1" rather than equivalent "4095".