lib                38 include/crm_internal.h void *find_library_function(void **handle, const char *lib, const char *fn, int fatal);
lib              1349 lib/common/utils.c find_library_function(void **handle, const char *lib, const char *fn, gboolean fatal)
lib              1355 lib/common/utils.c         *handle = dlopen(lib, RTLD_LAZY);
lib              1359 lib/common/utils.c         crm_err("%sCould not open %s: %s", fatal ? "Fatal: " : "", lib, dlerror());
lib              1369 lib/common/utils.c         crm_err("%sCould not find %s in %s: %s", fatal ? "Fatal: " : "", fn, lib, error);