Searched refs:lseek (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unistd.in.h | 510 # 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/ |
D | mkstemp.m4 | 35 if (fd < 0 || lseek (fd, large, SEEK_SET) != large)
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | mapfile.c | 145 ssize_t res = lseek((int)(ptrdiff_t)handle, offset, SEEK_SET); in mapfile_read_at()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_unistd.cpp | 61 # define LSEEK lseek
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 18641 if (fd < 0 || lseek (fd, large, SEEK_SET) != large)
|