shell_quote
char *qword = shell_quote(word+1);
qfilename = shell_quote(p);
qfilename = shell_quote(p);
char *shell_quote(const char *);
char *esccmd = shell_quote(cmd);
filename = shell_quote(*argv);