Searched refs:__fcntl64 (Results 1 – 2 of 2) sorted by relevance
24 __fcntl64 (int fd, int cmd, ...) in __fcntl64() function35 libc_hidden_def (__fcntl64)38 weak_alias (__fcntl64, fcntl64)
50 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