Home
last modified time | relevance | path

Searched refs:wrappers (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd/contrib/lutok/
H A DREADME3 Lutok provides thin C++ wrappers around the Lua C API to ease the
4 interaction between C++ and Lua. These wrappers make intensive use of
8 subset of miscellaneous utility functions built on top of the wrappers.
12 order to implement error-safe C++ wrappers on top of a Lua C binary
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc205 "If set, uses custom wrappers for strstr and strcasestr functions "
208 "If set, uses custom wrappers for strspn and strcspn function "
214 "If set, uses custom wrappers for strpbrk function "
218 "If set, uses custom wrappers for strcmp functions to find more errors.")
220 "If set, uses custom wrappers for strlen and strnlen functions "
223 "If set, uses custom wrappers for strndup functions "
226 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
229 "If set, uses custom wrappers for memcmp function "
237 "If set, uses custom wrappers for memset/memcpy/memmove "
240 "If set, uses custom wrappers fo
[all...]
/freebsd/contrib/tcp_wrappers/
H A DBLURB9 files. The wrappers report the name of the client host and of the
10 requested service; the wrappers do not exchange information with the
14 This patch upgrades the tcp wrappers version 7.5 source code to
H A DREADME16 with in the body (not subject): subscribe tcp-wrappers-announce.
61 files. The wrappers report the name of the client host and of the
62 requested service; the wrappers do not exchange information with the
79 syslog(3) library and of a syslogd(8) daemon. The wrappers should run
89 settings. Run the wrappers for a few days to become familiar with
98 not 100 percent reliable, although the wrappers do their best to expose
143 the client process). Nor do the wrappers interact with the server
144 application. This has two major advantages: 1) the wrappers are
147 wrappers are invisible from outside (at least for authorized users).
154 The simple mechanism has one major drawback: the wrappers go away after
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dwrappers.c69 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]) in wrapper_run()
72 for (i = 0; i < MAXWRAPPERS && wrappers[i]; i++) in wrapper_run()
73 wrappers[i](ctx); in wrapper_run()
H A Ddotest.c1724 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1733 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1742 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1751 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1762 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1773 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1784 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1795 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1838 if (wrapper_run(&ctx, fn->wrappers)) in docase()
1849 if (wrapper_run(&ctx, fn->wrappers)) in docase()
[all …]
H A Dintern.h79 wrapperfunc wrappers[MAXWRAPPERS]; member
H A Dwrappers.h67 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]);
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig17 // Push the Lua wrappers
52 // Push the Lua wrappers
H A Dlua.swig4 This is the input file for SWIG, to create the appropriate C++ wrappers and
/freebsd/usr.bin/m4/tests/
H A Dm4wrap3.m42 dnl Another test, this time for multiple wrappers
/freebsd/crypto/openssl/doc/man3/
H A DX509_cmp.pod44 are effectively wrappers of the X509_NAME_cmp() function. These functions compare
68 X509_NAME_cmp() and wrappers utilize the value B<-2> to indicate errors in some
H A DOPENSSL_LH_COMPFUNC.pod90 used to create callback wrappers of the prototypes required by
112 can be used in a common header file to declare the function wrappers:
166 declare/implement macros to create compatible wrappers that cast
219 B<lh_I<TYPE>> functions are implemented as type checked wrappers around the
H A DCMS_EnvelopedData_create.pod54 The wrappers L<CMS_encrypt(3)> and L<CMS_decrypt(3)> are often used instead.
/freebsd/crypto/openssh/
H A DFREEBSD-upgrade143 5) TCP wrappers
145 Support for TCP wrappers was removed in upstream 6.7p1. We've
148 TCP wrappers support in sshd will be disabled in HEAD and will
H A DINSTALL81 If you wish to use the TCP wrappers functionality you will need at least
83 or in the directory specified by --with-tcp-wrappers. Version 7.6 is
206 --with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny)
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLocNodes.def1 //===-- TypeLocNodes.def - Metadata about TypeLoc wrappers ------*- C++ -*-===//
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME5 This wrapper provides one-to-one wrappers for libzfs_core API functions,
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_begin_sequence.pod17 All functions described here are wrappers for constructed structures,
/freebsd/contrib/unifdef/
H A DINSTALL20 portability wrappers.
/freebsd/crypto/heimdal/
H A DChangeLog.2002525 function wrappers for store/fetch/seek, and also make the eof-code
529 function wrappers for store/fetch/seek, and also make the eof-code
533 function wrappers for store/fetch/seek, and also make the eof-code
537 wrappers for store/fetch/seek, and also make the eof-code
541 function wrappers for store/fetch/seek, and also make the eof-code
545 wrappers for store/fetch/seek, and also make the eof-code
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfunctional.cppm
H A Dfunctional.inc89 // [func.wrap], polymorphic function wrappers
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.inc48 "If set, uses custom wrappers and replacements for libc string functions "
51 "If set, uses custom wrappers for memset/memcpy/memmove intrinsics.")
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol151 administration of ZFS. This wrapper provides one-to-one wrappers for
172 administration of ZFS. This wrapper provides one-to-one wrappers for

1234