Searched defs:fcntl (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-arm64/syscalls/
H A Dfcntl.S5 ENTRY(fcntl) function
14 END(fcntl)
/bionic/libc/arch-mips64/syscalls/
H A Dfcntl.S5 ENTRY(fcntl) function
25 END(fcntl)
/bionic/libc/arch-x86_64/syscalls/
H A Dfcntl.S5 ENTRY(fcntl) function
15 END(fcntl)
/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp32 #include <fcntl.h>
50 // For fcntl we use the fcntl64 system call to signal that we're using struct flock64.
51 int fcntl(int fd, int cmd, ...) { function

Completed in 718 milliseconds