ipcalc
dlsymdlopen0.2.3
1 / 30 files match, 1 filtered matches.
ipcalc-geoip.c
73 | 		return ret;
74 | 	}
75 | 
76 | 	ld = dlopen(LIBNAME, RTLD_LAZY);
77 | 	if (ld == NULL) {
78 | 		snprintf(err, sizeof(err), "ipcalc: could not open %s\n", LIBNAME);