Home
last modified time | relevance | path

Searched refs:str_nt (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_ruleset.c286 const char *__null_terminated str_nt = __unsafe_null_terminated_from_indexable(str); in pf_find_next_anchor_delimiter() local
291 result_nt = strrchr(str_nt, PF_ANCHOR_DELIMITER); in pf_find_next_anchor_delimiter()
293 result_nt = strchr(str_nt, PF_ANCHOR_DELIMITER); in pf_find_next_anchor_delimiter()
298 if (str_nt > result_nt) { in pf_find_next_anchor_delimiter()
301 size_t off = (size_t) (result_nt - str_nt); in pf_find_next_anchor_delimiter()