Home
last modified time | relevance | path

Searched refs:lseek64 (Results 1 – 25 of 32) sorted by relevance

12

/external/f2fs-tools/lib/
Dlibf2fs_io.c33 if (lseek64(config.kd, (off64_t)offset, SEEK_SET) < 0) in dev_read_version()
42 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_read()
60 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_write()
74 if (lseek64(config.dump_fd, (off64_t)offset, SEEK_SET) < 0) in dev_write_dump()
86 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_fill()
/external/e2fsprogs/util/
Dcopy_sparse.c156 if (lseek64(fd, should_be, SEEK_SET) == (off_t) -1) { in copy_sparse_file()
160 if (lseek64(ofd, should_be, SEEK_SET) == (off_t) -1) { in copy_sparse_file()
195 lseek64(ofd, offset-1, SEEK_CUR); in copy_sparse_file()
/external/e2fsprogs/lib/ext2fs/
Dllseek.c35 #define my_llseek lseek64
127 return lseek64 (fd, offset, origin); in ext2fs_llseek()
/external/e2fsprogs/lib/blkid/
Dllseek.c35 #define my_llseek lseek64
129 return lseek64 (fd, offset, origin); in blkid_llseek()
/external/fsck_msdos/
Ddir.c324 if (lseek64(f, off, SEEK_SET) != off) { in delete()
337 if (lseek64(f, off, SEEK_SET) != off) { in delete()
474 if (lseek64(f, off, SEEK_SET) != off) { in check_dot_dot()
563 if (lseek64(f, off, SEEK_SET) != off) { in readDosDirSection()
961 if (lseek64(f, off, SEEK_SET) != off in readDosDirSection()
1063 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff in reconnect()
1093 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff in reconnect()
/external/gptfdisk/
Dsupport.h16 #define lseek64 lseek macro
Ddiskio-unix.cc283 sought = lseek64(fd, seekTo, SEEK_SET); in Seek()
/external/tlsdate/src/
Dseccomp.c104 SC_ALLOW (lseek64), in enable_setter_seccomp()
/external/e2fsprogs/misc/
Dfindsuper.c190 for (; lseek64(fd, sk, SEEK_SET) != -1 && in main()
/external/valgrind/
Dglibc-2.2.supp388 # llseek(result)/lseek64/_IO_file_seek(Param)
391 # fun:lseek64
/external/e2fsprogs/
Dconfigure.in924 dnl Check to see if lseek64() is declared in unistd.h. Glibc's header files
926 dnl and if it isn't defined while lseek64 is defined in the library,
932 AC_CHECK_DECL(lseek64,[AC_DEFINE(HAVE_LSEEK64_PROTOTYPE, 1,
933 [Define to 1 if lseek64 declared in unistd.h])],,
1041 lseek64
Dconfigure11044 …ablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstow…
/external/pdfium/third_party/zlib_v128/
Dgzlib.c12 # define LSEEK lseek64
/external/libchrome/base/files/
Dfile_posix.cc192 return lseek64(file_.get(), static_cast<off64_t>(offset), in Seek()
/external/zlib/src/
Dgzlib.c12 # define LSEEK lseek64
/external/libbrillo/brillo/streams/
Dfile_stream.cc50 return lseek64(fd_, offset, whence); in Seek()
/external/opencv3/3rdparty/zlib/
Dgzlib.c12 # define LSEEK lseek64
/external/e2fsprogs/lib/
Dconfig.h.in218 /* Define to 1 if you have the `lseek64' function. */
221 /* Define to 1 if lseek64 declared in unistd.h */
/external/squashfs-tools/
DCHANGES216 lseek64 - which meant on these distributions Unsquashfs
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2235 fun:lseek64=uninstrumented
/external/elfutils/src/
DChangeLog121 (read_block): Likewise, and replace lseek64 with lseek.
/external/elfutils/po/
Dzh_CN.po5200 msgid "lseek64 failed"
Dit.po5200 msgid "lseek64 failed"
Dfr.po5199 msgid "lseek64 failed"
Dru.po5199 msgid "lseek64 failed"

12