Home
last modified time | relevance | path

Searched refs:execvpe (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/test/os-tests/tests/execvpe/
H A DMakefile17 execvpe-test
20 execvpe-script \
21 execvpe-noperm
27 ROOTOPTEXECVPE = $(ROOTOPTDIR)/execvpe
33 $(ROOTOPTEXECVPE)/execvpe-noperm := FILEMODE = 0444
H A Dexecvpe-script18 # is for testing execvpe() which falls back to treating a file as the standard
33 printf "execvpe wrapper did not set the secret phrase!\n"
H A Dexecvpe-noperm18 # is for testing execvpe() properly failing to use this file because it lacks
H A Dexecvpe-test.c96 (void) execvpe(test->et_prog, (char * const *)argv, in execvpe_test_one()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dexecvpe.c30 NoN(execvpe)
35 __EXPORT__ int execvpe(const char*, char* const[], char* const[]);
46 execvpe(const char* name, char* const argv[], char* const envv[])
H A Dexecvp.c47 return execvpe(name, argv, environ);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m63 dir path=opt/os-tests/tests/execvpe
64 file path=opt/os-tests/tests/execvpe/execvpe-noperm mode=0444
65 file path=opt/os-tests/tests/execvpe/execvpe-script mode=0555
66 file path=opt/os-tests/tests/execvpe/execvpe-test.32 mode=0555
67 file path=opt/os-tests/tests/execvpe/execvpe-test.64 mode=0555
H A Dsystem-kernel.man2.inc67 link path=usr/share/man/man2/execvpe.2 target=exec.2
/illumos-gate/usr/src/man/man2/
H A DMakefile187 execvpe.2 \
307 execvpe.2 := LINKSRC = exec.2
/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile26 execvpe \
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run185 tests = ['execvpe-test.32', 'execvpe-test.64']
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dexecvp.c217 execvpe(const char *file, char *const *argv, char *const *envp) in execvpe() function
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap86 #undef execvpe
87 #define execvpe _ast_execvpe
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dsys146 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap86 #undef execvpe
87 #define execvpe _ast_execvpe
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dsys146 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap86 #undef execvpe
87 #define execvpe _ast_execvpe
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dsys146 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap86 #undef execvpe
87 #define execvpe _ast_execvpe
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dsys146 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/head/
H A Dunistd.h291 extern int execvpe(const char *, char *const [], char *const []);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsys189 extern execvpe int (const char*, char* const[], char* const[])
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c1093 execvpe(av[0], av, envp); in exec()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs91 comp/execvpe.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile117 execlp.c execve.c execvp.c execvpe.c spawnveg.c \

12