Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/scripts/
H A Dfunctions.sh323 substring_replace() { function
394 …_gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "$_gen_nlspath_i" "|$_gen_nlspath…
398 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%%" "%")
399 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%L" "$_gen_nlspath_locale")
400 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%N" "$_gen_nlspath_execname")
401 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%l" "$_gen_nlspath_language")
402 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%t" "$_gen_nlspath_territory")
403 _gen_nlspath_nlspath=$(substring_replace "$_gen_nlspath_nlspath" "%c" "$_gen_nlspath_charset")
/aosp_15_r20/external/bc/
H A Dconfigure.sh446 substring_replace "$_replace_str" "%%$_replace_needle%%" "$_replace_replacement"
H A Dconfigure446 substring_replace "$_replace_str" "%%$_replace_needle%%" "$_replace_replacement"