Searched defs:lseek (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/include/nonunix/
H A Dunistd.h25 #define lseek _lseek macro
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc57 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
59 #define lseek(fd, offset, origin) ((off_t)-1) macro
157 lseek(file_, count, SEEK_CUR) != (off_t)-1) {
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc56 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
58 #define lseek(fd, offset, origin) ((off_t)-1) macro
156 lseek(file_, count, SEEK_CUR) != (off_t)-1) {
/external/bison/darwin-lib/
H A Dunistd.h89 lseek(), read(), unlink(), write() in <io.h>. */
1393 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
1396 # define lseek rpl_lseek
1398 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
1399 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
1401 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
1403 _GL_CXXALIASWARN (lseek);
1405 # undef lseek macro
1407 _GL_WARN_ON_USE (lseek, "lseek doe
[all...]
/external/bison/linux-lib/
H A Dunistd.h89 lseek(), read(), unlink(), write() in <io.h>. */
1393 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
1396 # define lseek rpl_lseek
1398 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
1399 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
1401 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
1403 _GL_CXXALIASWARN (lseek);
1405 # undef lseek macro
1407 _GL_WARN_ON_USE (lseek, "lseek doe
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_file_io.cc35 # define lseek _lseek macro
131 if (lseek(fd, 0, SEEK_SET) < 0)
1047 // Check lseek(2) for the native FD.
1048 off_t off = lseek(fd, 0, SEEK_CUR);
1050 return ReportError("lseek for native FD returned error", errno);
1052 return ReportError("lseek for native FD offset mismatch", off);
1054 off = lseek(fd, 0, SEEK_SET);
1056 return ReportError("lseek for native FD returned error", errno);
1058 return ReportError("lseek for native FD offset mismatch", off);
/external/llvm/tools/gold/
H A Dgold-plugin.cpp39 # define lseek _lseek macro
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h374 inline off_t lseek(int fd, off_t offset, int whence) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h371 inline off_t lseek(int fd, off_t offset, int whence) { function
/external/qemu/include/
H A Dqemu-common.h98 #if !defined(lseek)
99 # define lseek _lseeki64 macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c234 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc696 off_t KernelProxy::lseek(int fd, off_t offset, int whence) { function in class:nacl_io::KernelProxy
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h1886 LSS_INLINE off_t LSS_NAME(lseek)(int f, off_t o, int w) { function
1887 _LSS_BODY(3, off_t, lseek, off_t, LSS_SYSCALL_ARG(f), (uint64_t)(o),
1891 LSS_INLINE _syscall3(off_t, lseek, int, f,

Completed in 389 milliseconds