Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/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()
/titanic_41/usr/src/lib/libc/port/stdio/
H A Dfdopen.c64 if (fcntl(fd, F_GETFD) == -1) in fdopen()
H A Dpopen.c156 if (fcntl(curr->fd, F_GETFD) >= 0) { in popen()
/titanic_41/usr/src/lib/libc/port/rt/
H A Dshm.c58 if ((flags = fcntl(fd, F_GETFD)) < 0 || in shm_open()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dclosefrom.c96 if (fcntl(i, F_GETFD) < 0) in fdwalk()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h122 #define F_GETFD 1 /* Get fildes flags (close on exec) */ macro
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h76 #define F_GETFD 1 /* Get fildes flags */ macro
/titanic_41/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c54 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
/titanic_41/usr/src/lib/libproc/common/
H A DPfdinfo.c133 info->pr_fdflags = pr_fcntl(P, fd, F_GETFD, 0); in load_fdinfo()
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h95 #define F_GETFD 1 /* Get fildes flags */ macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dfds.c249 x = (fcntl(i, F_GETFD, (char*)0) > 0) ? "x" : "-"; in b_fds()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dprocopen.c221 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 Dctrun.c209 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
/titanic_41/usr/src/cmd/sysdef/
H A Dsysdef.c275 fcntl(memfd, F_GETFD, 0) | FD_CLOEXEC); in main()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c1512 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 Ddaemon.c1155 if ((fdflags = fcntl(d->d_socket, F_GETFD, 0)) == -1 ||
/titanic_41/usr/src/cmd/cdrw/
H A Dbstream.c366 if ((mode = fcntl(0, F_GETFD, NULL)) < 0) { in open_stdin_read_stream()
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c455 if ((fdflags = fcntl(sock, F_GETFD, 0)) == -1 ||
/titanic_41/usr/src/uts/common/syscall/
H A Dfcntl.c102 case F_GETFD: in fcntl()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c564 if(fcntl(f2,F_GETFD,0)&1) in io_preserve()
/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c691 int flags = fcntl(fd, F_GETFD, 0); in close_on_exec()
/titanic_41/usr/src/uts/common/c2/
H A Daudit_event.c1438 case F_GETFD: in aui_fcntl()