fcntl              91 gtags-cscope/mypopen.c     if(fd != -1 && (fcntl(fd, F_SETFD, CLOSE_ON_EXEC) != -1))
fcntl             128 gtags-cscope/mypopen.c 	if(fp && (fcntl(fileno(fp), F_SETFD, CLOSE_ON_EXEC) != -1))
fcntl             168 gtags-cscope/mypopen.c 		fcntl(yourside, F_DUPFD, stdio);
fcntl             229 libdb/bt_open.c 	if (fcntl(t->bt_fd, F_SETFD, 1) == -1)
fcntl             227 libutil/dbop.c 	fcntl(ipipe[0], F_SETFD, FD_CLOEXEC);
fcntl             228 libutil/dbop.c 	fcntl(opipe[1], F_SETFD, FD_CLOEXEC);