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

/freebsd-11-stable/lib/libc/sys/
H A Dinterposing_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/
H A Dlibc_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/
H A Dthr_syscalls.c646 (interpos_func_t)__thr_##name;
691 (interpos_func_t)_pthread_mutex_init_calloc_cb;

Completed in 171 milliseconds