execvp            441 lib-src/emacsclient.c   return execvp (path, argv);
execvp            760 lib-src/emacsclient.c       execvp (*new_argv, new_argv);
execvp           1816 lib-src/emacsclient.c       execvp ("emacs", d_argv);
execvp            823 lib/unistd.in.h _GL_FUNCDECL_RPL (execvp, int, (const char *program, char * const *argv)
execvp            825 lib/unistd.in.h _GL_CXXALIAS_RPL (execvp, int, (const char *program, char * const *argv));
execvp            827 lib/unistd.in.h _GL_CXXALIAS_SYS (execvp, int, (const char *program, char * const *argv));
execvp            829 lib/unistd.in.h _GL_CXXALIASWARN (execvp);
execvp            833 lib/unistd.in.h _GL_WARN_ON_USE (execvp, "execvp behaves very differently on mingw - "
execvp            845 lib/unistd.in.h _GL_CXXALIAS_MDA_CAST (execvp, intptr_t,
execvp            848 lib/unistd.in.h _GL_CXXALIAS_SYS (execvp, int, (const char *program, char * const *argv));
execvp            850 lib/unistd.in.h _GL_CXXALIASWARN (execvp);
execvp           1825 src/emacs.c                    execvp (argv[0], argv);
execvp           2910 src/emacs.c          if (execvp (*initial_argv, initial_argv) < 1)
execvp            182 src/sysdep.c   	      execvp (newargv[0], newargv);