Searched refs:lseek64 (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | largest_file.c | 92 llseek_ret = lseek64(fd, offset, SEEK_SET); in main() 107 llseek_ret = lseek64(fd, offset, SEEK_CUR); in main()
|
H A D | file_trunc.c | 184 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write() 196 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) { in do_write()
|
H A D | file_write.c | 202 noffset = lseek64(bigfd, offset, SEEK_SET); in main()
|
/freebsd/cddl/compat/opensolaris/include/ |
H A D | stdio.h | 34 #define lseek64 lseek macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompile.h | 133 #define lseek64 lseek macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 127 lseek64 U
|
/freebsd/sys/contrib/zlib/ |
H A D | gzlib.c | 14 # define LSEEK lseek64
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzlib.c | 15 # define LSEEK lseek64
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cc.c | 2575 lseek64(dtp->dt_cdefs_fd, 0, SEEK_SET) == -1 || in dt_compile() 2580 lseek64(dtp->dt_ddefs_fd, 0, SEEK_SET) == -1 || in dt_compile()
|
H A D | dt_link.c | 61 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 2637 AC_CHECK_FUNCS(open64 lseek64) 2644 dnl functions lseek64 and open64 are defined.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2241 fun:lseek64=uninstrumented
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 38741 # define lseek lseek64
|