| /src/external/gpl3/gcc/dist/libcc1/ |
| connection.cc | 72 fd_set read_set; local 74 FD_ZERO (&read_set); 75 FD_SET (m_fd, &read_set); 77 FD_SET (m_aux_fd, &read_set); 79 int nfds = select (FD_SETSIZE, &read_set, NULL, NULL, NULL); 93 if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &read_set)) 106 if (FD_ISSET (m_fd, &read_set))
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| connection.cc | 72 fd_set read_set; local 74 FD_ZERO (&read_set); 75 FD_SET (m_fd, &read_set); 77 FD_SET (m_aux_fd, &read_set); 79 int nfds = select (FD_SETSIZE, &read_set, NULL, NULL, NULL); 93 if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &read_set)) 106 if (FD_ISSET (m_fd, &read_set))
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| mini_inetd.c | 97 fd_set orig_read_set, read_set; local 142 read_set = orig_read_set; 144 ret = select (max_fd + 1, &read_set, NULL, NULL, NULL); 150 if (FD_ISSET (fds[i], &read_set)) {
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| kadm_conn.c | 180 fd_set orig_read_set, read_set; local 205 read_set = orig_read_set; 206 e = select(max_fd + 1, &read_set, NULL, NULL, NULL); 214 if(FD_ISSET(socks[i], &read_set))
|
| /src/external/mit/isl/dist/ |
| isl_schedule_read.c | 624 static __isl_give isl_schedule_tree *read_set(isl_stream *s) function 689 tree = read_set(s);
|
| isl_schedule_constraints.c | 627 context = read_set(s);
|
| /src/external/bsd/libbind/dist/ |
| configure | 21290 fd_set read_set; return (0);
|