Home
last modified time | relevance | path

Searched refs:__fcntl (Results 1 – 4 of 4) sorted by relevance

/io/
A Dfcntl.c23 __fcntl (int fd, int cmd, ...) in __fcntl() function
34 libc_hidden_def (__fcntl)
37 weak_alias (__fcntl, fcntl)
A Dlockf.c46 if (__fcntl (fd, F_GETLK, &fl) < 0) in lockf()
54 return __fcntl (fd, F_SETLK, &fl); in lockf()
56 return __fcntl (fd, F_SETLKW, &fl); in lockf()
58 return __fcntl (fd, F_SETLK, &fl); in lockf()
A Dlockf64.c42 if (__fcntl (fd, F_GETLK64, &fl64) < 0) in __lockf64()
A DVersions4 __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl;

Completed in 7 milliseconds