silo
dlsymdlopen4.10.2-bsd
5 / 388 files match, 1 filtered matches.
tests/ioperf.c
349 | {
350 | char libfilename[256];
351 | sprintf(libfilename, "%s/ioperf_%s.so", dirs[d], ifacename);
352 | dlhandle = dlopen(libfilename, RTLD_LAZY);
353 | if (!dlhandle) continue;
354 |