Lines Matching refs:strs
480 if (strcmp(shortname, ns->allowed_libs->strs[i]) == 0) {
495 size_t len = strlen(paths->strs[i]);
496 if (strncmp(lib_pathname, paths->strs[i], len) == 0 &&
520 size_t len = strlen(paths->strs[i]);
521 if (strncmp(lib_pathname, paths->strs[i], len) == 0 &&
536 size_t len = strlen(ns->permitted_paths->strs[i]);
537 if (strncmp(lib_pathname, ns->permitted_paths->strs[i], len) == 0 &&
554 size_t len = strlen(paths->strs[i]);
555 if (strncmp(lib_pathname, paths->strs[i], len) == 0 &&
569 size_t len = strlen(ns->asan_permitted_paths->strs[i]);
570 if (strncmp(lib_pathname, ns->asan_permitted_paths->strs[i], len) == 0 &&
589 if (strcmp(inherit->shared_libs->strs[i], lib_name) == 0 ||
590 strcmp(inherit->shared_libs->strs[i], ALLOW_ALL_SHARED_LIBS) == 0) {