copy_argv
filter = copy_argv(argv);
char *copy_argv(char * const *);
extern char *copy_argv(char * const *);
cmdbuf = copy_argv(&argv[optind]);