HomeSort by: relevance | last modified time | path
    Searched refs:WRAP (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc 266 WRAP(malloc), WRAP(free), WRAP(calloc),
267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
270 WRAP(calloc), WRAP(free), WRAP(mallinfo),
271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign)
    [all...]
asan_win.cc 183 (uptr)WRAP(RaiseException),
186 (uptr)WRAP(RtlRaiseException),
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 37 // Suppose you need to wrap/replace system function (generally, from libc):
107 { reinterpret_cast<const uptr>(WRAP(func_name)), \
121 # define WRAP(x) wrap_##x
127 # define WRAP(x) __asan_wrap_##x
135 # define WRAP(x) x
140 # define WRAP(x) __interceptor_ ## x
150 # define WRAP(x) __interceptor_ ## x
191 extern "C" ret_type WRAP(func)(__VA_ARGS__);
227 ret_type WRAP(func)(__VA_ARGS__)
237 extern "C" ret_type WRAP(func)(__VA_ARGS__);
    [all...]
interception_win.h 67 (::__interception::uptr)WRAP(func), \
72 (::__interception::uptr)WRAP(func), \
80 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
interception_linux.h 36 (::__interception::uptr) & WRAP(func))
  /src/sys/dev/ic/
ac97.c 264 #define WRAP(a) &a, sizeof(a)
315 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
320 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
324 AUDIO_MIXER_ENUM, WRAP(ac97_mono_select),
329 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
334 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
339 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
343 AUDIO_MIXER_ENUM, WRAP(ac97_on_off),
348 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
352 AUDIO_MIXER_ENUM, WRAP(ac97_on_off)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 223 // We wrap dispatch_async, dispatch_sync and friends where we allocate a new
254 WRAP(dispatch_after)(when, queue, ^(void) {
298 WRAP(dispatch_once)(predicate, ^(void) {
340 WRAP(dispatch_async)(queue, ^(void) {
343 WRAP(dispatch_group_leave)(group);
354 WRAP(dispatch_async)(queue, ^(void) {
356 WRAP(dispatch_group_leave)(group);
389 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); });
418 WRAP(dispatch_source_set_event_handler)(source, block);
448 WRAP(dispatch_source_set_cancel_handler)(source, block)
    [all...]
tsan_interceptors.cc 1117 void *newcond = WRAP(malloc)(pthread_cond_t_sz);
1122 WRAP(free)(newcond);
1221 WRAP(free)(cond);
2134 // to simply intercept and wrap vfork, because vfork child is not allowed
2138 return WRAP(fork)(fake);
  /src/sbin/restore/
tape.c 169 #define WRAP(alg) \
189 WRAP(MD5);
190 WRAP(SHA1);
191 WRAP(RMD160);
  /src/lib/libedit/
tty.c 260 #ifdef WRAP
261 {"wrap", WRAP, MD_OUT},
262 #endif /* WRAP */
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 294 char *new_mem = (char *)WRAP(malloc)(copy_length + 1); \
1448 int res = WRAP(vname)(__VA_ARGS__, ap); \
3577 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3580 if (allocated_path && !res) WRAP(free)(allocated_path);
4129 return WRAP(pthread_mutex_lock)(m);
4133 return WRAP(pthread_mutex_unlock)(m);
6994 return WRAP(strlcpy)(dst + len, src, size - len) + len;
  /src/sys/net/
zlib.c 3943 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
3945 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
5365 /* wrap pointers */
5499 if (r < s->window) /* wrap if needed */
  /src/share/terminfo/
terminfo 2562 # | Autorepeat 0-Off | Wrap Around 0-Off
2902 vt320nam|v320n|DEC VT320 in VT100 emul. mode with NO AUTO WRAP mode,
7595 terminator|Terminator no line wrap,
7969 # wrap-test fails
8651 # use VT wrap mode ON
10219 # Inhibit Auto Wrap NO
13717 # and more motivated than I am and can figure out how to wrap terminfo
14407 # and alt font ascii,wrap on,tabs cleared
15310 # wrap to preceding line if move left from col 1*/don't wrap
    [all...]

Completed in 42 milliseconds