Searched refs:__fcntl (Results 1 – 4 of 4) sorted by relevance
/io/ |
A D | fcntl.c | 23 __fcntl (int fd, int cmd, ...) in __fcntl() function 34 libc_hidden_def (__fcntl) 37 weak_alias (__fcntl, fcntl)
|
A D | lockf.c | 46 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 D | lockf64.c | 42 if (__fcntl (fd, F_GETLK64, &fl64) < 0) in __lockf64()
|
A D | Versions | 4 __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl;
|
Completed in 7 milliseconds