Home
last modified time | relevance | path

Searched refs:__libc_fcntl (Results 1 – 7 of 7) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dfcntl.c31 __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 Dfcntl64.c62 weak_alias (__libc_fcntl64, __libc_fcntl)
/sysdeps/mach/hurd/
A Dfcntl_nocancel.c2 #define __libc_fcntl __fcntl_nocancel macro
A Dfcntl.c33 __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 Ddup2.c30 return __libc_fcntl (fd, F_GETFL, 0) < 0 ? -1 : fd; in __dup2()
/sysdeps/unix/
A Dgrantpt.c116 if (__libc_fcntl (fd, F_GETFD) == -1 && errno == EBADF) in grantpt()
A Dsyscalls.list20 fcntl - fcntl Ci:iiF __libc_fcntl __fcntl fcntl

Completed in 5 milliseconds