Home
last modified time | relevance | path

Searched defs:formatter (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dexport.c52 struct formatter { struct
53 struct dm_pool *mem; /* pv names allocated from here */
54 struct dm_hash_table *pv_names; /* dev_name -> pv_name (eg, pv1) */
56 union {
63 } data;
65 out_with_comment_fn out_with_comment;
66 nl_fn nl;
68 int indent; /* current level of indentation */
69 int error;
70 int header; /* 1 => comments at start; 0 => end */
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_help.cpp134 text::table_formatter formatter; in general_help() local
184 text::table_formatter formatter; in subcommand_help() local
/netbsd-src/external/bsd/mdocml/dist/
H A Dmandocd.c121 void *formatter; in main() local
247 process(struct mparse *parser, enum outt outtype, void *formatter) in process()
/netbsd-src/external/bsd/kyua-cli/dist/utils/format/
H A Dformatter.cpp209 format::formatter::formatter(const std::string& format, in formatter() function in format::formatter
226 format::formatter::formatter(const std::string& format) : in formatter() function in format::formatter
H A Dformatter.hpp77 class formatter { class
H A Dformatter_test.cpp95 #define EQ(expected, formatter) ATF_REQUIRE_EQ(expected, (formatter).str()) argument
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui_test.cpp281 text::table_formatter formatter; in ATF_TEST_CASE_BODY() local
311 text::table_formatter formatter; in ATF_TEST_CASE_BODY() local
H A Dui.cpp214 text::table_formatter formatter, in out_table()
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable_test.cpp57 const text::table_formatter& formatter, in table_formatter_check()