Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/sys/
H A Dinterposing_table.c36 [INTERPOS_##a] = (interpos_func_t)b
37 interpos_func_t __libc_interposing[INTERPOS_MAX] = {
85 interpos_func_t *
/freebsd-14.2/lib/libc/include/
H A Dlibc_private.h200 typedef int (*interpos_func_t)(void); typedef
201 interpos_func_t *__libc_interposing_slot(int interposno);
202 extern interpos_func_t __libc_interposing[] __hidden;
/freebsd-14.2/lib/libthr/thread/
H A Dthr_syscalls.c645 (interpos_func_t)__thr_##name; in __thr_interpose_libc()
691 (interpos_func_t)_pthread_mutex_init_calloc_cb; in __thr_interpose_libc()