Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dsysctl.c39 static void replace_char(char *str, char old, char new) in replace_char() function
76 replace_char(key = path + 10, '/', '.'); // skip "/proc/sys/" in do_show_keys()
106 replace_char(path, '.', '/'); in process_key()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h168 const StringPiece& str, char* dst, char replace_char);
Dstructurally_valid.cc559 const char replace_char) { in UTF8CoerceToStructurallyValid() argument
573 dst[0] = replace_char; // replace one bad byte in UTF8CoerceToStructurallyValid()