HelenOS sources

fcntl              73 uspace/lib/posix/include/posix/fcntl.h extern int fcntl(int fd, int cmd, ...);
fcntl             382 uspace/lib/posix/src/unistd.c 	return fcntl(fildes, F_DUPFD, 0);
HelenOS homepage, sources at GitHub