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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h208 #define F_GETFD 1 /* get file descriptor flags */ macro
249 /* file descriptor flags (F_GETFD, F_SETFD) */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3327 my_result = fcntl( my_fd, F_GETFD, 0 );
3329 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3348 my_result = fcntl( my_fd, F_GETFD, 0 );
3350 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c651 case F_GETFD:

Completed in 41 milliseconds