Searched refs:soname_len (Results 1 – 1 of 1) sorted by relevance
460 const size_t soname_len = strlen(libname) + strlen("lib.so"); in bcc_procutils_which_so() local461 char soname[soname_len + 1]; in bcc_procutils_which_so()479 snprintf(soname, soname_len + 1, "lib%s.so", libname); in bcc_procutils_which_so()482 if (!strncmp(lib_cache[i].libname, soname, soname_len) && in bcc_procutils_which_so()