30 #include <sys/param.h>
56 char *new_progname, *new_progname_full;
72 environ = g_malloc0 (
sizeof (
char *) * (i + 1));
76 for (i = 0; envp[i]; i++)
77 environ[i] = g_strdup (envp[i]);
110 formatted = g_strdup_vprintf (new_title, args);
112 i = strlen (formatted);
135 va_start (args, new_title);