Searched refs:execve (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-13-stable/lib/libc/gen/
H A Dexect.c44 return (execve(path, argv, envp));
/freebsd-13-stable/tests/sys/kern/execve/
H A Dexecve_helper.c52 execve(argv[1], &argv[1], NULL);
53 err(1, "execve failed");
H A DMakefile3 TESTSDIR= ${TESTSBASE}/sys/kern/execve
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/execve/
H A Dt_execve.c41 "Tests an empty execve(2) executing");
48 err = execve(NULL, NULL, NULL);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp44 // execve() is wrong on android.
156 execve(argv[0], const_cast<char *const *>(argv), envp);
169 execve(argv[0], const_cast<char *const *>(argv), envp);
175 ExitWithError(error_fd, "execve");
/freebsd-13-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c121 execve(_PATH_DEFAULTMTA, al.argv, envp);
169 execve(to, al.argv, envp);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dbrowser-wpadebug.c117 execve("/system/bin/am", argv, envp);
118 wpa_printf(MSG_ERROR, "execve: %s", strerror(errno));
/freebsd-13-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc1.c87 execve("/usr/bin/true", argv, envp);
/freebsd-13-stable/lib/libc/tests/gen/
H A DMakefile94 TESTS_SUBDIRS= execve
/freebsd-13-stable/contrib/openpam/bin/su/
H A Dsu.c172 execve(*args, args, environ);
173 warn("execve()");
/freebsd-13-stable/tests/sys/kern/
H A DMakefile81 TESTS_SUBDIRS+= execve
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dshell-csh.mk9 # simple commands are executed via execve directly.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp153 DECLARE__REAL_AND_INTERNAL(uptr, execve, const char *filename,
155 return _REAL(execve)(filename, argv, envp);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c110 retry: (void) execve(bp, argv, envp);
129 execve(_PATH_BSHELL, __DECONST(char **, memp), envp);
/freebsd-13-stable/usr.sbin/rtsold/
H A Dcap_script.c78 (void)execve(argv[0], argv, NULL);
/freebsd-13-stable/sys/sys/
H A Dsyscall.mk55 execve.o \
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h66 #define execve _execve macro
H A Dun-namespace.h47 #undef execve macro
/freebsd-13-stable/lib/libc/sys/
H A DMakefile.inc182 execve.2 \
387 MLINKS+=execve.2 fexecve.2
/freebsd-13-stable/contrib/blacklist/port/
H A Dpopenve.c213 execve(cmd, argv, envp);
/freebsd-13-stable/contrib/capsicum-test/
H A Dfexecve.cc17 // Arguments to use in execve() calls.
149 EXPECT_EQ(-1, execve(argv_fail_[0], argv_fail_, null_envp));
/freebsd-13-stable/contrib/file/src/
H A Dseccomp.c132 DENY_RULE (execve);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsimple_exec.c264 execve(file, args, envp);
/freebsd-13-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c224 (void)execve(USR_BIN_TRUE, execve_args, environ);
225 err(-1, "execve");
235 (void)execve(USR_BIN_TRUE, execve_args, environ);
236 err(-1, "test_fork_exec: execve");
897 (void)execve(USR_BIN_TRUE, execve_args, environ);
898 err(-1, "test_vfork_exec: execve");
908 (void)execve(USR_BIN_TRUE, execve_args, environ);
909 err(-1, "execve");
/freebsd-13-stable/bin/sh/
H A Dexec.c182 execve(cmd, argv, envp);
197 execve(_PATH_BSHELL, argv, envp);

Completed in 241 milliseconds

12