lib                52 lib/fencing/st_lha.c find_library_function(void **handle, const char *lib, const char *fn)
lib                57 lib/fencing/st_lha.c         *handle = dlopen(lib, RTLD_LAZY);
lib                59 lib/fencing/st_lha.c             crm_err("Could not open %s: %s", lib, dlerror());
lib                66 lib/fencing/st_lha.c         crm_err("Could not find %s in %s: %s", fn, lib, dlerror());