Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 25 of 64) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinflow.c240 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/
Duthread_fork.c84 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()
Duthread_fd.c106 _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()
Duthread_init.c204 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()
Duthread_close.c93 _thread_sys_fcntl(fd, F_SETFL, flags & ~O_NONBLOCK); in close()
Duthread_closefrom.c31 _thread_sys_fcntl(fd, F_SETFL, flags & ~O_NONBLOCK); in _close_flags()
Duthread_fcntl.c91 case F_SETFL: in fcntl()
Duthread_execve.c79 _thread_sys_fcntl(i, F_SETFL, flags & ~O_NONBLOCK); in execve()
Duthread_exit.c74 _thread_sys_fcntl(i, F_SETFL, flags & ~O_NONBLOCK); in _exit()
Duthread_sig.c189 _thread_sys_fcntl(i, F_SETFL, in _thread_sig_handle()
/mirbsd/src/usr.sbin/ppp/ppp/
Dprompt.c423 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()
Di4b.c198 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()
Dtty.c468 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()
Dexec.c123 fcntl(fids[0], F_SETFL, stat); in exec_Create()
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dlocal.h169 if (ret == -1 || fcntl((fd), F_SETFL, \
185 if (ret == -1 || fcntl((fd), F_SETFL, \
/mirbsd/src/sys/sys/
Dfcntl.h145 #define F_SETFL 4 /* set file status flags */ macro
/mirbsd/src/gnu/usr.bin/perl/ext/Fcntl/
DMakefile.PL19 F_RDDNY F_RDLCK F_RWACC F_RWDNY F_SETFD F_SETFL
/mirbsd/src/usr.sbin/pppd/chat/
Dchat.c477 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/
Dread.c149 #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/
Devutil.c183 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) { in evutil_make_socket_nonblocking()
/mirbsd/src/sbin/routed/
Dmain.c277 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/
Dmisc.c87 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/
DMakefile.PL37 F_GETFL F_GETLK F_OK F_RDLCK F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK
/mirbsd/src/usr.sbin/pppd/
Dsys-bsd.c331 || 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/
Dpcap.c382 if (fcntl(p->fd, F_SETFL, fdflags) == -1) { in pcap_setnonblock()

123