HomeSort by: relevance | last modified time | path
    Searched refs:_line_append (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/config/
config.c 374 static int _line_append(struct output_line *outline, const char *fmt, ...)
376 static int _line_append(struct output_line *outline, const char *fmt, ...) function
398 #define line_append(args...) do {if (!_line_append(outline, args)) {return_0;}} while (0)

Completed in 24 milliseconds