Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/sys/
Dinterposing_table.c40 [INTERPOS_##a] = (interpos_func_t)b
41 interpos_func_t __libc_interposing[INTERPOS_MAX] = {
89 interpos_func_t *
/freebsd-12-stable/lib/libc/include/
Dlibc_private.h193 typedef int (*interpos_func_t)(void); typedef
194 interpos_func_t *__libc_interposing_slot(int interposno);
195 extern interpos_func_t __libc_interposing[] __hidden;
/freebsd-12-stable/lib/libthr/thread/
Dthr_syscalls.c648 (interpos_func_t)__thr_##name; in __thr_interpose_libc()
694 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()