Searched refs:FD_CLOEXEC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h250 #define FD_CLOEXEC 1 /* close-on-exec flag */ macro
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3333 my_tmep = (my_result & FD_CLOEXEC);
3335 /* FD_CLOEXEC is on, let's turn it off */
3339 /* FD_CLOEXEC is off, let's turn it on */
3354 printf( "fcntl - F_SETFD failed to set FD_CLOEXEC correctly!!! \n" );

Completed in 34 milliseconds