Symbol: F_SETFL
bin/dd/dd.c
174
if (fcntl(out.fd, F_SETFL, oflags) == -1)
bin/sh/input.c
176
if (fcntl(0, F_SETFL, flags & ~O_NONBLOCK) < 0)
bin/sh/redir.c
273
if (flags != -1 && fcntl(pip[1], F_SETFL, flags | O_NONBLOCK) != -1) {
bin/sh/redir.c
279
fcntl(pip[1], F_SETFL, flags);
bin/sh/show.c
397
fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND);
cddl/usr.sbin/zfsd/zfsd.cc
164
if (fcntl(s_signalPipeFD[0], F_SETFL, O_NONBLOCK) == -1)
cddl/usr.sbin/zfsd/zfsd.cc
167
if (fcntl(s_signalPipeFD[1], F_SETFL, O_NONBLOCK) == -1)
crypto/heimdal/lib/ipc/server.c
643
fcntl(c->fd, F_SETFL, fileflags | O_NONBLOCK);
crypto/krb5/src/util/verto/ev.c
2221
fcntl (fd, F_SETFL, O_NONBLOCK);
crypto/openssh/channels.c
585
(void)fcntl(*fdp, F_SETFL, c->restore_flags[0]);
crypto/openssh/channels.c
588
(void)fcntl(*fdp, F_SETFL, c->restore_flags[1]);
crypto/openssh/channels.c
591
(void)fcntl(*fdp, F_SETFL, c->restore_flags[2]);
crypto/openssh/misc.c
168
if (fcntl(fd, F_SETFL, val) == -1) {
crypto/openssh/misc.c
192
if (fcntl(fd, F_SETFL, val) == -1) {
crypto/openssh/openbsd-compat/bsd-pselect.c
63
fcntl(fd, F_SETFL, val|O_NONBLOCK) == -1)
crypto/openssh/regress/netcat.c
680
if (fcntl(s, F_SETFL, flags | O_NONBLOCK) == -1)
crypto/openssh/regress/netcat.c
701
if (timeout != -1 && fcntl(s, F_SETFL, flags) == -1)
crypto/openssl/crypto/bio/bio_sock.c
363
#elif defined(F_GETFL) && defined(F_SETFL) && (defined(O_NONBLOCK) || defined(FNDELAY))
crypto/openssl/crypto/bio/bio_sock.c
384
ret = fcntl(s, F_SETFL, l);
crypto/openssl/crypto/bio/bss_dgram.c
2702
fcntl(b->num, F_SETFL, O_NONBLOCK);
crypto/openssl/crypto/bio/bss_dgram.c
2708
fcntl(b->num, F_SETFL, sockflags);
crypto/openssl/crypto/bio/bss_dgram.c
2751
fcntl(b->num, F_SETFL, O_NONBLOCK);
crypto/openssl/crypto/bio/bss_dgram.c
2753
fcntl(b->num, F_SETFL, sockflags);
crypto/openssl/doc/designs/ddd/ddd-04-fd-nonblocking.c
355
rc = fcntl(fd, F_SETFL, O_NONBLOCK);
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
408
rc = fcntl(fd, F_SETFL, O_NONBLOCK);
crypto/openssl/engines/e_afalg.c
224
if (fcntl(aio->efd, F_SETFL, O_NONBLOCK) != 0) {
lib/libc/net/nscachedcli.c
212
_fcntl(client_socket, F_SETFL, O_NONBLOCK);
lib/libc/rpc/svc_vc.c
336
if (_fcntl(sock, F_SETFL, flags | O_NONBLOCK) == -1)
lib/libc/stdio/freopen.c
104
if (_fcntl(fp->_file, F_SETFL, dflags) < 0) {
lib/libc/tests/stdio/getdelim_test.c
345
ATF_REQUIRE(fcntl(fileno(fp), F_SETFL, flags | O_NONBLOCK) >= 0);
lib/libfetch/common.c
295
(void)fcntl(sd, F_SETFL, flags | O_NONBLOCK);
lib/libfetch/common.c
657
(void)fcntl(sd, F_SETFL, O_NONBLOCK);
lib/libpam/modules/pam_exec/pam_exec.c
252
if (fcntl(chin[1], F_SETFL, O_NONBLOCK)) {
lib/libpam/modules/pam_exec/pam_exec.c
286
if (fcntl(chout[0], F_SETFL, O_NONBLOCK) != 0) {
lib/libpam/modules/pam_exec/pam_exec.c
301
if (fcntl(cherr[0], F_SETFL, O_NONBLOCK) != 0) {
lib/libsysdecode/flags.c
906
case F_SETFL:
lib/libtacplus/taclib.c
247
fcntl(h->fd, F_SETFL, flags | O_NONBLOCK) == -1) {
lib/libusb/libusb10.c
168
fcntl(f, F_SETFL, flags);
libexec/phttpget/phttpget.c
395
if (fcntl(sd, F_SETFL, sdflags | O_NONBLOCK) == -1)
libexec/phttpget/phttpget.c
431
if (fcntl(sd, F_SETFL, sdflags) == -1)
sbin/devd/devd.cc
933
if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0)
sbin/hastd/proto_tcp.c
308
if (fcntl(tctx->tc_fd, F_SETFL, flags) == -1) {
sbin/hastd/proto_tcp.c
331
if (fcntl(tctx->tc_fd, F_SETFL, flags) == -1) {
sbin/hastd/proto_tcp.c
396
if (fcntl(tctx->tc_fd, F_SETFL, flags) == -1) {
sbin/init/init.c
599
(void)fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) & ~O_NONBLOCK);
sbin/ipf/ipsend/sock.c
259
if (fcntl(fd, F_SETFL, FNDELAY) == -1)
sbin/routed/main.c
287
if (fcntl(rt_sock, F_SETFL, O_NONBLOCK) == -1)
sbin/routed/main.c
583
if (fcntl(sock, F_SETFL, O_NONBLOCK) == -1)
share/examples/ipfilter/l4check/l4check.c
297
fcntl(fd, F_SETFL, res | O_NONBLOCK);
share/examples/ipfilter/samples/relay.c
181
(void) ioctl(fd, F_SETFL, ioctl(fd, F_GETFL, 0)|O_NONBLOCK);
share/examples/ipfilter/samples/relay.c
182
(void) ioctl(0, F_SETFL, ioctl(fd, F_GETFL, 0)|O_NONBLOCK);
share/examples/ipfilter/samples/relay.c
183
(void) ioctl(1, F_SETFL, ioctl(fd, F_GETFL, 0)|O_NONBLOCK);
sys/compat/freebsd32/freebsd32_misc.c
4034
case F_SETFL:
sys/compat/linux/linux_file.c
1427
return (kern_fcntl(td, args->fd, F_SETFL, arg));
sys/kern/kern_descrip.c
651
case F_SETFL:
sys/kern/kern_descrip.c
652
error = fget_fcntl(td, fd, &cap_fcntl_rights, F_SETFL, &fp);
sys/security/audit/bsm_fcntl.c
51
{ BSM_F_SETFL, F_SETFL },
sys/sys/capsicum.h
363
#define CAP_FCNTL_SETFL (1 << F_SETFL)
tests/sys/capsicum/capability-fd.cc
526
rc = fcntl(cap_fd, F_SETFL, rc);
tests/sys/capsicum/fcntl.cc
185
EXPECT_EQ(0, CHECK_FCNTL(CAP_FCNTL, caps, F_SETFL, fd_flag));
tests/sys/capsicum/fcntl.cc
262
EXPECT_NOTCAPABLE(fcntl(fd, F_SETFL, fd_flag));
tests/sys/capsicum/fcntl.cc
325
EXPECT_OK(fcntl(fd, F_SETFL, fd_flag));
tests/sys/capsicum/fcntl.cc
331
EXPECT_OK(fcntl(fd, F_SETFL, fd_flag));
tests/sys/capsicum/fcntl.cc
342
EXPECT_OK(fcntl(fd_set, F_SETFL, fd_flag));
tests/sys/capsicum/fcntl.cc
343
EXPECT_NOTCAPABLE(fcntl(fd_get, F_SETFL, fd_flag));
tests/sys/capsicum/fcntl.cc
350
EXPECT_NOTCAPABLE(fcntl(fd, F_SETFL, fd_flag));
tests/sys/common/sendfile_helper.c
85
if (fcntl(sv[0], F_SETFL, flags) == -1)
tests/sys/common/sendfile_helper.c
97
if (fcntl(sv[0], F_SETFL, flags) == -1)
tests/sys/fifo/fifo_io.c
180
if (fcntl(fd, F_SETFL, flags) < 0) {
tests/sys/fifo/fifo_io.c
201
if (fcntl(fd, F_SETFL, flags) < 0) {
tests/sys/file/fcntlflags_test.c
56
ATF_REQUIRE_MSG(fcntl(fd, F_SETFL, flags1) != -1,
tests/sys/file/fcntlflags_test.c
64
ATF_REQUIRE_MSG(fcntl(fd, F_SETFL, flags2 | O_NONBLOCK) != -1,
tests/sys/file/path_test.c
566
fcntl(pathfd, F_SETFL, flags & ~O_PATH));
tests/sys/file/path_test.c
568
fcntl(pathfd, F_SETFL, flags | O_APPEND));
tests/sys/fs/fusefs/read.cc
1366
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1129
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1156
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1269
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1274
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1324
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
1334
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
384
ASSERT_EQ(0, fcntl(fd, F_SETFL, O_DIRECT)) << strerror(errno);
tests/sys/fs/fusefs/write.cc
390
ASSERT_EQ(0, fcntl(fd, F_SETFL, 0)) << strerror(errno);
tests/sys/kern/ktls_test.c
281
ATF_REQUIRE(fcntl(s, F_SETFL, flags) != -1);
tests/sys/kern/ktls_test.c
325
ATF_REQUIRE(fcntl(fd, F_SETFL, flags) != -1);
tests/sys/kern/listener_wakeup.c
239
ATF_REQUIRE(fcntl(ctx.s, F_SETFL, O_NONBLOCK) != -1);
tests/sys/kern/pipe/big_pipe_test.c
55
if (flags == -1 || fcntl(fd[1], F_SETFL, flags|O_NONBLOCK) == -1) {
tests/sys/kern/socket_accf.c
42
ATF_REQUIRE(fcntl(l, F_SETFL, O_NONBLOCK) != -1);
tests/sys/kern/socket_splice.c
56
error = fcntl(fd, F_SETFL, flags);
tests/sys/kern/socket_splice.c
838
error = fcntl(xfer->fd, F_SETFL, O_NONBLOCK);
tests/sys/kern/ssl_sendfile.c
161
ATF_REQUIRE(fcntl(c->cs, F_SETFL, O_NONBLOCK) != -1);
tests/sys/kern/ssl_sendfile.c
223
ATF_REQUIRE(fcntl(c->ss, F_SETFL,
tests/sys/kern/timerfd.c
1035
r = fcntl(tfd, F_SETFL, r | O_NONBLOCK);
tests/sys/kern/unix_dgram.c
153
ATF_REQUIRE(fcntl(fd[1], F_SETFL, O_NONBLOCK) != -1);
tests/sys/kern/unix_dgram.c
166
ATF_REQUIRE(fcntl(fd[0], F_SETFL, O_NONBLOCK) != -1);
tests/sys/kern/unix_passfd_test.c
340
ATF_REQUIRE_MSG(fcntl(fd, F_SETFL, O_NONBLOCK) != -1,
tests/sys/kern/unix_passfd_test.c
877
rc = fcntl(fd[0], F_SETFL, O_NONBLOCK);
tests/sys/kern/unix_seqpacket_test.c
612
if (fcntl(s, F_SETFL, O_NONBLOCK) == -1) {
tests/sys/kern/unix_seqpacket_test.c
71
ATF_REQUIRE(-1 != fcntl(sv[0], F_SETFL, O_NONBLOCK));
tests/sys/kern/unix_seqpacket_test.c
72
ATF_REQUIRE(-1 != fcntl(sv[1], F_SETFL, O_NONBLOCK));
tests/sys/kern/unix_seqpacket_test.c
907
ATF_CHECK_EQ(0, fcntl(sv[0], F_SETFL, O_ASYNC));
tests/sys/kern/unix_stream.c
212
ATF_REQUIRE(fcntl(sv[0], F_SETFL, O_NONBLOCK) != -1);
tests/sys/kern/unix_stream.c
215
ATF_REQUIRE(fcntl(sv[0], F_SETFL, 0) != -1);
tests/sys/netinet/fibs_multibind_test.c
536
ATF_REQUIRE(fcntl(s[0], F_SETFL, O_NONBLOCK) == 0);
tests/sys/netinet/fibs_multibind_test.c
540
ATF_REQUIRE(fcntl(s[1], F_SETFL, O_NONBLOCK) == 0);
tests/sys/netinet/tcp_md5_getsockopt.c
80
fcntl(ssock, F_SETFL, O_NONBLOCK);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
107
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
111
CHECK(fcntl(fd, F_SETFL, 0) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
142
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
145
CHECK(fcntl(fd, F_SETFL, 0) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
194
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
197
CHECK(fcntl(fd, F_SETFL, 0) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
241
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
244
CHECK(fcntl(fd, F_SETFL, 0) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
295
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
297
CHECK(fcntl(fd, F_SETFL, 0) == 0);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
319
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
321
CHECK(fcntl(fd, F_SETFL, 0) == 0);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
350
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
354
CHECK(fcntl(fd, F_SETFL, 0) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
394
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
397
CHECK(fcntl(fd, F_SETFL, 0) == -1);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
59
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
61
CHECK(fcntl(fd, F_SETFL, 0) == 0);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
83
CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0);
tools/regression/capsicum/syscalls/cap_fcntls_limit.c
85
CHECK(fcntl(fd, F_SETFL, 0) == 0);
tools/regression/netinet/msocket/msocket.c
363
if (fcntl(sock, F_SETFL, O_NONBLOCK) < 0)
tools/regression/netinet/tcpconnect/tcpconnect.c
138
if (fcntl(sock, F_SETFL, O_NONBLOCK) != 0)
tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c
95
fcntl(t, F_SETFL, fcntl(t, F_GETFL) | O_NONBLOCK);
tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c
96
fcntl(u, F_SETFL, fcntl(t, F_GETFL) | O_NONBLOCK);
tools/regression/netinet/udpzerobyte/udpzerobyte.c
72
if (fcntl(sock_receive, F_SETFL, O_NONBLOCK, 1) < 0)
tools/regression/poll/sockpoll.c
90
if (fcntl(sck, F_SETFL, flags))
tools/regression/security/cap_test/cap_test_capabilities.c
322
ret = fcntl(fd_cap, F_SETFL, ret);
tools/regression/security/cap_test/cap_test_capabilities.c
323
CHECK_RESULT(fcntl(F_SETFL), CAP_FCNTL, ret == 0);
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
112
if (fcntl(s, F_SETFL, i) != 0)
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
179
if (fcntl(s, F_SETFL, i) != 0)
tools/regression/sockets/accf_data_attach/accf_data_attach.c
215
if (fcntl(lso, F_SETFL, i) != 0)
tools/regression/sockets/kqueue/kqueue.c
270
if (fcntl(sv[0], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/kqueue/kqueue.c
273
if (fcntl(sv[1], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/kqueue/kqueue.c
300
if (fcntl(sv[0], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/kqueue/kqueue.c
302
if (fcntl(sv[1], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/kqueue/kqueue.c
321
if (fcntl(sv[0], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/kqueue/kqueue.c
324
if (fcntl(sv[1], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/kqueue/kqueue.c
345
if (fcntl(sv[0], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/kqueue/kqueue.c
348
if (fcntl(sv[1], F_SETFL, O_NONBLOCK) != 0)
tools/regression/sockets/listenclose/listenclose.c
93
if (fcntl(connect_sock, F_SETFL, &arg) < 0)
tools/regression/sockets/unix_cmsg/uc_common.c
165
if (fcntl(fd, F_SETFL, val | O_NONBLOCK) < 0) {
tools/regression/sockets/unix_cmsg/uc_common.c
385
if (fcntl(fd, F_SETFL, val & ~O_NONBLOCK) < 0) {
tools/regression/sockets/unix_gc/unix_gc.c
202
if (fcntl(s, F_SETFL, O_NONBLOCK) < 0)
tools/regression/sockets/zerosend/zerosend.c
145
if (fcntl(sock2, F_SETFL, O_NONBLOCK) < 0)
tools/test/gpioevents/gpioevents.c
448
res = fcntl(handle, F_SETFL, flags);
tools/test/gpioevents/gpioevents.c
574
res = fcntl(handle, F_SETFL, flags);
tools/tools/netrate/tcpconnect/tcpconnect.c
84
if (fcntl(s, F_SETFL, FIONBIO, &i) < 0)
tools/tools/netrate/tcpp/tcpp_client.c
101
if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0)
tools/tools/netrate/tcpp/tcpp_server.c
252
if (fcntl(listen_sock, F_SETFL, O_NONBLOCK) < 0)
tools/tools/netrate/tcpp/tcpp_server.c
87
if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0)
usr.bin/chat/chat.c
1038
if (fcntl(0, F_SETFL, status & ~O_NONBLOCK) == -1)
usr.bin/chat/chat.c
1065
if (fcntl(0, F_SETFL, status & ~O_NONBLOCK) == -1)
usr.bin/chat/chat.c
446
if (fcntl(0, F_SETFL, flags | O_NONBLOCK) == -1)
usr.bin/kdump/kdump.c
1128
if (ip[0] == F_SETFL)
usr.bin/morse/morse.c
377
fcntl(line, F_SETFL, &lflags);
usr.bin/script/script.c
225
if (fcntl(master, F_SETFL, fcm) == -1)
usr.bin/tip/tip/tip.c
199
i = fcntl(FD, F_SETFL, i & ~O_NONBLOCK);
usr.bin/wall/ttymsg.c
150
(void) fcntl(fd, F_SETFL, 0); /* clear O_NONBLOCK */
usr.bin/whois/whois.c
450
if (fcntl(s, F_SETFL, f) == -1)
usr.sbin/apmd/apmd.c
678
if (fcntl(signal_fd[0], F_SETFL, O_NONBLOCK) < 0)
usr.sbin/bhyve/gdb.c
2253
if (fcntl(s, F_SETFL, flags | O_NONBLOCK) == -1)
usr.sbin/bhyve/net_backend_netgraph.c
118
if (fcntl(be->fd, F_SETFL, flags | O_NONBLOCK) < 0) {
usr.sbin/bhyve/pci_virtio_console.c
333
if (fcntl(s, F_SETFL, O_NONBLOCK) < 0) {
usr.sbin/bhyve/uart_backend.c
306
if (fcntl(conn_fd, F_SETFL, O_NONBLOCK) != 0)
usr.sbin/bhyve/uart_backend.c
361
if (fcntl(sc->tty.rfd, F_SETFL, O_NONBLOCK) != 0)
usr.sbin/bhyve/uart_backend.c
363
if (fcntl(sc->tty.wfd, F_SETFL, O_NONBLOCK) != 0)
usr.sbin/bhyve/uart_backend.c
464
if (fcntl(bind_fd, F_SETFL, O_NONBLOCK) == -1)
usr.sbin/bluetooth/bthidd/client.c
229
if (fcntl(s, F_SETFL, (m|O_NONBLOCK)) < 0) {
usr.sbin/bsdinstall/runconsoles/runconsoles.c
338
error = fcntl(fd, F_SETFL, flags & ~O_NONBLOCK);
usr.sbin/dconschat/dconschat.c
704
fcntl(ns, F_SETFL, flags);
usr.sbin/fdformat/fdformat.c
270
if (fcntl(fd, F_SETFL, flags) == -1)
usr.sbin/lpr/lpd/lpd.c
278
fcntl(lfd, F_SETFL, 0); /* turn off non-blocking mode */
usr.sbin/lpr/lpd/printjob.c
211
if (fcntl(lfd, F_SETFL, 0) < 0) {
usr.sbin/nscd/nscd.c
197
fcntl(retval->sockfd, F_SETFL, O_NONBLOCK);
usr.sbin/nscd/nscdcli.c
199
fcntl(client_socket, F_SETFL, O_NONBLOCK);
usr.sbin/pmcstat/pmcstat.c
1088
if (fcntl(rfd, F_SETFL, O_NONBLOCK) < 0)
usr.sbin/pmcstat/pmcstat.c
1111
if (fcntl(pipefd[READPIPEFD], F_SETFL, O_NONBLOCK) < 0)
usr.sbin/ppp/exec.c
274
fcntl(fids[0], F_SETFL, stat);
usr.sbin/ppp/prompt.c
426
fcntl(fd, F_SETFL, stat);
usr.sbin/ppp/prompt.c
465
fcntl(p->fd_in, F_SETFL, stat);
usr.sbin/ppp/prompt.c
485
fcntl(p->fd_in, F_SETFL, stat);
usr.sbin/ppp/prompt.c
498
fcntl(p->fd_in, F_SETFL, stat);
usr.sbin/ppp/tty.c
468
fcntl(p->fd, F_SETFL, oldflag | O_NONBLOCK);
usr.sbin/ppp/tty.c
511
fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK);
usr.sbin/ppp/tty.c
765
fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK);
usr.sbin/rtadvd/control.c
244
if ((flags = fcntl(fd, F_SETFL, flags | O_NONBLOCK)) == -1) {
usr.sbin/rtadvd/control.c
328
if ((flags = fcntl(s->si_fd, F_SETFL, flags | O_NONBLOCK)) == -1) {
usr.sbin/syslogd/syslogd.c
3822
if (fcntl(pfd[1], F_SETFL, O_NONBLOCK) == -1) {
usr.sbin/ypserv/yp_dnslookup.c
140
if (fcntl(resfd, F_SETFL, O_NONBLOCK) == -1) {