Searched refs:F_DUPFD_CLOFORK (Results 1 – 4 of 4) sorted by relevance
306 #define F_DUPFD_CLOFORK 23 /* Like F_DUPFD, but FD_CLOFORK is set */ macro
386 if ((fd2 = fcntl(fd1, F_DUPFD_CLOFORK, 10)) < 0) in main()
298 case F_DUPFD_CLOFORK: in oclo_fdup_common()333 oclo_fdup_common(c, FD_CLOFORK, F_DUPFD_CLOFORK); in oclo_fdupfd_fork()
602 case F_DUPFD_CLOFORK: in kern_fcntl()