Searched refs:utils (Results 1 - 25 of 523) sorted by relevance

1234567891011>>

/freebsd-current/contrib/kyua/utils/
H A Dstacktrace.hpp29 /// \file utils/stacktrace.hpp
37 #include "utils/datetime_fwd.hpp"
38 #include "utils/fs/path_fwd.hpp"
39 #include "utils/optional_fwd.hpp"
40 #include "utils/process/executor_fwd.hpp"
41 #include "utils/process/status_fwd.hpp"
43 namespace utils { namespace
47 extern utils::datetime::delta gdb_timeout;
49 utils::optional< utils
[all...]
H A Dpasswd_fwd.hpp29 /// \file utils/passwd_fwd.hpp
30 /// Forward declarations for utils/passwd.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dunits_fwd.hpp29 /// \file utils/units_fwd.hpp
30 /// Forward declarations for utils/units.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dauto_array_fwd.hpp29 /// \file utils/auto_array_fwd.hpp
30 /// Forward declarations for utils/auto_array.hpp
35 namespace utils { namespace
41 } // namespace utils
/freebsd-current/contrib/kyua/utils/process/
H A DMakefile.am.inc29 libutils_a_SOURCES += utils/process/child.cpp
30 libutils_a_SOURCES += utils/process/child.hpp
31 libutils_a_SOURCES += utils/process/child.ipp
32 libutils_a_SOURCES += utils/process/child_fwd.hpp
33 libutils_a_SOURCES += utils/process/deadline_killer.cpp
34 libutils_a_SOURCES += utils/process/deadline_killer.hpp
35 libutils_a_SOURCES += utils/process/deadline_killer_fwd.hpp
36 libutils_a_SOURCES += utils/process/exceptions.cpp
37 libutils_a_SOURCES += utils/process/exceptions.hpp
38 libutils_a_SOURCES += utils/proces
[all...]
H A Disolation.hpp29 /// \file utils/process/isolation.hpp
38 #include "utils/fs/path_fwd.hpp"
39 #include "utils/optional_fwd.hpp"
40 #include "utils/passwd_fwd.hpp"
42 namespace utils { namespace
49 void isolate_child(const utils::optional< utils::passwd::user >&,
50 const utils::fs::path&);
52 void isolate_path(const utils::optional< utils
[all...]
H A Dchild_fwd.hpp29 /// \file utils/process/child_fwd.hpp
30 /// Forward declarations for utils/process/child.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dstatus_fwd.hpp29 /// \file utils/process/status_fwd.hpp
30 /// Forward declarations for utils/process/status.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Ddeadline_killer_fwd.hpp29 /// \file utils/process/deadline_killer_fwd.hpp
30 /// Forward declarations for utils/process/deadline_killer.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dsystembuf_fwd.hpp29 /// \file utils/process/systembuf_fwd.hpp
30 /// Forward declarations for utils/process/systembuf.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dfdstream_fwd.hpp29 /// \file utils/process/fdstream_fwd.hpp
30 /// Forward declarations for utils/process/fdstream.hpp
35 namespace utils { namespace
43 } // namespace utils
/freebsd-current/contrib/kyua/cli/
H A Dcmd_help.hpp36 #include "utils/cmdline/commands_map_fwd.hpp"
45 const utils::cmdline::options_vector* _options;
48 const utils::cmdline::commands_map< cli_command >* _commands;
51 cmd_help(const utils::cmdline::options_vector*,
52 const utils::cmdline::commands_map< cli_command >*);
54 int run(utils::cmdline::ui*, const utils::cmdline::parsed_cmdline&,
55 const utils::config::tree&);
H A Dconfig.hpp38 #include "utils/cmdline/options_fwd.hpp"
39 #include "utils/cmdline/parser_fwd.hpp"
40 #include "utils/config/tree_fwd.hpp"
45 extern const utils::cmdline::path_option config_option;
46 extern const utils::cmdline::property_option variable_option;
49 utils::config::tree load_config(const utils::cmdline::parsed_cmdline&,
/freebsd-current/contrib/kyua/utils/config/
H A Dparser_fwd.hpp29 /// \file utils/config/parser_fwd.hpp
30 /// Forward declarations for utils/config/parser.hpp
35 namespace utils { namespace
43 } // namespace utils
/freebsd-current/contrib/kyua/utils/text/
H A Dtemplates_fwd.hpp29 /// \file utils/text/templates_fwd.hpp
30 /// Forward declarations for utils/text/templates.hpp
35 namespace utils { namespace
43 } // namespace utils
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dcommands_map_fwd.hpp29 /// \file utils/cmdline/commands_map_fwd.hpp
30 /// Forward declarations for utils/cmdline/commands_map.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dui_fwd.hpp29 /// \file utils/cmdline/ui_fwd.hpp
30 /// Forward declarations for utils/cmdline/ui.hpp
35 namespace utils { namespace
43 } // namespace utils
/freebsd-current/contrib/kyua/utils/fs/
H A Dpath_fwd.hpp29 /// \file utils/fs/path_fwd.hpp
30 /// Forward declarations for utils/fs/path.hpp
35 namespace utils { namespace
43 } // namespace utils
/freebsd-current/contrib/kyua/utils/sqlite/
H A Ddatabase_fwd.hpp29 /// \file utils/sqlite/database_fwd.hpp
30 /// Forward declarations for utils/sqlite/database.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dtransaction_fwd.hpp29 /// \file utils/sqlite/transaction_fwd.hpp
30 /// Forward declarations for utils/sqlite/transaction.hpp
35 namespace utils { namespace
43 } // namespace utils
H A Dc_gate_fwd.hpp29 /// \file utils/sqlite/c_gate_fwd.hpp
30 /// Forward declarations for utils/sqlite/c_gate.hpp
35 namespace utils { namespace
43 } // namespace utils
H A DMakefile.am.inc33 libutils_a_SOURCES += utils/sqlite/c_gate.cpp
34 libutils_a_SOURCES += utils/sqlite/c_gate.hpp
35 libutils_a_SOURCES += utils/sqlite/c_gate_fwd.hpp
36 libutils_a_SOURCES += utils/sqlite/database.cpp
37 libutils_a_SOURCES += utils/sqlite/database.hpp
38 libutils_a_SOURCES += utils/sqlite/database_fwd.hpp
39 libutils_a_SOURCES += utils/sqlite/exceptions.cpp
40 libutils_a_SOURCES += utils/sqlite/exceptions.hpp
41 libutils_a_SOURCES += utils/sqlite/statement.cpp
42 libutils_a_SOURCES += utils/sqlit
[all...]
/freebsd-current/contrib/kyua/utils/format/
H A Dformatter_fwd.hpp29 /// \file utils/format/formatter_fwd.hpp
30 /// Forward declarations for utils/format/formatter.hpp
35 namespace utils { namespace
43 } // namespace utils
/freebsd-current/contrib/kyua/utils/signals/
H A Dtimer_fwd.hpp29 /// \file utils/signals/timer_fwd.hpp
30 /// Forward declarations for utils/signals/timer.hpp
35 namespace utils { namespace
43 } // namespace utils
/freebsd-current/contrib/kyua/engine/
H A Dkyuafile.hpp44 #include "utils/config/tree_fwd.hpp"
45 #include "utils/fs/path.hpp"
46 #include "utils/optional_fwd.hpp"
70 utils::fs::path _source_root;
73 utils::fs::path _build_root;
79 explicit kyuafile(const utils::fs::path&, const utils::fs::path&,
83 static kyuafile load(const utils::fs::path&,
84 const utils::optional< utils
[all...]

Completed in 222 milliseconds

1234567891011>>