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

/freebsd-9.3-release/lib/libc/net/
H A Dnsdispatch.c471 /* Load a built-in or dynamically linked module. If the `reg_fn'
472 * argument is non-NULL, assume a built-in module and use reg_fn to
476 nss_load_module(const char *source, nss_module_register_fn reg_fn) argument
488 if (reg_fn != NULL) {
493 fn = reg_fn;

Completed in 45 milliseconds