Home
last modified time | relevance | path

Searched refs:replace_char (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/toys/other/
H A 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()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h142 // overwriting illegal bytes with replace_char (typically ' ' or '?').
143 // replace_char must be legal printable 7-bit Ascii 0x20..0x7e.
153 char replace_char);
H A Dstructurally_valid.cc575 // overwriting illegal bytes with replace_char (typically blank).
576 // replace_char must be legal printable 7-bit Ascii 0x20..0x7e.
586 const char replace_char) {
600 dst[0] = replace_char; // replace one bad byte
/third_party/backends/backend/escl/
H A Descl_capabilities.c410 replace_char(char* str, char find, char replace){ in replace_char() function
605 replace_char(model, ' ', '_'); in escl_capabilities()

Completed in 4 milliseconds