Searched refs:exect (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dexect.c36 exect(const char *path, char *const argv[], char *const envp[]) function
H A DMakefile.inc52 exect.c \
370 exec.3 exect.3 \
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/exect/
H A Dt_exect.c42 "Tests an empty exect(2) executing");
61 * Currently exect(3) is misdesigned -- see PR port-amd64/51700 and it
71 atf_tc_skip("exect(3) misdesigned and hangs - PR port-amd64/51700");
79 ATF_REQUIRE_ERRNO(EFAULT, exect(NULL, NULL, NULL) == -1);
/freebsd-13-stable/include/
H A Dunistd.h506 int exect(const char *, char * const *, char * const *);

Completed in 109 milliseconds