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