Searched refs:__fcntl (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | fcntl.c | 59 #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 D | external.c | 625 extern int __fcntl(int, int, ...); 632 return (__fcntl(fildes, cmd, arg));
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 208 if (__fcntl(fd, F_DUP2FD, fap->fa_filedes) < 0) 219 fd = __fcntl(fap->fa_filedes, F_DUP2FD,
|
H A D | scalls.c | 743 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 D | aio.c | 47 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 D | thr_uberdata.h | 1448 extern int __fcntl(int, int, ...);
|
Completed in 111 milliseconds