Searched refs:anchor_path (Results 1 – 1 of 1) sorted by relevance
11134 const char *__null_terminated anchor_path = __unsafe_null_terminated_from_indexable(a->path); in pf_check_compatible_anchor() local11137 if (strcmp(anchor_path, PF_RESERVED_ANCHOR) == 0) { in pf_check_compatible_anchor()11141 if (strcmp(anchor_path, "com.apple") == 0) { in pf_check_compatible_anchor()11146 const char *__null_terminated ptr = strnstr(anchor_path, compatible_anchors[i], MAXPATHLEN); in pf_check_compatible_anchor()11147 if (ptr != NULL && ptr == anchor_path) { in pf_check_compatible_anchor()