Symbol: F_GETFL
bin/sh/input.c
170
int flags = fcntl(0, F_GETFL, 0);
bin/sh/redir.c
285
flags = fcntl(pip[1], F_GETFL, 0);
bin/sh/show.c
405
if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0)
crypto/openssh/channels.c
452
(val = fcntl(rfd, F_GETFL)) != -1 && !(val & O_NONBLOCK)) {
crypto/openssh/channels.c
458
(val = fcntl(wfd, F_GETFL)) != -1 && !(val & O_NONBLOCK)) {
crypto/openssh/channels.c
464
(val = fcntl(efd, F_GETFL)) != -1 && !(val & O_NONBLOCK)) {
crypto/openssh/misc.c
116
val = fcntl(fd, F_GETFL);
crypto/openssh/misc.c
140
val = fcntl(fd, F_GETFL);
crypto/openssh/misc.c
1521
if (fcntl(dupfd, F_GETFL) == -1 && errno == EBADF) {
games/hunt/huntd/answer.c
115
flags = fcntl(newsock, F_GETFL, 0);
games/hunt/huntd/driver.c
1022
flags = fcntl(s, F_GETFL, 0);
games/morse/morse.c
433
lflags = fcntl(line, F_GETFL);
lib/libc/rpc/svc_vc.c
339
flags = _fcntl(sock, F_GETFL, 0);
lib/libc/stdio/fdopen.c
56
if ((fdflags = _fcntl(fd, F_GETFL, 0)) < 0)
lib/libc/stdio/freopen.c
83
if ((dflags = _fcntl(fp->pub._fileno, F_GETFL)) < 0) {
lib/libc/sysvipc/sockets.c
113
flags = fcntl(sock, F_GETFL, 0);
lib/libc/sysvipc/sockets.c
96
flags = fcntl(fd, F_GETFL, 0);
lib/libthread_xu/thread/thr_syscalls.c
268
case F_GETFL:
lib/libusb/libusb10.c
105
flags = fcntl(f, F_GETFL, NULL);
libexec/ftpd/ftpd.c
1892
if ((flags = fcntl(pdata, F_GETFL, 0)) == -1 ||
libexec/ftpd/ftpd.c
1904
if ((flags = fcntl(pdata, F_GETFL, 0)) == -1 ||
sbin/newfs/newfs.c
709
if (fcntl(STDERR_FILENO, F_GETFL) < 0) {
sbin/slattach/slattach.c
283
if ((oflags = fcntl(fd, F_GETFL)) == -1) {
sbin/udevd/udevd_socket.c
114
flags = fcntl(s, F_GETFL, 0);
sbin/udevd/udevd_socket.c
124
flags = fcntl(s, F_GETFL, 0);
sys/kern/kern_descrip.c
783
case F_GETFL:
sys/kern/kern_descrip.c
999
case F_GETFL:
test/stress/fsstress/fsstress.c
1705
flags = fcntl(fd, F_GETFL, 0);
usr.bin/chat/chat.c
1036
if ((status = fcntl(0, F_GETFL, 0)) == -1)
usr.bin/chat/chat.c
1064
if ((status = fcntl(0, F_GETFL, 0)) == -1)
usr.bin/chat/chat.c
443
if ((flags = fcntl(0, F_GETFL, 0)) == -1)
usr.sbin/dconschat/dconschat.c
585
flags = fcntl(ns, F_GETFL, 0);
usr.sbin/ftp-proxy/ftp-proxy.c
507
if ((fc = fcntl(s->server_fd, F_GETFL)) == -1 ||
usr.sbin/ppp/exec.c
122
stat = fcntl(fids[0], F_GETFL, 0);
usr.sbin/ppp/prompt.c
421
stat = fcntl(fd, F_GETFL, 0);
usr.sbin/ppp/prompt.c
460
stat = fcntl(p->fd_in, F_GETFL, 0);
usr.sbin/ppp/prompt.c
480
stat = fcntl(p->fd_in, F_GETFL, 0);
usr.sbin/ppp/prompt.c
493
stat = fcntl(p->fd_in, F_GETFL, 0);
usr.sbin/ppp/tty.c
473
oldflag = fcntl(p->fd, F_GETFL, 0);
usr.sbin/ppp/tty.c
518
if ((oldflag = fcntl(p->fd, F_GETFL, 0)) != -1)
usr.sbin/ppp/tty.c
747
oldflag = fcntl(p->fd, F_GETFL, 0);
usr.sbin/rtadvd/control.c
239
if ((flags = fcntl(fd, F_GETFL, 0)) == -1) {
usr.sbin/rtadvd/control.c
323
if ((flags = fcntl(s->si_fd, F_GETFL, 0)) == -1) {