repl 148 lib/common/cmdline.c string_replace(gchar *str, const gchar *sub, const gchar *repl) repl 158 lib/common/cmdline.c gchar *retval = g_strjoinv(repl, split); repl 205 lib/common/cmdline.c gchar *repl = string_replace(argv[i], "'", "\\\'"); repl 206 lib/common/cmdline.c pcmk__g_strcat(gs, "'", repl, "'", NULL); repl 207 lib/common/cmdline.c g_free(repl);