Searched defs:execvpe (Results 1 - 9 of 9) sorted by relevance

/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/amd64/include/ast/
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_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_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_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_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_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_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_map.h86 #undef execvpe macro
87 #define execvpe _ast_execvpe macro
88 extern __MANGLE__ int execvpe __PROTO__((const char*, char* const[], char* const[]));

Completed in 1189 milliseconds