/titanic_41/usr/src/lib/libast/common/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()
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | fdopen.c | 64 if (fcntl(fd, F_GETFD) == -1) in fdopen()
|
H A D | popen.c | 156 if (fcntl(curr->fd, F_GETFD) >= 0) { in popen()
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | shm.c | 58 if ((flags = fcntl(fd, F_GETFD)) < 0 || in shm_open()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | closefrom.c | 96 if (fcntl(i, F_GETFD) < 0) in fdwalk()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 122 #define F_GETFD 1 /* Get fildes flags (close on exec) */ macro
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 76 #define F_GETFD 1 /* Get fildes flags */ macro
|
/titanic_41/usr/src/lib/libcontract/common/ |
H A D | libcontract_priv.c | 54 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 133 info->pr_fdflags = pr_fcntl(P, fd, F_GETFD, 0); in load_fdinfo()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fcntl.h | 95 #define F_GETFD 1 /* Get fildes flags */ macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fds.c | 249 x = (fcntl(i, F_GETFD, (char*)0) > 0) ? "x" : "-"; in b_fds()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 221 m->arg.fd.parent.flag = fcntl(arg1, F_GETFD, 0); in modify() 226 m->arg.fd.child.flag = fcntl(arg2, F_GETFD, 0); in modify()
|
/titanic_41/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 209 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
|
/titanic_41/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 275 fcntl(memfd, F_GETFD, 0) | FD_CLOEXEC); in main()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 1512 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || in getla() 1597 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || in getla() 1835 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || in getla() 2555 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || 5269 if ((j = fcntl(i, F_GETFD, 0)) != -1)
|
H A D | daemon.c | 1155 if ((fdflags = fcntl(d->d_socket, F_GETFD, 0)) == -1 ||
|
/titanic_41/usr/src/cmd/cdrw/ |
H A D | bstream.c | 366 if ((mode = fcntl(0, F_GETFD, NULL)) < 0) { in open_stdin_read_stream()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 455 if ((fdflags = fcntl(sock, F_GETFD, 0)) == -1 ||
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 102 case F_GETFD: in fcntl()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 564 if(fcntl(f2,F_GETFD,0)&1) in io_preserve()
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 691 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
|
/titanic_41/usr/src/uts/common/c2/ |
H A D | audit_event.c | 1438 case F_GETFD: in aui_fcntl()
|