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

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

Completed in 89 milliseconds