taglinefilesource code
FD_ISSET436fs/exec.cif (FD_ISSET(i,&current->files->close_on_exec))
FD_ISSET66fs/fcntl.creturn FD_ISSET(fd, &current->files->close_on_exec);
FD_ISSET126fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) {
FD_ISSET131fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) {
FD_ISSET136fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) {