Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOFORK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dfcntl.h306 #define F_DUPFD_CLOFORK 23 /* Like F_DUPFD, but FD_CLOFORK is set */ macro
/freebsd/tests/sys/file/
H A Ddup_test.c386 if ((fd2 = fcntl(fd1, F_DUPFD_CLOFORK, 10)) < 0) in main()
/freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Doclo.c298 case F_DUPFD_CLOFORK: in oclo_fdup_common()
333 oclo_fdup_common(c, FD_CLOFORK, F_DUPFD_CLOFORK); in oclo_fdupfd_fork()
/freebsd/sys/kern/
H A Dkern_descrip.c602 case F_DUPFD_CLOFORK: in kern_fcntl()