Searched refs:llseek (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 42 extern long long llseek (int fd, long long offset, int origin); 45 #define my_llseek llseek 51 #define llseek lseek macro
|
D | Android.mk | 44 llseek.c \
|
D | Makefile.in | 60 llseek.o \ 123 $(srcdir)/llseek.c \ 608 llseek.o: $(srcdir)/llseek.c $(top_srcdir)/lib/et/com_err.h \
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 41 extern long long llseek(int fd, long long offset, int origin); 44 #define my_llseek llseek 50 #define llseek lseek macro
|
D | Makefile.in | 21 OBJS= cache.o dev.o devname.o devno.o getsize.o llseek.o probe.o \ 25 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c \ 203 llseek.o: $(srcdir)/llseek.c $(srcdir)/list.h
|
D | Android.mk | 9 llseek.c \
|
/external/valgrind/main/ |
D | glibc-2.2.supp | 388 # llseek(result)/lseek64/_IO_file_seek(Param) 390 # llseek(result)
|
/external/qemu/hw/ |
D | goldfish_nand.c | 39 # define llseek lseek macro 41 # define llseek lseek64 macro
|
/external/e2fsprogs/ |
D | configure.in | 721 dnl Check to see if llseek() is declared in unistd.h. On some libc's 724 AC_CHECK_DECL(llseek,[AC_DEFINE(HAVE_LLSEEK_PROTOTYPE)],, 820 AC_CHECK_FUNCS(chflags getrusage llseek lseek64 open64 fstat64 ftruncate64 getmntinfo strtoull strc…
|
D | RELEASE-NOTES | 5209 i386 ELF shared libraries and if llseek() is not present. We also 5210 explicitly do a configure test to see if (a) llseek is in libc, and 5211 (b) if llseek is declared in the system header files. (See standard
|
D | configure | 10602 for ac_func in chflags getrusage llseek lseek64 open64 fstat64 ftruncate64 getmntinfo strtoull strc…
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1329 Syscall param llseek(fd) contains uninitialised byte(s) 1332 Syscall param llseek(offset_high) contains uninitialised byte(s) 1335 Syscall param llseek(offset_low) contains uninitialised byte(s) 1338 Syscall param llseek(result) contains uninitialised byte(s) 1341 Syscall param llseek(whence) contains uninitialised byte(s) 1344 Syscall param llseek(result) points to unaddressable byte(s)
|
/external/e2fsprogs/debian/ |
D | changelog | 767 doesn't provide llseek on the x86_64. (Closes: #459614) 2669 * Added latest patch from Ted for autodetection of llseek() proto. 2678 * Turned "#if (__GLIBC__ == 2)" into "#if 1" to turn around missing llseek() 2705 llseek() causing problem with partitions > 2Gb. 2706 * Switched back to libc-provided llseek(). 2712 * Make use of shipped llseek instead of glibc's which seems buggy
|
/external/kernel-headers/original/linux/ |
D | fs.h | 1056 loff_t (*llseek) (struct file *, loff_t, int); member
|