Home
last modified time | relevance | path

Searched refs:_line_append (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.c374 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() function
398 #define line_append(args...) do {if (!_line_append(outline, args)) {return_0;}} while (0)
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW612 Correct a function name typo in _line_append error message.
773 In _line_append, use "sizeof buf - 1" rather than equivalent "4095".