taglinefilesource code
FD_ISSET584fs/exec.cif (FD_ISSET(i,&current->files->close_on_exec))
FD_ISSET78fs/fcntl.creturn FD_ISSET(fd, &current->files->close_on_exec);
FD_ISSET125fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) {
FD_ISSET130fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) {
FD_ISSET135fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) {