Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_replace.h35 namespace __replace {
58 inline constexpr auto replace = __replace::__fn{};
H A Dpstl_replace.h91 __replace(_ExecutionPolicy&& __policy, in __replace() function
124 if (!std::__replace(__policy, std::move(__first), std::move(__last), __old_value, __new_value)) in replace()
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Dstrings.subr288 local __find="$2" __replace="$3" __var_to_set="$4"
291 __left="$__left${__right%%$__find*}$__replace"