Searched refs:F_DUPFD_CLOEXEC (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h287 /* See F_DUPFD_CLOEXEC below for 67 */
319 #define F_DUPFD_CLOEXEC 67 /* mark the dup with FD_CLOEXEC */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c729 case F_DUPFD_CLOEXEC:
740 uap->cmd == F_DUPFD_CLOEXEC ? UF_EXCLOSE : 0, retval);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3402 my_result = fcntl( my_fd, F_DUPFD_CLOEXEC, 0);
3404 printf( "fcntl - F_DUPFD_CLOEXEC - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3417 printf( "fcntl - F_DUPFD_CLOEXEC failed to set FD_CLOEXEC!!! \n" );

Completed in 65 milliseconds