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

/external/e2fsprogs/include/nonunix/
H A Dunistd.h25 #define lseek _lseek macro
/external/libjpeg-turbo/md5/
H A Dmd5hl.c20 #define lseek _lseek macro
84 if (lseek(f, ofs, SEEK_SET) < 0)
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc58 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
60 #define lseek(fd, offset, origin) ((off_t)-1) macro
158 lseek(file_, count, SEEK_CUR) != (off_t)-1) {
/external/swiftshader/third_party/LLVM/tools/gold/
H A Dgold-plugin.cpp38 # define lseek _lseek macro
/external/ImageMagick/MagickCore/
H A Dnt-base.h155 #if !defined(lseek)
156 # define lseek _lseeki64 macro
159 #if !defined(lseek)
160 # define lseek _lseek macro
/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/curl/lib/
H A Dcurl_setup.h365 # undef lseek macro
366 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) macro
384 # undef lseek macro
385 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) macro
/external/valgrind/coregrind/
H A Dm_libcfile.c284 Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ) function
/external/libevent/
H A Dbuffer.c2899 #define lseek _lseeki64 macro
2901 if (lseek(fd, offset, SEEK_SET) == -1) {
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h3066 LSS_INLINE off_t LSS_NAME(lseek)(int f, off_t o, int w) { function
3067 _LSS_BODY(3, off_t, lseek, off_t, LSS_SYSCALL_ARG(f), (uint64_t)(o),
3071 LSS_INLINE _syscall3(off_t, lseek, int, f,
/external/sqlite/dist/orig/
H A Dsqlite3.c30270 # define lseek macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c30270 # define lseek macro
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1139 milliseconds