Home
last modified time | relevance | path

Searched defs:execvp (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaos.h29 #define execvp(filename, argv) myexecvp(TRUE, filename, argv) macro
/openbsd/lib/libc/gen/
H A Dexec.c286 execvp(const char *name, char *const *argv) in execvp() function
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h271 #define execvp win32_execvp macro
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c180 int execvp(const char *file, char *const argv[]) { in execvp() function
/openbsd/gnu/usr.bin/perl/
H A DXSUB.h594 # define execvp PerlProc_execvp macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1644 WRAPPER2(int, execvp, const char *path, char *const argv []) in WRAPPER2() argument