Searched refs:wrapper (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h299 a_name##tsd_wrapper_t *wrapper = (a_name##tsd_wrapper_t *) \
303 if (wrapper == NULL) \
306 wrapper->initialized) { \
307 wrapper->initialized = false; \
308 a_cleanup(&wrapper->val); \
309 if (wrapper->initialized) { \
314 malloc_tsd_dalloc(wrapper); \
318 a_name##tsd_wrapper_set(a_name##tsd_wrapper_t *wrapper) \
321 if (!TlsSetValue(a_name##tsd_tsd, (void *)wrapper)) { \
331 a_name##tsd_wrapper_t *wrapper
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp34 uptr wrapper = dllThunkGetRealAddrOrDie(main_function); local
35 if (!__interception::OverrideFunction(dll_function, wrapper, 0))
42 uptr wrapper = __interception::InternalGetProcAddress( local
44 if (!wrapper)
45 wrapper = dllThunkGetRealAddrOrDie(default_function);
46 if (!__interception::OverrideFunction(dll_function, wrapper, 0))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp51 // In case `name' is not loaded, dlsym ends up finding the actual wrapper.
52 // We don't want to intercept the wrapper and have it point to itself.
60 uptr wrapper) {
61 void *addr = GetFuncAddr(name, wrapper);
63 return addr && (func == wrapper);
73 uptr func, uptr wrapper) {
76 return addr && (func == wrapper);
59 InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, uptr wrapper) argument
72 InterceptFunction(const char *name, const char *ver, uptr *ptr_to_real, uptr func, uptr wrapper) argument
H A Dinterception_linux.h26 uptr wrapper);
28 uptr func, uptr wrapper);
/freebsd-11-stable/contrib/expat/tests/
H A DMakefile.am41 LOG_DRIVER = $(srcdir)/../test-driver-wrapper.sh
/freebsd-11-stable/contrib/jemalloc/src/
H A Dtsd.c22 malloc_tsd_dalloc(void *wrapper) argument
25 a0dalloc(wrapper);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-memcache.c66 /* The wrapper around apr_memcache_t. */
413 svn_cache__t *wrapper = apr_pcalloc(pool, sizeof(*wrapper)); local
422 wrapper->vtable = &memcache_vtable;
423 wrapper->cache_internal = cache;
424 wrapper->error_handler = 0;
425 wrapper->error_baton = 0;
426 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT");
428 *cache_p = wrapper;
H A Dcache-inprocess.c657 svn_cache__t *wrapper = apr_pcalloc(pool, sizeof(*wrapper)); local
686 wrapper->vtable = &inprocess_cache_vtable;
687 wrapper->cache_internal = cache;
688 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT");
690 *cache_p = wrapper;
H A Dcache-membuffer.c381 /* Thread-safe wrapper around prefix_pool_get_internal. */
3362 svn_cache__t *wrapper = apr_pcalloc(result_pool, sizeof(*wrapper)); local
3434 /* initialize the generic cache wrapper
3436 wrapper->vtable = thread_safe ? &membuffer_cache_synced_vtable
3438 wrapper->cache_internal = cache;
3439 wrapper->error_handler = 0;
3440 wrapper->error_baton = 0;
3441 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT");
3443 *cache_p = wrapper;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTaskPool.cpp108 auto wrapper = [&idx, end, &func]() { local
120 futures.push_back(TaskPool::AddTask(wrapper));
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c1083 .wrapper = mlx4_QUERY_FW_wrapper
1092 .wrapper = NULL
1101 .wrapper = mlx4_QUERY_DEV_CAP_wrapper
1110 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper
1119 .wrapper = NULL
1128 .wrapper = mlx4_INIT_PORT_wrapper
1137 .wrapper = mlx4_CLOSE_PORT_wrapper
1146 .wrapper = mlx4_QUERY_PORT_wrapper
1155 .wrapper = mlx4_SET_PORT_wrapper
1164 .wrapper
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dscp.sh20 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
21 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
22 scpopts="-q -S ${OBJ}/scp-ssh-wrapper.scp"
23 export SCP # used in scp-ssh-wrapper.scp
126 rm -f ${OBJ}/scp-ssh-wrapper.scp
H A DMakefile107 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
108 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
109 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \
H A Dtest-exec.sh218 # Create wrapper ssh with logging. We can't just specify "SSH=ssh -E..."
220 SSHLOGWRAP=$OBJ/ssh-log-wrapper.sh
224 chmod a+rx $OBJ/ssh-log-wrapper.sh
539 echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy
548 echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy
/freebsd-11-stable/contrib/expat/
H A DMakefile.am86 test-driver-wrapper.sh
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh1262 # True iff FILE is a libtool wrapper script
1271 # True iff FILE is a libtool wrapper executable
1296 # True iff FILE is a libtool wrapper script or wrapper executable
2589 # This variable tells wrapper scripts just to set shlibpath_var
2593 # Check if any of the arguments is a wrapper script.
2909 # This variable tells wrapper scripts just to set variables rather
3104 wrapper=$func_ltwrapper_scriptname_result
3107 wrapper=$func_stripname_result
3111 wrapper
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh1262 # True iff FILE is a libtool wrapper script
1271 # True iff FILE is a libtool wrapper executable
1296 # True iff FILE is a libtool wrapper script or wrapper executable
2619 # This variable tells wrapper scripts just to set shlibpath_var
2623 # Check if any of the arguments is a wrapper script.
2939 # This variable tells wrapper scripts just to set variables rather
3134 wrapper=$func_ltwrapper_scriptname_result
3137 wrapper=$func_stripname_result
3141 wrapper
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh1261 # True iff FILE is a libtool wrapper script
1270 # True iff FILE is a libtool wrapper executable
1295 # True iff FILE is a libtool wrapper script or wrapper executable
2588 # This variable tells wrapper scripts just to set shlibpath_var
2592 # Check if any of the arguments is a wrapper script.
2908 # This variable tells wrapper scripts just to set variables rather
3103 wrapper=$func_ltwrapper_scriptname_result
3106 wrapper=$func_stripname_result
3110 wrapper
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh2534 # True iff FILE is a libtool wrapper script
2544 # True iff FILE is a libtool wrapper executable
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3907 # This variable tells wrapper scripts just to set shlibpath_var
3911 # Check if any of the arguments is a wrapper script.
4230 # This variable tells wrapper scripts just to set variables rather
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh2534 # True iff FILE is a libtool wrapper script
2544 # True iff FILE is a libtool wrapper executable
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3907 # This variable tells wrapper scripts just to set shlibpath_var
3911 # Check if any of the arguments is a wrapper script.
4230 # This variable tells wrapper scripts just to set variables rather
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper
[all...]
/freebsd-11-stable/contrib/file/
H A Dltmain.sh2537 # True iff FILE is a libtool wrapper script
2547 # True iff FILE is a libtool wrapper executable
2572 # True iff FILE is a libtool wrapper script or wrapper executable
3910 # This variable tells wrapper scripts just to set shlibpath_var
3914 # Check if any of the arguments is a wrapper script.
4233 # This variable tells wrapper scripts just to set variables rather
4435 wrapper=$func_ltwrapper_scriptname_result
4438 wrapper=$func_stripname_result
4442 wrapper
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh2534 # True iff FILE is a libtool wrapper script
2544 # True iff FILE is a libtool wrapper executable
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3907 # This variable tells wrapper scripts just to set shlibpath_var
3911 # Check if any of the arguments is a wrapper script.
4230 # This variable tells wrapper scripts just to set variables rather
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh2534 # True iff FILE is a libtool wrapper script
2544 # True iff FILE is a libtool wrapper executable
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3907 # This variable tells wrapper scripts just to set shlibpath_var
3911 # Check if any of the arguments is a wrapper script.
4230 # This variable tells wrapper scripts just to set variables rather
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_destroy.c556 nvlist_t *wrapper; local
557 VERIFY0(nvlist_alloc(&wrapper, 0, KM_SLEEP));
558 fnvlist_add_nvlist(wrapper, ZCP_ARG_ARGLIST, arg);
592 nvlist_next_nvpair(wrapper, NULL), result);
601 fnvlist_free(wrapper);
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dmain.c63 #include <wrapper.h>

Completed in 218 milliseconds

1234