Searched refs:fcntl64 (Results 1 – 4 of 4) sorted by relevance
/io/ |
A D | fcntl64.c | 36 stub_warning (fcntl64) 38 weak_alias (__fcntl64, fcntl64)
|
A D | fcntl.h | 180 extern int __REDIRECT (fcntl, (int __fd, int __cmd, ...), fcntl64); 182 # define fcntl fcntl64 186 extern int fcntl64 (int __fd, int __cmd, ...); 192 extern int __REDIRECT_NTH (fcntl64, (int __fd, int __request, ...), 196 # define fcntl64 __fcntl_time64 macro
|
A D | Versions | 133 fcntl64;
|
A D | Makefile | 44 fcntl fcntl64 flock lockf lockf64 \ 114 CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
|
Completed in 4 milliseconds