Home
last modified time | relevance | path

Searched refs:lseek (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunistd.in.h510 # define lseek rpl_lseek macro
511 extern off_t lseek (int fd, off_t offset, int whence);
514 # undef lseek
515 # define lseek(f,o,w) \ macro
518 lseek (f, o, w))
/ndk/sources/host-tools/sed-4.2.1/m4/
Dmkstemp.m435 if (fd < 0 || lseek (fd, large, SEEK_SET) != large)
/ndk/sources/host-tools/ndk-stack/elff/
Dmapfile.c145 ssize_t res = lseek((int)(ptrdiff_t)handle, offset, SEEK_SET); in mapfile_read_at()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp61 # define LSEEK lseek
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure18641 if (fd < 0 || lseek (fd, large, SEEK_SET) != large)