Searched refs:fcntl (Results 1 - 25 of 809) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_utils.c35 #include <fcntl.h>
43 (void) fcntl(notify_pipe[1], F_SETFL, O_NONBLOCK);
/osnet-11/usr/src/lib/libc/port/gen/
H A Ddup.c32 #include <fcntl.h>
38 return (fcntl(fildes, F_DUPFD, 0));
45 return (fcntl(fildes, F_DUP2FD, fildes2));
H A Dgetrusage.c52 #include <fcntl.h>
53 #include <sys/fcntl.h>
H A Dtruncate.c34 * length using fcntl(F_FREESP) system call. If the file
52 #include <fcntl.h>
66 if (fcntl(fildes, F_FREESP, &lck) == -1) {
H A Dopendir.c43 #include <fcntl.h>
H A Dtell.c45 #include <fcntl.h>
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dopen.c35 #include <fcntl.h>
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtypeahead.c62 * 9.2% of the time in fcntl().
65 #include <fcntl.h>
83 * required, since O_NDELAY must be set. calling fcntl() or dup()
109 (void) fcntl(cur_term->_check_fd, F_SETFD, 1);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfcntl.c25 * -last fcntl
30 #ifndef fcntl
32 NoN(fcntl)
47 #undef fcntl
48 extern int fcntl(int, int, ...);
87 op = fcntl(fd, op, va_arg(ap, int));
H A Ddup2.c43 return(fcntl(d1, F_DUPFD, d2));
/osnet-11/usr/src/lib/libc/port/sys/
H A Dlockf.c42 #include <fcntl.h>
61 rv = fcntl(fildes, F_SETLK, &l);
65 rv = fcntl(fildes, F_SETLKW, &l);
69 rv = fcntl(fildes, F_SETLK, &l);
73 rv = fcntl(fildes, F_GETLK, &l);
H A Daccess.c29 #include <sys/fcntl.h>
H A Dmkdir.c29 #include <sys/fcntl.h>
H A Drename.c30 #include <sys/fcntl.h>
H A Dsymlink.c29 #include <sys/fcntl.h>
H A Dlink.c28 #include <fcntl.h>
H A Dmknod.c29 #include <sys/fcntl.h>
H A Dunlink.c29 #include <sys/fcntl.h>
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dftruncate.c27 #include <fcntl.h>
56 return (fcntl(fd, F_FREESP, &fl));
H A Ddaemon.c41 #include <fcntl.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.xs12 # include <fcntl.h>
/osnet-11/usr/src/lib/libpkg/common/
H A Dfmkdir.c33 #include <fcntl.h>
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_dump.c41 #include <fcntl.h>
76 (void) fcntl(dump_fd, F_SETFD, FD_CLOEXEC);
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dfdopen.c53 #include <fcntl.h>
64 if (fcntl(fd, F_GETFD) == -1)
/osnet-11/usr/src/lib/sun_fc/common/
H A DInternalError.cc35 #include <fcntl.h>

Completed in 120 milliseconds

1234567891011>>