Searched refs:execvP (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | exec.c | 285 execvP(const char *name, const char *path, char * const argv[]) in execvP() function
|
H A D | Symbol.map | 110 execvP;
|
H A D | Makefile.inc | 364 exec.3 execvP.3 \
|
/freebsd/include/ |
H A D | unistd.h | 507 int execvP(const char *, const char *, char * const *);
|
/freebsd/sbin/fsck/ |
H A D | fsck.c | 375 execvP(execbase, _PATH_SYSPATH, __DECONST(char * const *, argv)); in checkfs()
|
/freebsd/sbin/mount/ |
H A D | mount.c | 149 execvP(execname, _PATH_SYSPATH, argv); in exec_mountprog()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1112 /// int execvP(const char *file, const char *search_path, char *const argv[]); 1113 TLI_DEFINE_ENUM_INTERNAL(execvP) 1114 TLI_DEFINE_STRING_INTERNAL("execvP")
|