Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 25 of 81) sorted by relevance

1234

/dragonfly/contrib/lvm2/dist/test/
H A DMakefile.in71 .bin-dir-stamp: lvm-wrapper
75 ln -s ../lvm-wrapper bin/$$i; \
80 lvm-wrapper: Makefile
91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
H A DMakefile71 .bin-dir-stamp: lvm-wrapper
75 ln -s ../lvm-wrapper bin/$$i; \
80 lvm-wrapper: Makefile
91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
/dragonfly/contrib/tcp_wrappers/
H A DREADME3 This is the 7.6 version of the TCP/IP daemon wrapper package.
39 6.1 - Known wrapper limitations
138 into running a small wrapper program. The wrapper logs the client host
162 There are two ways to use the wrapper programs:
606 6.1 - Known wrapper limitations
648 wrapper's logging severity.
696 copies of the wrapper programs.
755 File protections: the wrapper, all files used by the wrapper, and all
758 install the wrapper set-uid.
816 File protections: the wrapper, all files used by the wrapper, and all
[all …]
H A DREADME.IRIX4 people that tried to use my tcp wrapper on IRIX 5.x. Some mysteries
8 system. Here is my first-hand experience with wrapper release 6.3.
30 rstatd: the wrapper hangs in the recvfrom() system call, and I
40 hosts that have more than one address: the wrapper will see only
47 wrapper will be unable to figure out the client internet address.
H A DBLURB7 The package provides tiny daemon wrapper programs that can be installed
21 this patch when you built your version 7.x tcp wrapper without
H A DBanners.Makefile21 # In order to use banners, build the tcp wrapper with -DPROCESS_OPTIONS
52 # You would have to use an rshd that has built-in tcp wrapper
H A DCHANGES1 Request: after building the programs, please run the `tcpdchk' wrapper
157 - When PARANOID mode is disabled (compile time), the wrapper does no
253 - Improved support for Dynix/PTX. The wrapper should now be able to
272 - Workaround for a weird problem with DG/UX when the wrapper is run as
/dragonfly/gnu/usr.bin/cc80/backends/programs/lto-wrapper/
H A DMakefile9 PROG_CXX= lto-wrapper
13 OBJS= lto-wrapper.o \
/dragonfly/crypto/openssh/
H A Dssh-ecdsa-sk.c78 const char *origin, const struct sshbuf *wrapper, in webauthn_check_prepare_hash() argument
119 sshbuf_dump(wrapper, stderr); in webauthn_check_prepare_hash()
124 if ((r = sshbuf_cmp(wrapper, 0, sshbuf_ptr(m), sshbuf_len(m))) != 0) in webauthn_check_prepare_hash()
128 if ((r = ssh_digest_buffer(SSH_DIGEST_SHA256, wrapper, in webauthn_check_prepare_hash()
/dragonfly/gnu/usr.bin/cc80/backends/programs/
H A DMakefile9 SUBDIR+= lto-wrapper
/dragonfly/contrib/expat/
H A DREADME.DELETED34 test-driver-wrapper.sh
/dragonfly/contrib/file/magic/Magdir/
H A Dllvm13 0 lelong 0x0b17c0de LLVM bitcode, wrapper
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dt-softfp45 # softfp_wrap_start: text to put at the start of wrapper source files,
48 # softfp_wrap_end: text to put at the end of wrapper source files,
/dragonfly/gnu/usr.bin/cvs/cvs/
H A DMakefile24 update.c version.c vers_ts.c watch.c wrapper.c zlib.c
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dpropagate_const51 * @defgroup propagate_const Const-propagating wrapper
54 * A const-propagating wrapper that propagates const to pointer-like members,
61 /// Const-propagating wrapper.
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-archive.c611 ctf_archive_iter_internal (const ctf_archive_t *wrapper, in ctf_archive_iter_internal() argument
636 f->ctf_archive = (ctf_archive_t *) wrapper; in ctf_archive_iter_internal()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dtypeindex45 @brief The class type_index provides a simple wrapper for type_info
H A Dfunctional1687 // Simple type wrapper that helps avoid annoying const problems
2021 * Polymorphic function wrapper.
2038 * @brief Default construct creates an empty function call wrapper.
2045 * @brief Creates an empty function call wrapper.
2160 * This %function object wrapper will target a copy of @a
2216 * @brief Determine if the %function wrapper has a target.
2242 * wrapper.
2368 * @brief Compares a polymorphic function object wrapper against 0
2370 * @returns @c true if the wrapper has no target, @c false otherwise
2386 * @brief Compares a polymorphic function object wrapper against 0
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dtypeindex48 * The class type_index provides a simple wrapper for type_info
H A Dthread229 // A call wrapper that does INVOKE(forwarded tuple elements...)
260 // Returns a call wrapper that stores
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dfunctional1550 // Simple type wrapper that helps avoid annoying const problems
1904 * @brief Default construct creates an empty function call wrapper.
1910 * @brief Default construct creates an empty function call wrapper.
1992 * This %function object wrapper will target a copy of @a
2029 * @brief Determine if the %function wrapper has a target.
2065 * wrapper.
2196 * @brief Compares a polymorphic function object wrapper against 0
2198 * @returns @c true if the wrapper has no target, @c false otherwise
2214 * @brief Compares a polymorphic function object wrapper against 0
2216 * @returns @c false if the wrapper has no target, @c true otherwise
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dfunctional1559 // Simple type wrapper that helps avoid annoying const problems
1913 * @brief Default construct creates an empty function call wrapper.
1919 * @brief Default construct creates an empty function call wrapper.
2001 * This %function object wrapper will target a copy of @a
2038 * @brief Determine if the %function wrapper has a target.
2074 * wrapper.
2211 * @brief Compares a polymorphic function object wrapper against 0
2213 * @returns @c true if the wrapper has no target, @c false otherwise
2229 * @brief Compares a polymorphic function object wrapper against 0
2231 * @returns @c false if the wrapper has no target, @c true otherwise
/dragonfly/contrib/binutils-2.34/ld/
H A Dplugin.c746 enum { wrap_none, wrapper, wrapped } wrap_status = wrap_none; in get_symbols() enumerator
757 wrap_status = wrapper; in get_symbols()
855 if (blhe->non_ir_ref_regular || wrap_status == wrapper) in get_symbols()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dforward_list42 /// Class std::forward_list wrapper with performance instrumentation.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Ddeque38 /// Class std::deque wrapper with performance instrumentation.

1234