Searched refs:execvpe (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/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/lib/libast/amd64/include/ast/
H A Dast_sys.h158 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h107 #undef execvpe macro
108 #define execvpe _ast_execvpe macro
109 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_sys.h137 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h86 #undef execvpe macro
87 #define execvpe _ast_execvpe macro
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_sys.h158 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h107 #undef execvpe macro
108 #define execvpe _ast_execvpe macro
109 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_sys.h137 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h86 #undef execvpe macro
87 #define execvpe _ast_execvpe macro
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_sys.h158 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h107 #undef execvpe macro
108 #define execvpe _ast_execvpe macro
109 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_sys.h137 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h86 #undef execvpe macro
87 #define execvpe _ast_execvpe macro
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_sys.h158 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h107 #undef execvpe macro
108 #define execvpe _ast_execvpe macro
109 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_sys.h137 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
H A Dast_map.h86 #undef execvpe macro
87 #define execvpe _ast_execvpe macro
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c193 execvpe(char *name, char *const argv[], char *const envp[]) function
1199 execvpe(av[0], av, envp);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com63 common/comp/execvpe.o \

Completed in 1484 milliseconds