Searched refs:llseek (Results 1 – 18 of 18) sorted by relevance
/third_party/e2fsprogs/lib/blkid/ |
D | llseek.c | 46 extern long long llseek(int fd, long long offset, int origin); 49 #define my_llseek llseek 55 #define llseek lseek macro
|
D | Makefile.in | 22 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 \
|
D | Android.bp | 29 "llseek.c",
|
D | BUILD.gn | 38 "llseek.c",
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 47 extern long long llseek (int fd, long long offset, int origin); 50 #define my_llseek llseek
|
D | Android.bp | 79 "llseek.c",
|
D | BUILD.gn | 81 "llseek.c",
|
D | Makefile.in | 108 llseek.o \ 191 $(srcdir)/llseek.c \ 987 llseek.o: $(srcdir)/llseek.c $(top_builddir)/lib/config.h \
|
/third_party/f2fs-tools/ |
D | configure.ac | 127 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/ |
D | Makefile | 14 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | Makefile | 22 scsimain: scsimain.o sg_err.o llseek.o
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.12.txt | 6 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/ |
D | Readme_ROBind | 87 * open, close, unlink, chdir, readv, writev, lseek64, llseek
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 471 unused_func_t llseek; member
|
/third_party/e2fsprogs/lib/ |
D | config.h.in | 187 /* Define to 1 if you have the `llseek' function. */ 190 /* Define to 1 if llseek declared in unistd.h */
|
/third_party/e2fsprogs/ |
D | configure.ac | 1061 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
|
D | configure | 11257 …tmntinfo getpwuid_r getrlimit getrusage jrand48 keyctl llistxattr llseek lseek64 mallinfo…
|
/third_party/e2fsprogs/debian/ |
D | changelog | 2728 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
|