| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| event-pipe.cc | 45 if (gdb::fcntl (m_fds[0], F_SETFL, O_NONBLOCK) == -1 46 || gdb::fcntl (m_fds[1], F_SETFL, O_NONBLOCK) == -1)
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| event-pipe.cc | 45 if (gdb::fcntl (m_fds[0], F_SETFL, O_NONBLOCK) == -1 46 || gdb::fcntl (m_fds[1], F_SETFL, O_NONBLOCK) == -1)
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| non_blocking.c | 63 if (fcntl(fd, F_SETFL, on ? flags | PATTERN : flags & ~PATTERN) < 0)
|
| /src/external/bsd/ntp/dist/libntp/ |
| socket.c | 148 if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0) { 154 if (fcntl(fd, F_SETFL, FNDELAY) < 0) { 160 if (fcntl(fd, F_SETFL, O_NDELAY) < 0) {
|
| iosignal.c | 157 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) 191 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) 243 if (fcntl(fd, F_SETFL, flags|FASYNC) < 0)
|
| /src/lib/libc/compat/sys/ |
| compat_dup3.c | 57 e = fcntl(newfd, F_SETFL, e);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| main.c | 45 #if !defined(O_NONBLOCK) || !defined(F_GETFL) || !defined(F_SETFL) 153 #if defined(O_NONBLOCK) && defined(F_GETFL) && defined(F_SETFL) 167 status = fcntl(0, F_SETFL, flags | O_NONBLOCK); 186 status = fcntl(0, F_SETFL, flags);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| main.c | 45 #if !defined(O_NONBLOCK) || !defined(F_GETFL) || !defined(F_SETFL) 153 #if defined(O_NONBLOCK) && defined(F_GETFL) && defined(F_SETFL) 167 status = fcntl(0, F_SETFL, flags | O_NONBLOCK); 186 status = fcntl(0, F_SETFL, flags);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-event.c | 66 gdb::fcntl (fds[0], F_SETFL, O_NONBLOCK); 67 gdb::fcntl (fds[1], F_SETFL, O_NONBLOCK);
|
| ser-pipe.c | 96 if (fcntl (err_pdes[0], F_SETFL, O_NONBLOCK) == -1)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ser-event.c | 66 gdb::fcntl (fds[0], F_SETFL, O_NONBLOCK); 67 gdb::fcntl (fds[1], F_SETFL, O_NONBLOCK);
|
| ser-pipe.c | 96 if (fcntl (err_pdes[0], F_SETFL, O_NONBLOCK) == -1)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_add_filter_program.c | 255 fcntl(data->child_stdout, F_SETFL, 0); 262 fcntl(data->child_stdin, F_SETFL, 0); 277 fcntl(data->child_stdin, F_SETFL, 0); 342 fcntl(data->child_stdout, F_SETFL, 0);
|
| filter_fork_posix.c | 203 fcntl(*child_stdin, F_SETFL, O_NONBLOCK); 205 fcntl(*child_stdout, F_SETFL, O_NONBLOCK);
|
| /src/external/bsd/ipf/dist/samples/ |
| relay.c | 182 (void) ioctl(fd, F_SETFL, ioctl(fd, F_GETFL, 0)|O_NONBLOCK); 183 (void) ioctl(0, F_SETFL, ioctl(fd, F_GETFL, 0)|O_NONBLOCK); 184 (void) ioctl(1, F_SETFL, ioctl(fd, F_GETFL, 0)|O_NONBLOCK);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-io.c | 350 #if defined(O_NONBLOCK) && defined(F_GETFL) && defined(F_SETFL) 365 status = fcntl (fd, F_SETFL, flags | O_NONBLOCK); 384 status = fcntl (fd, F_SETFL, flags);
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-io.c | 350 #if defined(O_NONBLOCK) && defined(F_GETFL) && defined(F_SETFL) 365 status = fcntl (fd, F_SETFL, flags | O_NONBLOCK); 384 status = fcntl (fd, F_SETFL, flags);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| fcntl.d | 62 F_SETFL 106 enum F_SETFL = 4; 406 enum F_SETFL = 4; 450 enum F_SETFL = 4; 511 enum F_SETFL = 4; 577 enum F_SETFL = 4; 665 enum F_SETFL = 4; 710 enum F_SETFL = 4;
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fcntl.c | 397 #ifdef F_SETFL /* POSIX */ 398 case F_SETFL: 611 case F_SETFL:
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fcntl.c | 397 #ifdef F_SETFL /* POSIX */ 398 case F_SETFL: 611 case F_SETFL:
|
| /src/tests/lib/librumpclient/ |
| t_fd.c | 121 RL(rump_sys_fcntl(ls, F_SETFL, fl | O_ASYNC));
|
| /src/usr.sbin/tpctl/ |
| tp.c | 80 if (fcntl(tp->fd, F_SETFL, flags) < 0)
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_sock.c | 322 # elif defined(F_GETFL) && defined(F_SETFL) && (defined(O_NONBLOCK) || defined(FNDELAY)) 343 ret = fcntl(s, F_SETFL, l);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| b_sock.c | 306 # elif defined(F_GETFL) && defined(F_SETFL) && (defined(O_NONBLOCK) || defined(FNDELAY)) 326 ret = fcntl(s, F_SETFL, l);
|
| /src/external/bsd/blocklist/port/ |
| popenve.c | 109 fcntl(pdes[0], F_SETFL, fcntl(pdes[0], F_GETFL) | flags); 110 fcntl(pdes[1], F_SETFL, fcntl(pdes[1], F_GETFL) | flags);
|