Home
last modified time | relevance | path

Searched refs:llseek (Results 1 – 18 of 18) sorted by relevance

/third_party/e2fsprogs/lib/blkid/
Dllseek.c46 extern long long llseek(int fd, long long offset, int origin);
49 #define my_llseek llseek
55 #define llseek lseek macro
DMakefile.in22 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \
26 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c \
210 llseek.o: $(srcdir)/llseek.c $(top_builddir)/lib/config.h \
DAndroid.bp29 "llseek.c",
DBUILD.gn38 "llseek.c",
/third_party/e2fsprogs/lib/ext2fs/
Dllseek.c47 extern long long llseek (int fd, long long offset, int origin);
50 #define my_llseek llseek
DAndroid.bp79 "llseek.c",
DBUILD.gn81 "llseek.c",
DMakefile.in108 llseek.o \
191 $(srcdir)/llseek.c \
987 llseek.o: $(srcdir)/llseek.c $(top_builddir)/lib/config.h \
/third_party/f2fs-tools/
Dconfigure.ac127 llseek
137 dnl Check to see if llseek() is declared in unistd.h. On some libc's
140 AC_CHECK_DECL(llseek,[AC_DEFINE(HAVE_LLSEEK_PROTOTYPE, 1,
141 [Define to 1 if llseek declared in unistd.h])],,
/third_party/ltp/testcases/kernel/syscalls/
DMakefile14 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
DMakefile22 scsimain: scsimain.o sg_err.o llseek.o
/third_party/e2fsprogs/doc/RelNotes/
Dv1.12.txt6 i386 ELF shared libraries and if llseek() is not present. We also
7 explicitly do a configure test to see if (a) llseek is in libc, and
8 (b) if llseek is declared in the system header files. (See standard
/third_party/ltp/testscripts/
DReadme_ROBind87 * open, close, unlink, chdir, readv, writev, lseek64, llseek
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h471 unused_func_t llseek; member
/third_party/e2fsprogs/lib/
Dconfig.h.in187 /* Define to 1 if you have the `llseek' function. */
190 /* Define to 1 if llseek declared in unistd.h */
/third_party/e2fsprogs/
Dconfigure.ac1061 dnl Check to see if llseek() is declared in unistd.h. On some libc's
1064 AC_CHECK_DECL(llseek,[AC_DEFINE(HAVE_LLSEEK_PROTOTYPE, 1,
1065 [Define to 1 if llseek declared in unistd.h])],,
1211 llseek
Dconfigure11257 …tmntinfo getpwuid_r getrlimit getrusage jrand48 keyctl llistxattr llseek lseek64 mallinfo…
/third_party/e2fsprogs/debian/
Dchangelog2728 doesn't provide llseek on the x86_64. (Closes: #459614)
4630 * Added latest patch from Ted for autodetection of llseek() proto.
4639 * Turned "#if (__GLIBC__ == 2)" into "#if 1" to turn around missing llseek()
4666 llseek() causing problem with partitions > 2Gb.
4667 * Switched back to libc-provided llseek().
4673 * Make use of shipped llseek instead of glibc's which seems buggy