/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | fcntl.c | 111 #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 D | epoll_test.c | 33 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 D | basic_args.c | 59 res = fcntl(fd, F_GETFD, 0); in main() 79 res = fcntl(fd, F_GETFD, 0); in main()
|
/illumos-gate/usr/src/test/libproc-tests/tests/syscall/ |
H A D | pr_target.c | 66 val = fcntl(fd, F_GETFD, NULL); in pr_target_check_fd() 154 if (fcntl(PRT_CLOSE_FD, F_GETFD, NULL) != -1) { in main()
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | fdopen.c | 62 if (fcntl(fd, F_GETFD) == -1) in fdopen()
|
H A D | popen.c | 156 if (fcntl(curr->fd, F_GETFD) >= 0) { in popen()
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | shm.c | 56 if ((flags = fcntl(fd, F_GETFD)) < 0 || in shm_open()
|
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | ocloexec_verify.c | 45 int flags = fcntl(fd, F_GETFD, NULL); in verify_flags()
|
H A D | oclo.c | 101 int flags = fcntl(rt->crt_fd, F_GETFD, NULL); in oclo_flags_match()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | closefrom.c | 95 if (fcntl(i, F_GETFD) < 0) in fdwalk()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 75 #define F_GETFD 1 /* Get fildes flags */ macro
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | libcontract_priv.c | 52 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 219 #define F_GETFD 1 /* get file descriptor flags */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fcntl.h | 105 #define F_GETFD 1 /* Get fildes flags */ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fds.c | 249 x = (fcntl(i, F_GETFD, (char*)0) > 0) ? "x" : "-"; in b_fds()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | procopen.c | 256 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 D | ctrun.c | 207 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
|
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 273 fcntl(memfd, F_GETFD, 0) | FD_CLOEXEC); in main()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 1513 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 D | daemon.c | 1155 if ((fdflags = fcntl(d->d_socket, F_GETFD, 0)) == -1 ||
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | bstream.c | 366 if ((mode = fcntl(0, F_GETFD, NULL)) < 0) { in open_stdin_read_stream()
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 455 if ((fdflags = fcntl(sock, F_GETFD, 0)) == -1 ||
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 125 case F_GETFD: in fcntl()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 621 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 D | dnssd_clientstub.c | 612 int fcntl_flags = fcntl(sdr->sockfd, F_GETFD); in ConnectToServer()
|