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