Searched refs:new_string (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dstring-util.c547 char *strreplace(const char *text, const char *old_string, const char *new_string) { argument
554 assert(new_string);
557 new_len = strlen(new_string);
585 t = stpcpy(t, new_string);
H A Dstring-util.h155 char *strreplace(const char *text, const char *old_string, const char *new_string);

Completed in 412 milliseconds