Searched refs:__fcntl64_nocancel (Results 1 – 6 of 6) sorted by relevance
34 __fcntl64_nocancel (int fd, int cmd, ...) in __fcntl64_nocancel() function47 hidden_def (__fcntl64_nocancel) in hidden_def() argument
71 __typeof (__fcntl) __fcntl64_nocancel;82 hidden_proto (__fcntl64_nocancel)
41 int flags = __fcntl64_nocancel (fd, F_GETFL); in __fdopendir()
97 && __glibc_unlikely (__fcntl64_nocancel (fd, F_SETFD, FD_CLOEXEC) < 0)) in weak_alias()
49 #define __fcntl64_nocancel(fd, cmd, ...) \ macro
74 #define __fcntl64_nocancel(...) \ macro
Completed in 5 milliseconds