Searched refs:compatible_anchors (Results 1 – 1 of 1) sorted by relevance
347 const char *compatible_anchors[] = { variable10963 for (int i = 0; i < sizeof(compatible_anchors) / sizeof(compatible_anchors[0]); i++) { in pf_check_compatible_anchor()10964 const char *ptr = strnstr(anchor_path, compatible_anchors[i], MAXPATHLEN); in pf_check_compatible_anchor()