Searched refs:__libc_fcntl (Results 1 – 7 of 7) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | fcntl.c | 31 __libc_fcntl (int fd, int cmd, ...) in __libc_fcntl() function 95 libc_hidden_def (__libc_fcntl) 97 weak_alias (__libc_fcntl, __fcntl) in weak_alias() argument 117 versioned_symbol (libc, __libc_fcntl, fcntl, GLIBC_2_28); 119 weak_alias (__libc_fcntl, fcntl)
|
A D | fcntl64.c | 62 weak_alias (__libc_fcntl64, __libc_fcntl)
|
/sysdeps/mach/hurd/ |
A D | fcntl_nocancel.c | 2 #define __libc_fcntl __fcntl_nocancel macro
|
A D | fcntl.c | 33 __libc_fcntl (int fd, int cmd, ...) in __libc_fcntl() function 292 libc_hidden_def (__libc_fcntl) 295 weak_alias (__libc_fcntl, __fcntl) 297 weak_alias (__libc_fcntl, fcntl) 299 strong_alias (__libc_fcntl, __libc_fcntl64)
|
/sysdeps/unix/sysv/linux/generic/ |
A D | dup2.c | 30 return __libc_fcntl (fd, F_GETFL, 0) < 0 ? -1 : fd; in __dup2()
|
/sysdeps/unix/ |
A D | grantpt.c | 116 if (__libc_fcntl (fd, F_GETFD) == -1 && errno == EBADF) in grantpt()
|
A D | syscalls.list | 20 fcntl - fcntl Ci:iiF __libc_fcntl __fcntl fcntl
|
Completed in 8 milliseconds