Searched refs:match_pos (Results 1 – 1 of 1) sorted by relevance
127 char *match_pos = nullptr; in dfsan_strchr_with_label() local133 match_pos = s[i] == 0 && c != 0 ? nullptr : const_cast<char *>(s + i); in dfsan_strchr_with_label()142 return match_pos; in dfsan_strchr_with_label()