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

1234567891011>>

/illumos-gate/usr/src/cmd/listen/
H A Dlsdata.c32 #include <fcntl.h>
/illumos-gate/usr/src/ucbhead/
H A Dfcntl.h29 #include <sys/fcntl.h>
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_utils.c35 #include <fcntl.h>
43 (void) fcntl(notify_pipe[1], F_SETFL, O_NONBLOCK);
/illumos-gate/usr/src/cmd/sort/common/
H A Dmerge.h37 #include <fcntl.h>
H A Dinternal.h39 #include <fcntl.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dchmod.c27 #include <sys/fcntl.h>
H A Dmkdir.c27 #include <sys/fcntl.h>
H A Dchown.c29 #include <sys/fcntl.h>
H A Dlink.c27 #include <sys/fcntl.h>
H A Dmknod.c27 #include <sys/fcntl.h>
H A Dreadlink.c27 #include <sys/fcntl.h>
H A Drmdir.c28 #include <sys/fcntl.h>
H A Dsymlink.c27 #include <sys/fcntl.h>
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Drmdir.c28 #include <sys/fcntl.h>
H A Dsymlink.c27 #include <sys/fcntl.h>
H A Dchmod.c27 #include <sys/fcntl.h>
H A Dchown.c28 #include <sys/fcntl.h>
H A Dlink.c27 #include <sys/fcntl.h>
H A Dmkdir.c27 #include <sys/fcntl.h>
H A Dreadlink.c27 #include <sys/fcntl.h>
H A Dunlink.c28 #include <sys/fcntl.h>
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddup.c34 #include <fcntl.h>
41 return (fcntl(fildes, F_DUPFD, 0));
48 return (fcntl(fildes, F_DUP2FD, fildes2));
71 return (fcntl(fildes, (flags == 0) ? F_DUP2FD : F_DUP2FD_CLOEXEC,
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ddup2.c29 #include <fcntl.h>
50 if (fcntl(fildes, F_GETFL, 0) == -1) {
73 if ((ret = fcntl(fildes, F_DUPFD, fildes2)) != -1) {
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyplckpwdf.c35 #include <fcntl.h>
73 retval = fcntl(fildes, F_SETLKW, (int)&flock);
90 (void) fcntl(fildes, F_SETLK, (int)&flock);
/illumos-gate/usr/src/cmd/keyserv/
H A Ddetach.c43 #include <fcntl.h>

Completed in 101 milliseconds

1234567891011>>