execute_name 199 lib/utilunix.c my_system_make_arg_array (int flags, const char *shell, char **execute_name) execute_name 209 lib/utilunix.c *execute_name = g_strdup (shell); execute_name 217 lib/utilunix.c *execute_name = g_strdup (shell); execute_name 219 lib/utilunix.c *execute_name = g_strndup (shell, (gsize) (shell_token - shell)); execute_name 473 lib/utilunix.c char *execute_name = NULL; execute_name 477 lib/utilunix.c args_array = my_system_make_arg_array (flags, command, &execute_name); execute_name 483 lib/utilunix.c status = my_systemv (execute_name, (char *const *) args_array->pdata); execute_name 485 lib/utilunix.c g_free (execute_name);