Searched refs:result_nt (Results 1 – 1 of 1) sorted by relevance
287 const char *__null_terminated result_nt = NULL; in pf_find_next_anchor_delimiter() local291 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()295 if (result_nt == NULL) { 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()