Searched refs:func_t (Results 1 – 2 of 2) sorted by relevance
| /src/lib/libc/amd64/gen/ |
| H A D | makecontext.c | 34 typedef void (*func_t)(uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, typedef 38 static void makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args); 97 makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) in makectx_wrapper()
|
| /src/contrib/libedit/ |
| H A D | el.c | 60 typedef char * (*func_t)(const char *); typedef 394 el->el_getenv = va_arg(ap, func_t); in el_wset() 517 *va_arg(ap, func_t *) = el->el_getenv; in el_wget()
|