Searched refs:replace_string (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/date_time/ |
D | time_facet.hpp | 307 string_type replace_string(seconds_format); in put() local 308 replace_string += sep; in put() 309 replace_string += frac_str; in put() 312 replace_string); in put() 414 string_type replace_string; in put() local 415 replace_string += sep; in put() 416 replace_string += frac_str; in put() 419 replace_string); in put() 500 string_type replace_string(seconds_format); in put() local 501 replace_string += sep; in put() [all …]
|
/third_party/e2fsprogs/util/ |
D | subst.c | 121 static void replace_string(char *begin, char *end, char *newstr) in replace_string() function 179 replace_string(ptr, end_ptr, ent->value); in substitute_line() 219 replace_string(ptr, end_ptr, ent->value); in substitute_line()
|
/third_party/libinput/doc/api/ |
D | meson.build | 36 replace_string: '__GIT_VERSION__')
|
/third_party/alsa-lib/src/ucm/ |
D | parser.c | 86 static char *replace_string(char **dst, const char *value) in replace_string() function 2264 if (replace_string(&uc_mgr->conf_dir_name, dir) == NULL) { in parse_toplevel_path() 2268 if (replace_string(&uc_mgr->conf_file_name, file) == NULL) { in parse_toplevel_path() 2436 replace_string(&uc_mgr->conf_dir_name, NULL); in uc_mgr_import_master_config()
|
/third_party/libinput/doc/user/ |
D | meson.build | 17 replace_string: '__GIT_VERSION__')
|