execvP
int execvP(const char *, const char *, char * const *);
execvP(execbase, _PATH_SYSPATH, __DECONST(char * const *, argv));
execvP(execname, _PATH_SYSPATH, argv);