/freebsd/contrib/lutok/ |
H A D | README | 3 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 D | sanitizer_flags.inc | 205 "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 D | BLURB | 9 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 D | README | 16 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 D | wrappers.c | 69 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 D | dotest.c | 1724 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 D | intern.h | 79 wrapperfunc wrappers[MAXWRAPPERS]; member
|
H A D | wrappers.h | 67 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]);
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-wrapper.swig | 17 // Push the Lua wrappers 52 // Push the Lua wrappers
|
H A D | lua.swig | 4 This is the input file for SWIG, to create the appropriate C++ wrappers and
|
/freebsd/usr.bin/m4/tests/ |
H A D | m4wrap3.m4 | 2 dnl Another test, this time for multiple wrappers
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_cmp.pod | 44 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 D | OPENSSL_LH_COMPFUNC.pod | 90 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 D | CMS_EnvelopedData_create.pod | 54 The wrappers L<CMS_encrypt(3)> and L<CMS_decrypt(3)> are often used instead.
|
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 143 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 D | INSTALL | 81 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 D | TypeLocNodes.def | 1 //===-- TypeLocNodes.def - Metadata about TypeLoc wrappers ------*- C++ -*-===//
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 5 This wrapper provides one-to-one wrappers for libzfs_core API functions,
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_DER_w_begin_sequence.pod | 17 All functions described here are wrappers for constructed structures,
|
/freebsd/contrib/unifdef/ |
H A D | INSTALL | 20 portability wrappers.
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2002 | 525 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 D | functional.cppm |
|
H A D | functional.inc | 89 // [func.wrap], polymorphic function wrappers
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.inc | 48 "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 D | control | 151 administration of ZFS. This wrapper provides one-to-one wrappers for 172 administration of ZFS. This wrapper provides one-to-one wrappers for
|