/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_app_empty.cpp | 34 class h_app_empty : public atf::application::app { 48 app(m_description, "h_app_empty(1)", "atf(7)")
|
H A D | h_app_opts_args.cpp | 36 class h_app_opts_args : public atf::application::app { 54 app(m_description, "h_app_opts_args(1)", "atf(7)")
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | application.hpp | 64 friend class app; 73 // The "app" class. 76 class app { class in namespace:atf::application 105 app(const std::string&, const std::string&, const std::string&, 107 virtual ~app(void);
|
H A D | application.cpp | 108 impl::app::app(const std::string& description, function in class:impl::app 123 impl::app::~app(void) 128 impl::app::inited(void) 133 impl::app::options_set 134 impl::app::options(void) 144 impl::app::specific_args(void) 150 impl::app::options_set 151 impl::app [all...] |
H A D | application_test.cpp | 38 class getopt_app : public atf::application::app { 40 getopt_app(void) : app("description", "manpage", "other") {}
|
/bind-9.6-ESV-R11/unit/atf-src/atf-version/ |
H A D | atf-version.cpp | 42 class atf_version : public atf::application::app { 56 app(m_description, "atf-version(1)", "atf(7)")
|
/bind-9.6-ESV-R11/unit/atf-src/atf-config/ |
H A D | atf-config.cpp | 44 class atf_config : public atf::application::app { 68 app(m_description, "atf-config(1)", "atf(7)"),
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-sh.cpp | 111 class atf_sh : public atf::application::app { 125 app(m_description, "atf-sh(1)", "atf(7)")
|
H A D | atf-check.cpp | 696 class atf_check : public atf::application::app { 724 app(m_description, "atf-check(1)", "atf(7)"),
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | isctest.c | 23 #include <isc/app.h>
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | control.c | 25 #include <isc/app.h>
|
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | ntservice.c | 23 #include <isc/app.h> 193 * C-runtime stuff used to initialize the app and 232 * Set the app type to Console (check CRT/SRC/INTERNAL.H:
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | ratelimiter_test.c | 22 #include <isc/app.h>
|
H A D | byaddr_test.c | 29 #include <isc/app.h>
|
H A D | shutdown_test.c | 25 #include <isc/app.h>
|
H A D | zone_test.c | 29 #include <isc/app.h>
|
H A D | byname_test.c | 30 #include <isc/app.h>
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | app.c | 30 #include <isc/app.h>
|
H A D | libisc.mak | 116 -@erase "$(INTDIR)\app.obj"
212 "$(INTDIR)\app.obj" \
307 -@erase "$(INTDIR)\app.obj"
308 -@erase "$(INTDIR)\app.sbr"
478 "$(INTDIR)\app.sbr" \
565 "$(INTDIR)\app.obj" \
691 SOURCE=.\app.c
696 "$(INTDIR)\app.obj" : $(SOURCE) "$(INTDIR)"
702 "$(INTDIR)\app.obj" "$(INTDIR)\app [all...] |
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 25 #include <isc/app.h>
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dnstest.c | 26 #include <isc/app.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 391 class tp : public atf::application::app { 438 app(m_description, "atf-test-program(1)", "atf(7)", false),
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | atf-report.cpp | 618 class atf_report : public atf::application::app { 638 app(m_description, "atf-report(1)", "atf(7)")
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atf-run.cpp | 77 class atf_run : public atf::application::app { 167 app(m_description, "atf-run(1)", "atf(7)")
|
/bind-9.6-ESV-R11/bin/check/ |
H A D | named-checkzone.c | 26 #include <isc/app.h>
|