fcntl             134 include/sys/fcntl.h int	fcntl(int, int, ...);
fcntl              52 usr/lib/libc/stdio/fdopen.c 	if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
fcntl              69 usr/test/dup/dup.c 	if (fcntl(fd1, F_SETFD, 1) != 0)
fcntl              88 usr/test/dup/dup.c 	if (fcntl(fd2, F_GETFD) != 0)
fcntl             137 usr/test/dup/dup.c 	if (fcntl(fd2, F_GETFD) == 0)
fcntl             144 usr/test/dup/dup.c 	if ((fd2 = fcntl(fd1, F_DUPFD, 0)) < 0)
fcntl             151 usr/test/dup/dup.c         if (fcntl(fd2, F_GETFD) != 0)