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/skia/tools/
Dpicture_utils.h26 void replace_char(SkString* str, const char oldChar, const char newChar);
Dpicture_utils.cpp33 void replace_char(SkString* str, const char oldChar, const char newChar) { in replace_char() function