Searched refs:lseek (Results 1 – 10 of 10) 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/make-3.81/ |
D | arscan.c | 347 if (lseek (desc, 0, 0) < 0) in ar_scan() 446 if (lseek (desc, member_offset, 0) < 0) in ar_scan() 652 if (lseek (desc, member_offset, 0) != member_offset) in ar_scan() 776 if (lseek (fd, pos, 0) < 0) in ar_member_touch() 781 if (lseek (fd, pos, 0) < 0) in ar_member_touch() 801 if (lseek (fd, pos, 0) < 0) in ar_member_touch()
|
D | make.h | 485 extern long int lseek ();
|
D | getloadavg.c | 947 if (lseek (channel, offset, 0) == -1L in getloadavg()
|
D | remake.c | 1072 if (lseek (fd, 0L, 0) < 0L) in touch_file()
|
/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/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 250 ::lseek( as_fd, m_psi.pr_argv, SEEK_SET ) == -1 || 252 ::lseek( as_fd, binary_name_pos, SEEK_SET ) == -1 ||
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 18641 if (fd < 0 || lseek (fd, large, SEEK_SET) != large)
|