Searched refs:execvpe (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | exec.c | 139 return (execvpe(name, argv, environ)); in execvp() 291 execvpe(const char *name, char * const argv[], char * const envp[]) in execvpe() function
|
H A D | Symbol.map | 460 execvpe;
|
H A D | posix_spawn.c | 264 execvpe(psa->path, psa->argv, envp); in _posix_spawn_thr()
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
H A D | param.h | 61 extern int execvpe(const char *name, char * const argv[], char * const envp[]);
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | user.m4 | 36 AC_CHECK_FUNCS([execvpe issetugid mlockall strlcat strlcpy gettid])
|
/freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
H A D | libzfs_compat.c | 186 execvpe(const char *name, char * const argv[], char * const envp[]) in execvpe() function
|
/freebsd/include/ |
H A D | unistd.h | 508 int execvpe(const char *, char * const *, char * const *);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1127 /// int execvpe(const char *file, char *const argv[], char *const envp[]); 1128 TLI_DEFINE_ENUM_INTERNAL(execvpe) 1129 TLI_DEFINE_STRING_INTERNAL("execvpe")
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_util.c | 960 execvpe(path, argv, env); in libzfs_run_process_impl()
|
H A D | libzfs.abi | 8361 <function-decl name='execvpe' visibility='default' binding='global' size-in-bits='64'>
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1646 fun:execvpe=uninstrumented
|