| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | inflow.c | 240 result = fcntl (0, F_SETFL, tflags_inferior); in terminal_inferior() 241 result = fcntl (0, F_SETFL, tflags_inferior); in terminal_inferior() 413 result = fcntl (0, F_SETFL, tflags_ours); in terminal_ours_1() 414 result = fcntl (0, F_SETFL, tflags_ours); in terminal_ours_1() 666 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags | FASYNC); in set_sigio_trap() 676 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags); in clear_sigio_trap()
|
| /mirbsd/src/lib/libpthread/uthread/ |
| D | uthread_fork.c | 84 else if (_thread_sys_fcntl(_thread_kern_pipe[0], F_SETFL, flags | O_NONBLOCK) == -1) { in fork() 94 else if (_thread_sys_fcntl(_thread_kern_pipe[1], F_SETFL, flags | O_NONBLOCK) == -1) { in fork()
|
| D | uthread_fd.c | 106 _thread_sys_fcntl(fd, F_SETFL, in _thread_fd_init() 134 _thread_sys_fcntl(fd, F_SETFL, flags[fd]); in _thread_fd_init() 182 _thread_sys_fcntl(fd, F_SETFL, in _thread_fd_table_init()
|
| D | uthread_init.c | 204 res = _thread_sys_fcntl(_thread_kern_pipe[0], F_SETFL, in _thread_init() 213 res = _thread_sys_fcntl(_thread_kern_pipe[1], F_SETFL, in _thread_init()
|
| D | uthread_close.c | 93 _thread_sys_fcntl(fd, F_SETFL, flags & ~O_NONBLOCK); in close()
|
| D | uthread_closefrom.c | 31 _thread_sys_fcntl(fd, F_SETFL, flags & ~O_NONBLOCK); in _close_flags()
|
| D | uthread_fcntl.c | 91 case F_SETFL: in fcntl()
|
| D | uthread_execve.c | 79 _thread_sys_fcntl(i, F_SETFL, flags & ~O_NONBLOCK); in execve()
|
| D | uthread_exit.c | 74 _thread_sys_fcntl(i, F_SETFL, flags & ~O_NONBLOCK); in _exit()
|
| D | uthread_sig.c | 189 _thread_sys_fcntl(i, F_SETFL, in _thread_sig_handle()
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | prompt.c | 423 fcntl(fd, F_SETFL, stat); in prompt_TtyInit() 462 fcntl(p->fd_in, F_SETFL, stat); in prompt_TtyCommandMode() 482 fcntl(p->fd_in, F_SETFL, stat); in prompt_TtyTermMode() 495 fcntl(p->fd_in, F_SETFL, stat); in prompt_TtyOldMode()
|
| D | i4b.c | 198 fcntl(p->fd, F_SETFL, oldflag | O_NONBLOCK); in i4b_Raw() 227 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in i4b_Cooked() 426 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in i4b_Create()
|
| D | tty.c | 468 fcntl(p->fd, F_SETFL, oldflag | O_NONBLOCK); in tty_Raw() 511 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in tty_Cooked() 753 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in tty_Create()
|
| D | exec.c | 123 fcntl(fids[0], F_SETFL, stat); in exec_Create()
|
| /mirbsd/src/gnu/usr.sbin/sendmail/libsm/ |
| D | local.h | 169 if (ret == -1 || fcntl((fd), F_SETFL, \ 185 if (ret == -1 || fcntl((fd), F_SETFL, \
|
| /mirbsd/src/sys/sys/ |
| D | fcntl.h | 145 #define F_SETFL 4 /* set file status flags */ macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Fcntl/ |
| D | Makefile.PL | 19 F_RDDNY F_RDLCK F_RWACC F_RWDNY F_SETFD F_SETFL
|
| /mirbsd/src/usr.sbin/pppd/chat/ |
| D | chat.c | 477 if (fcntl(0, F_SETFL, flags | O_NONBLOCK) == -1) 491 if (fcntl(0, F_SETFL, flags & ~O_NONBLOCK) == -1) in unalarm() 1148 if (fcntl(0, F_SETFL, status & ~O_NONBLOCK) == -1) in get_char() 1176 if (fcntl(0, F_SETFL, status & ~O_NONBLOCK) == -1)
|
| /mirbsd/src/lib/libedit/ |
| D | read.c | 149 #if defined(F_SETFL) && defined(O_NDELAY) in read__fixio() 153 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1) in read__fixio()
|
| /mirbsd/src/lib/libevent/ |
| D | evutil.c | 183 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) { in evutil_make_socket_nonblocking()
|
| /mirbsd/src/sbin/routed/ |
| D | main.c | 277 if (fcntl(rt_sock, F_SETFL, O_NONBLOCK) == -1) in main() 556 if (fcntl(sock, F_SETFL, O_NONBLOCK) == -1) in fix_sock()
|
| /mirbsd/src/usr.bin/ssh/ |
| D | misc.c | 87 if (fcntl(fd, F_SETFL, val) == -1) { in set_nonblock() 111 if (fcntl(fd, F_SETFL, val) == -1) { in unset_nonblock()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 37 F_GETFL F_GETLK F_OK F_RDLCK F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | sys-bsd.c | 331 || fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) { 476 if (initfdflags != -1 && fcntl(fd, F_SETFL, initfdflags) < 0) 658 if (fcntl(loop_master, F_SETFL, flags | O_NONBLOCK) == -1) in open_ppp_loopback()
|
| /mirbsd/src/lib/libpcap/ |
| D | pcap.c | 382 if (fcntl(p->fd, F_SETFL, fdflags) == -1) { in pcap_setnonblock()
|