Home
last modified time | relevance | path

Searched refs:interpos_func_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/sys/
HDinterposing_table.c40 [INTERPOS_##a] = (interpos_func_t)b
41 interpos_func_t __libc_interposing[INTERPOS_MAX] = {
88 interpos_func_t *
/freebsd-11-stable/lib/libc/include/
HDlibc_private.h190 typedef int (*interpos_func_t)(void); typedef
191 interpos_func_t *__libc_interposing_slot(int interposno);
192 extern interpos_func_t __libc_interposing[] __hidden;
/freebsd-11-stable/lib/libthr/thread/
HDthr_syscalls.c646 (interpos_func_t)__thr_##name; in __thr_interpose_libc()
691 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()