Searched refs:llseek (Results 1 – 25 of 55) sorted by relevance
123
/external/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 | 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 \ 209 llseek.o: $(srcdir)/llseek.c $(top_builddir)/lib/config.h \
|
D | Android.bp | 15 "llseek.c",
|
/external/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 | 63 "llseek.c",
|
/external/f2fs-tools/ |
D | configure.ac | 126 llseek 136 dnl Check to see if llseek() is declared in unistd.h. On some libc's 139 AC_CHECK_DECL(llseek,[AC_DEFINE(HAVE_LLSEEK_PROTOTYPE, 1, 140 [Define to 1 if llseek declared in unistd.h])],,
|
/external/strace/ |
D | lseek.c | 81 SYS_FUNC(llseek) in SYS_FUNC() argument
|
D | sys_func.h | 116 extern SYS_FUNC(llseek);
|
/external/ltp/testcases/kernel/syscalls/ |
D | Makefile | 28 FILTER_OUT_DIRS += capget capset chmod chown clone fork getcontext llseek \
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | Makefile | 22 scsimain: scsimain.o sg_err.o llseek.o
|
/external/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
|
/external/ltp/testscripts/ |
D | Readme_ROBind | 87 * open, close, unlink, chdir, readv, writev, lseek64, llseek
|
/external/strace/tests-mx32/ |
D | pure_executables.list | 166 llseek
|
D | pure_executables.am | 167 llseek \
|
D | Makefile.am | 257 llseek.test \
|
/external/strace/tests-m32/ |
D | pure_executables.list | 166 llseek
|
D | pure_executables.am | 167 llseek \
|
D | Makefile.am | 257 llseek.test \
|
/external/strace/tests/ |
D | pure_executables.list | 166 llseek
|
D | pure_executables.am | 167 llseek \
|
D | Makefile.am | 257 llseek.test \
|
/external/strace/linux/32/ |
D | syscallent.h | 66 [ 62] = { 5, TD, SEN(llseek), "_llseek" },
|
/external/u-boot/drivers/mtd/ubi/ |
D | debug.c | 384 .llseek = no_llseek,
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 13 [ 17] = { 5, TD, SEN(llseek), "_llseek" },
|
/external/syzkaller/sys/akaros/ |
D | sys.txt | 27 llseek(fd fd, offset_hi intptr, offset_lo intptr, result ptr[out, int64], whence flags[seek_whence])
|
123