/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | __syscall_fcntl.c | 17 int __NC(fcntl)(int fd, int cmd, long arg) in __NC() argument 31 return INLINE_SYSCALL(fcntl, 3, fd, cmd, arg); in __NC() 38 int fcntl(int fd, int cmd, ...) in fcntl() function 49 return __NC(fcntl)(fd, cmd, arg); in fcntl() 56 int result = __NC(fcntl)(fd, cmd, arg); in fcntl() 64 lt_strong_alias(fcntl) 65 lt_libc_hidden(fcntl) 67 strong_alias_untyped(fcntl,fcntl64)
|
A D | dup2.c | 25 return fcntl(old, F_GETFL, 0) < 0 ? -1 : newfd; in dup2()
|
A D | not-cancel.h | 150 __NC(fcntl)(fd, cmd, val)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-flock2.c | 44 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in tf() 117 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test() 136 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test() 148 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test() 192 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test() 225 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test() 249 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test()
|
A D | tst-cancel7.c | 63 if (fcntl (fileno (f), F_SETLK, &fl) != 0) in sl() 145 if (fcntl (fileno (f), F_GETLK, &fl) != 0) in do_test() 185 if (fcntl (fileno (f), F_GETLK, &fl) == 0 && fl.l_type != F_UNLCK
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/ |
A D | lockf64.c | 29 #define fcntl fcntl64 macro 65 if (fcntl (fd, F_GETLK, &fl) < 0) in lockf64() 90 return fcntl(fd, cmd, &fl); in lockf64()
|
A D | lockf.c | 44 if (fcntl (fd, F_GETLK, &fl) < 0) in lockf() 69 return fcntl(fd, cmd, &fl); in lockf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | fcntl.h | 76 extern int fcntl (int __fd, int __cmd, ...); 79 libc_hidden_proto(fcntl) 83 extern int __REDIRECT (fcntl, (int __fd, int __cmd, ...), fcntl64); 85 # define fcntl fcntl64
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/ |
A D | lckpwdf.c | 68 fcntl (lock_fd, F_SETFD, FD_CLOEXEC); in lckpwdf() 103 result = fcntl (lock_fd, F_SETLKW, &fl); in lckpwdf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/syslog/ |
A D | syslog.c | 146 fcntl(fd, F_SETFD, FD_CLOEXEC); in openlog_intern() 148 fcntl(fd, F_SETFL, O_NONBLOCK | fcntl(fd, F_GETFL)); in openlog_intern()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | fcntl.SUSv4.syms | 2 fcntl
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | fdopen.c | 15 cur_mode = fcntl(filedes, F_GETFL); in fdopen()
|
A D | _fopen.c | 131 if (fcntl(filedes, F_SETFL, O_APPEND)) /* Need O_APPEND. */ in _stdio_fopen()
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/include/ |
A D | not-cancel.h | 10 fcntl(fd, cmd, val)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | cancellation-points.c | 107 MAKE_CANCEL_THREAD_FUNC(fcntl, (0, F_SETLKW, NULL)) 164 MAKE_CANCEL_THREAD_FUNC_RE(fcntl_another, fcntl, (0, F_GETFD)) 226 ret += TEST_FUNC(fcntl); in main()
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | target_headers.lst | 22 bits/fcntl.h 113 fcntl.h 184 sys/fcntl.h
|
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/ |
A D | shm.c | 74 fcntl(fd, F_SETFD, FD_CLOEXEC); in shm_open()
|
/l4re-core-master/l4re_vfs/include/ |
A D | backend | 103 /// Default backend for POSIX fcntl subfunctions. 107 /// Default backend for POSIX fcntl subfunctions. 111 /// Default backend for POSIX fcntl subfunctions. 115 /// Default backend for POSIX fcntl subfunctions.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/dirent/ |
A D | opendir.c | 55 flags = fcntl(fd, F_GETFL); in fdopendir()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ |
A D | mq_notify.c | 165 fcntl (netlink_socket, F_SETFD, FD_CLOEXEC); in init_mq_netlink()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | mq_notify.c | 166 if (fcntl (netlink_socket, F_SETFD, FD_CLOEXEC) != 0) in init_mq_netlink()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | wrapsyscall.c | 80 CANCELABLE_SYSCALL_VA (int, fcntl, (int fd, int cmd, ...),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/ |
A D | __uClibc_main.c | 186 if (fcntl(fd, F_GETFD) == -1) in __check_one_fd()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | uClibc_vs_SuSv3.txt | 96 fcntl.h: posix_fallocate (depend on ADV)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | io_context | 51 # include <fcntl.h> 708 if (::fcntl(__pipe[0], F_SETFL, O_NONBLOCK) == -1 709 || ::fcntl(__pipe[1], F_SETFL, O_NONBLOCK) == -1)
|