Searched refs:application (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/tools/tools/portsinfo/
H A Dportsinfo.sh24 contains any patches necessary to make the original application source
25 code compile and run on FreeBSD. Installing an application is as
27 port directory. The Makefile automatically fetches the application
30 type make install to install the application.
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp35 #include "atf-c++/detail/application.hpp"
108 class atf_sh : public atf::application::app {
136 using atf::application::option;
163 throw atf::application::usage_error("No test program provided");
H A Datf-check.cpp47 #include "atf-c++/detail/application.hpp"
174 throw atf::application::usage_error("Invalid exit code for -s option; "
220 throw atf::application::usage_error("Invalid signal name or number "
244 throw atf::application::usage_error("Cannot negate eq checker");
255 throw atf::application::usage_error("Cannot negate ignore checker");
262 throw atf::application::usage_error("Cannot negate ne checker");
272 throw atf::application::usage_error("Invalid status checker");
293 throw atf::application::usage_error("Cannot negate ignore checker");
301 throw atf::application::usage_error("Cannot negate save checker");
304 throw atf::application
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.hpp35 namespace application { namespace in namespace:atf
104 } // namespace application
H A Dapplication_test.cpp26 #include "atf-c++/detail/application.hpp"
34 class getopt_app : public atf::application::app {
40 // Provide an option that is unknown to the application driver and
53 // Given that this obviously is an application, and that we used the
H A Dapplication.cpp26 #include "atf-c++/detail/application.hpp"
54 namespace impl = atf::application;
55 #define IMPL_NAME "atf::application"
85 // The "application" class.
/freebsd-11-stable/tools/build/
H A Dcheck-links.sh52 *application/x-executable) isbin=1 ;;
53 *application/x-sharedlib);;
/freebsd-11-stable/lib/atf/libatf-c++/
H A DMakefile54 SRCS= application.cpp \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc96 // disabling minidumps for a particular application extends past the lifetime
97 // of that application, which is the incorrect behavior for this API.
H A DProgram.inc269 std::string("Unable to convert application name to UTF-16"));
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in79 When linking with libtool, an application should do something like:
84 An application should use the results of --cflags, --cppflags, --includes,
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec23 as a server, but are linked into an application) are easily possible.
/freebsd-11-stable/crypto/openssl/util/
H A Dadd_cr.pl102 * the apps directory (application code) you must include an acknowledgement:
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl70 * the apps directory (application code) you must include an acknowledgement:
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl92 * the apps directory (application code) you must include an acknowledgement:
/freebsd-11-stable/sys/dev/iir/
H A Diir.c1838 e->application = 0;
1874 void gdt_readapp_event(u_int8_t application, gdt_evt_str *estr) argument
1880 GDT_DPRINTF(GDT_D_MISC, ("gdt_readapp_event(%d)\n", application));
1887 if ((e->application & application) == 0) {
1888 e->application |= application;
H A Diir.h558 u_int8_t application; member in struct:__anon10281
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl214 * the apps directory (application code) you must include an acknowledgement:
H A Dobjects.pl165 * the apps directory (application code) you must include an acknowledgement:
/freebsd-11-stable/crypto/openssh/
H A Dpkcs11.h717 ck_notification_t event, void *application);
761 void *application, ck_notify_t notify,
/freebsd-11-stable/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h719 ck_notification_t event, void *application);
763 void *application, ck_notify_t notify,
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am27 $(MAGIC_FRAGMENT_DIR)/application \
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c65 CK_VOID_PTR application; member in struct:soft_token
287 st_logf("application");
677 application_error("application didn't do C_FindObjectsFinal\n");
682 soft_token.application = NULL_PTR;
928 application_error("application finalized without "
1123 soft_token.application = pApplication;
1311 application_error("application didn't do C_FindObjectsFinal\n");
1363 application_error("application didn't do C_FindObjectsInit\n");
1367 application_error("application asked for 0 objects\n");
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c56 uint8_t application; local
61 application = encode & 0xf0;
97 if (application == DW_EH_PE_pcrel) {
1510 * application provided end symbol index. Otherwise write the
1566 /* Inform application the creation of .debug_frame ELF section. */
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp60 #include "atf-c++/detail/application.hpp"
78 using atf::application::usage_error;
88 m_os << "Content-Type: application/X-atf-tp; version=\"1\"\n\n";

Completed in 749 milliseconds

12