Searched defs:binary_dep (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dmodule-dir.c79 const char *symbol_name, *binary_dep, *const *names; local
86 binary_dep = dlsym(module->handle, symbol_name);
87 if (binary_dep == NULL)
90 names = t_strsplit(binary_dep, " ");
98 str_printfa(errstr, "%s binary", binary_dep);
100 str_printfa(errstr, "binaries: %s", binary_dep);

Completed in 269 milliseconds