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

/freebsd-13-stable/lib/libc/tests/stdlib/
H A Ddynthr_test.c71 dlfunc_t rawfunc; local
80 rawfunc = dlfunc(mod_handle, "mod_main");
81 if (rawfunc == NULL)
83 func = (modfunc_t *)rawfunc;

Completed in 104 milliseconds