execute_name      201 lib/utilunix.c my_system_make_arg_array (int flags, const char *shell, char **execute_name)
execute_name      211 lib/utilunix.c         *execute_name = g_strdup (shell);
execute_name      219 lib/utilunix.c             *execute_name = g_strdup (shell);
execute_name      221 lib/utilunix.c             *execute_name = g_strndup (shell, (gsize) (shell_token - shell));
execute_name      475 lib/utilunix.c     char *execute_name = NULL;
execute_name      479 lib/utilunix.c     args_array = my_system_make_arg_array (flags, command, &execute_name);
execute_name      485 lib/utilunix.c     status = my_systemv (execute_name, (char *const *) args_array->pdata);
execute_name      487 lib/utilunix.c     g_free (execute_name);