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