execvp            441 lib-src/emacsclient.c   return execvp (path, argv);
execvp            762 lib-src/emacsclient.c       execvp (*new_argv, new_argv);
execvp           1818 lib-src/emacsclient.c       execvp ("emacs", d_argv);
execvp            849 lib/unistd.in.h _GL_FUNCDECL_RPL (execvp, int, (const char *program, char * const *argv)
execvp            851 lib/unistd.in.h _GL_CXXALIAS_RPL (execvp, int, (const char *program, char * const *argv));
execvp            853 lib/unistd.in.h _GL_CXXALIAS_SYS (execvp, int, (const char *program, char * const *argv));
execvp            855 lib/unistd.in.h _GL_CXXALIASWARN (execvp);
execvp            859 lib/unistd.in.h _GL_WARN_ON_USE (execvp, "execvp behaves very differently on mingw - "
execvp            871 lib/unistd.in.h _GL_CXXALIAS_MDA_CAST (execvp, intptr_t,
execvp            874 lib/unistd.in.h _GL_CXXALIAS_SYS (execvp, int, (const char *program, char * const *argv));
execvp            876 lib/unistd.in.h _GL_CXXALIASWARN (execvp);
execvp            173 src/android-emacs.c   execvp (args[0], args);
execvp           1892 src/emacs.c                    execvp (argv[0], argv);
execvp           3028 src/emacs.c          if (execvp (*initial_argv, initial_argv) < 1)
execvp            190 src/sysdep.c   	      execvp (newargv[0], newargv);