Searched refs:__fcntl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dfcntl.c59 #pragma weak s_fcntl = __fcntl
60 #pragma weak _s_fcntl = __fcntl
69 __fcntl(int fd, int cmd, ...) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c625 extern int __fcntl(int, int, ...);
632 return (__fcntl(fildes, cmd, arg));
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c208 if (__fcntl(fd, F_DUP2FD, fap->fa_filedes) < 0)
219 fd = __fcntl(fap->fa_filedes, F_DUP2FD,
H A Dscalls.c743 extern int __fcntl(int, int, ...);
752 return (__fcntl(fildes, cmd, arg));
753 PERFORM(__fcntl(fildes, cmd, arg))
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c47 extern int __fcntl(int, int, ...);
1105 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND);
1151 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND);
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1448 extern int __fcntl(int, int, ...);

Completed in 111 milliseconds