Searched refs:substring_replace (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bc/
H A Dfunctions.sh194 substring_replace() { function
251 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "$_gen_nlspath_i" "|$_gen_nlspath_i|")
254 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%%" "%")
255 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%L" "$_gen_nlspath_locale")
256 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%N" "$_gen_nlspath_execname")
257 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%l" "$_gen_nlspath_language")
258 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%t" "$_gen_nlspath_territory")
259 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%c" "$_gen_nlspath_charset")
H A Dconfigure289 substring_replace "$_replace_str" "%%$_replace_needle%%" "$_replace_replacement"
H A Dconfigure.sh289 substring_replace "$_replace_str" "%%$_replace_needle%%" "$_replace_replacement"

Completed in 204 milliseconds