Home | History | Annotate | Download | only in make-3.81

Lines Matching full:execve

179 extern int execve ();
1999 /* to work around a problem with signals and execve: ignore them */
2004 execve (argv[0], argv, envp);
2005 perror_with_name ("execve: ", argv[0]);