Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


execvp()               COHERENT System Call              execvp()




Execute a load module

execvp(file, argv)
char *file, *argv[];

The COHERENT  system includes six functions  that allow a process
to execute another  executable file (or load module, as described
in the header  l.out.h).  execvp specifies arguments as a single,
NULL-terminated  array of  parameters, called  argv.   Unlike the
related call execv, execvp searches for file in all of the direc-
tories named in the environmental variable PATH.  For more infor-
mation on program execution, see execution.

***** See Also *****

COHERENT system calls, environ, execution

***** Diagnostics *****

execvp does not return  if successful.  It returns -1 for errors,
such as file  being nonexistent, not accessible with execute per-
mission, having a bad format, or too large to fit in memory.


































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026