Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfcntl.c111 #ifndef F_GETFD in main()
114 if (F_GETFD > f_local) f_local = F_GETFD; in main()
174 #ifndef F_GETFD in main()
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Depoll_test.c33 flags = fcntl(fd, F_GETFD); in main()
41 flags = fcntl(fd, F_GETFD); in main()
/illumos-gate/usr/src/test/os-tests/tests/signalfd/
H A Dbasic_args.c59 res = fcntl(fd, F_GETFD, 0); in main()
79 res = fcntl(fd, F_GETFD, 0); in main()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfdopen.c62 if (fcntl(fd, F_GETFD) == -1) in fdopen()
H A Dpopen.c156 if (fcntl(curr->fd, F_GETFD) >= 0) { in popen()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dshm.c56 if ((flags = fcntl(fd, F_GETFD)) < 0 || in shm_open()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dclosefrom.c95 if (fcntl(i, F_GETFD) < 0) in fdwalk()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h75 #define F_GETFD 1 /* Get fildes flags */ macro
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c52 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h219 #define F_GETFD 1 /* get file descriptor flags */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h102 #define F_GETFD 1 /* Get fildes flags */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfds.c249 x = (fcntl(i, F_GETFD, (char*)0) > 0) ? "x" : "-"; in b_fds()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocopen.c256 m->arg.fd.parent.flag = fcntl(arg1, F_GETFD, 0); in modify()
261 m->arg.fd.child.flag = fcntl(arg2, F_GETFD, 0); in modify()
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c207 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c273 fcntl(memfd, F_GETFD, 0) | FD_CLOEXEC); in main()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1513 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || in getla()
1598 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || in getla()
1836 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || in getla()
2556 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 ||
5270 if ((j = fcntl(i, F_GETFD, 0)) != -1)
H A Ddaemon.c1155 if ((fdflags = fcntl(d->d_socket, F_GETFD, 0)) == -1 ||
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c366 if ((mode = fcntl(0, F_GETFD, NULL)) < 0) { in open_stdin_read_stream()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c455 if ((fdflags = fcntl(sock, F_GETFD, 0)) == -1 ||
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c103 case F_GETFD: in fcntl()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c621 if(fcntl(f2,F_GETFD,0)&1) in io_preserve()
2773 if (fcntl(min_fd, F_GETFD) == -1) { in sh_get_unused_fd()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_clientstub.c612 int fcntl_flags = fcntl(sdr->sockfd, F_GETFD); in ConnectToServer()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c689 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1445 case F_GETFD: in aui_fcntl()