Searched refs:fexecve (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fexecve.c48 ATF_TC(fexecve); variable
49 ATF_TC_HEAD(fexecve, tc)
51 atf_tc_set_md_var(tc, "descr", "See that fexecve works");
53 ATF_TC_BODY(fexecve, tc)
67 if (fexecve(fd, __UNCONST(argv), __UNCONST(envp)) == -1) {
74 err(error, "fexecve");
82 atf_tc_expect_fail("fexecve not implemented");
92 ATF_TP_ADD_TC(tp, fexecve);
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf174 ## Allow fexecve(2), subject to capability rights. We perform some scoping,
177 fexecve
/freebsd-11-stable/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c203 fexecve(binary, args, env);
204 atf_tc_fail("fexecve() failed");
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk343 fexecve.o \
/freebsd-11-stable/include/
H A Dunistd.h433 int fexecve(int, char *const [], char *const []);
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc357 MLINKS+=execve.2 fexecve.2

Completed in 148 milliseconds