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

1234

/freebsd-11.0-release/contrib/compiler-rt/lib/interception/
H A Dinterception_linux.cc22 uptr real, uptr wrapper) {
24 return real == wrapper;
21 GetRealFunctionAddress(const char *func_name, uptr *func_addr, uptr real, uptr wrapper) argument
H A Dinterception_linux.h27 uptr real, uptr wrapper);
/freebsd-11.0-release/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.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_object_pool.h46 * getters and setters for those wrapper structs.
77 typedef void * (* svn_object_pool__getter_t)(void *wrapper,
81 /* Copy the information from the SOURCE object wrapper into the already
82 * existing *TARGET object wrapper using POOL for allocations and BATON
93 * wrapper == object and updating is a no-op.
151 void *wrapper,
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dobject_pool.c42 /* A reference counting wrapper around the user-provided object.
53 /* User provided object. Usually a wrapper. */
54 void *wrapper;
203 *object = object_pool->getter(object_ref->wrapper, baton, result_pool);
222 void *wrapper,
232 svn_error_t *err = object_pool->setter(&object_ref->wrapper,
233 wrapper, baton,
269 object_ref->wrapper = wrapper;
287 *object = object_pool->getter(object_ref->wrapper, bato
52 void *wrapper; member in struct:object_ref_t
216 insert(void **object, svn_object_pool__t *object_pool, const svn_membuf_t *key, void *wrapper, void *baton, apr_pool_t *wrapper_pool, apr_pool_t *result_pool) argument
385 svn_object_pool__insert(void **object, svn_object_pool__t *object_pool, const svn_membuf_t *key, void *wrapper, void *baton, apr_pool_t *wrapper_pool, apr_pool_t *result_pool) argument
[all...]
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.c659 svn_cache__t *wrapper = apr_pcalloc(pool, sizeof(*wrapper)); local
688 wrapper->vtable = &inprocess_cache_vtable;
689 wrapper->cache_internal = cache;
690 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT");
692 *cache_p = wrapper;
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dcmd.c1055 .wrapper = mlx4_QUERY_FW_wrapper
1064 .wrapper = NULL
1073 .wrapper = mlx4_QUERY_DEV_CAP_wrapper
1082 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper
1091 .wrapper = NULL
1100 .wrapper = mlx4_INIT_PORT_wrapper
1109 .wrapper = mlx4_CLOSE_PORT_wrapper
1118 .wrapper = mlx4_QUERY_PORT_wrapper
1127 .wrapper = mlx4_SET_PORT_wrapper
1136 .wrapper
[all...]
/freebsd-11.0-release/contrib/jemalloc/src/
H A Dtsd.c22 malloc_tsd_dalloc(void *wrapper) argument
25 a0dalloc(wrapper);
/freebsd-11.0-release/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 Dtest-exec.sh217 # Create wrapper ssh with logging. We can't just specify "SSH=ssh -E..."
219 SSHLOGWRAP=$OBJ/ssh-log-wrapper.sh
223 chmod a+rx $OBJ/ssh-log-wrapper.sh
524 echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy
532 echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy
H A DMakefile97 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
105 regress.log failed-regress.log ssh-log-wrapper.sh \
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c218 tree_processor_t *wrapper; local
219 wrapper = apr_pcalloc(result_pool, sizeof(*wrapper));
221 wrapper->tp.baton = baton;
223 wrapper->tp.dir_opened = default_dir_opened;
224 wrapper->tp.dir_added = default_dir_added;
225 wrapper->tp.dir_deleted = default_dir_deleted;
226 wrapper->tp.dir_changed = default_dir_changed;
227 wrapper->tp.dir_closed = default_dir_closed;
229 wrapper
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_pool.c46 /* Our wrapper structure for parsed svn_config_t* instances. All data in
127 config_object_t *wrapper = object;
129 svn_config_t *config = *case_sensitive ? wrapper->cs_cfg : wrapper->ci_cfg;
152 /* Copy the configuration from the wrapper in SOURCE to the wrapper in
124 config_object_t *wrapper = object; local
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc67 uptr wrapper = getRealProcAddressOrDie(main_function); \
68 if (!__interception::OverrideFunction((uptr)dll_function, wrapper, 0)) \
/freebsd-11.0-release/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.0-release/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.0-release/contrib/openpam/
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.0-release/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.0-release/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.0-release/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.0-release/contrib/file/
H A Dltmain.sh1263 # True iff FILE is a libtool wrapper script
1272 # True iff FILE is a libtool wrapper executable
1297 # True iff FILE is a libtool wrapper script or wrapper executable
2590 # This variable tells wrapper scripts just to set shlibpath_var
2594 # Check if any of the arguments is a wrapper script.
2910 # This variable tells wrapper scripts just to set variables rather
3105 wrapper=$func_ltwrapper_scriptname_result
3108 wrapper=$func_stripname_result
3112 wrapper
[all...]
/freebsd-11.0-release/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.0-release/contrib/ofed/libibcm/config/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4797 # We don't need to create a wrapper script.
4840 # Now create the wrapper script.
4896 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4902 This wrapper executable should never be moved out of the build directory.
4905 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4976 char * find_executable(const char *wrapper);
5093 /* Searches for the full path of the wrapper. Returns
5096 find_executable (const char* wrapper)
5106 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/freebsd-11.0-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4797 # We don't need to create a wrapper script.
4840 # Now create the wrapper script.
4896 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4902 This wrapper executable should never be moved out of the build directory.
4905 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4976 char * find_executable(const char *wrapper);
5093 /* Searches for the full path of the wrapper. Returns
5096 find_executable (const char* wrapper)
5106 DEBUG("(find_executable) : %s\n", wrapper
[all...]

Completed in 325 milliseconds

1234