Home
last modified time | relevance | path

Searched refs:__fcntl64 (Results 1 – 2 of 2) sorted by relevance

/io/
A Dfcntl64.c24 __fcntl64 (int fd, int cmd, ...) in __fcntl64() function
35 libc_hidden_def (__fcntl64)
38 weak_alias (__fcntl64, fcntl64)
A Dlockf64.c50 return __fcntl64 (fd, F_SETLK64, &fl64); in __lockf64()
52 return __fcntl64 (fd, F_SETLKW64, &fl64); in __lockf64()
54 return __fcntl64 (fd, F_SETLK64, &fl64); in __lockf64()

Completed in 4 milliseconds