Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/scripts/
H A Drelease_docs.py115 self.replace_with = r'\1%s\2\3' % (self.version_prefix,)
144 new_text = self.search_for_re.sub(self.replace_with, text)
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.h111 void __kmp_str_replace(char *str, char search_for, char replace_with);
H A Dkmp_str.cpp536 void __kmp_str_replace(char *str, char search_for, char replace_with) { in __kmp_str_replace() argument
541 *found = replace_with; in __kmp_str_replace()