Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 51 – 75 of 135) sorted by relevance

123456

/freebsd/lib/libc/stdio/
H A Dfseek.c147 case SEEK_END: in _fseeko()
H A Dopen_wmemstream.c189 case SEEK_END: in wmemstream_seek()
/freebsd/contrib/libarchive/libarchive/test/
H A Dread_open_memory.c191 case SEEK_END: in memory_read_seek()
/freebsd/tools/regression/fsx/
H A Dfsx.c306 off_t size_by_seek = lseek(savefd, (off_t)0, SEEK_END); in save_buffer()
406 size_by_seek = lseek(fd, (off_t)0, SEEK_END); in check_size()
1177 file_size = maxfilelen = lseek(fd, (off_t)0, SEEK_END); in main()
/freebsd/contrib/wpa/src/utils/
H A Dos_win32.c202 fseek(f, 0, SEEK_END); in os_readfile()
H A Dos_internal.c230 fseek(f, 0, SEEK_END); in os_readfile()
/freebsd/usr.sbin/rpc.statd/
H A Dfile.c196 status_file_len = lseek(status_fd, 0L, SEEK_END); in init_file()
/freebsd/stand/usb/tools/
H A Dsysinit.c210 off = lseek(input_file, 0, SEEK_END); in main()
/freebsd/lib/libc/tests/stdio/
H A Dfmemopen2_test.c166 rc = fseek(fp, 0, SEEK_END); in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh390 off_t size_by_seek = lseek(fd, (off_t)0, SEEK_END);
487 size_by_seek = lseek(fd, (off_t)0, SEEK_END);
H A Dmmap44.sh151 if (lseek(fd, arc4random() % siz, SEEK_END) == -1)
/freebsd/crypto/heimdal/lib/kadm5/
H A Dlog.c60 ret = lseek (fd, 0, SEEK_END); in kadm5_log_get_version_fd()
72 lseek (fd, 0, SEEK_END); in kadm5_log_get_version_fd()
843 krb5_storage_seek(sp, 0, SEEK_END); in kadm5_log_goto_end()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c183 fseek(PropertyList, 0, SEEK_END); in _initializeAvailabilityCheck()
/freebsd/stand/libsa/
H A Dsplitfs.c248 case SEEK_END: in splitfs_seek()
/freebsd/usr.bin/bsdiff/bspatch/
H A Dbspatch.c223 if ((oldsize = lseek(oldfd, 0, SEEK_END)) == -1 || in main()
/freebsd/usr.bin/mail/
H A Dfio.c80 (void)fseeko(otf, (off_t)0, SEEK_END); in setptr()
/freebsd/sys/contrib/zlib/
H A Dzconf.h520 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/freebsd/contrib/dialog/
H A Dtextbox.c62 case SEEK_END: in lseek_obj()
93 long actual = lseek_obj(obj, offset, SEEK_END); in lseek_end()
H A Dtailbox.c109 if (fseek(fp, 0L, SEEK_END) == -1 in last_lines()
/freebsd/crypto/openssh/
H A Dhostfile.c527 if (fseek(f, -1L, SEEK_END) == 0 && fgetc(f) != '\n') in add_host_to_hostfile()
529 if (fseek(f, 0L, SEEK_END) != 0 || (addnl && fputc('\n', f) != '\n')) { in add_host_to_hostfile()
/freebsd/tests/sys/fs/fusefs/
H A Dlocks.cc468 fl.l_whence = SEEK_END; in TEST_F()
641 fl.l_whence = SEEK_END; in TEST_F()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp452 result = ::lseek(m_descriptor, offset, SEEK_END); in SeekFromEnd()
464 result = ::fseek(m_stream, offset, SEEK_END); in SeekFromEnd()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c1039 off_e = lseek(*fd, 0, SEEK_END); in setup_sparse()
1057 lseek(*fd, 0, SEEK_END) == size) { in setup_sparse()
H A Darchive_read.c1664 if ((r = client_seek_proxy(filter, 0, SEEK_END)) < 0) in __archive_read_filter_seek()
1683 case SEEK_END: in __archive_read_filter_seek()
1698 if ((r = client_seek_proxy(filter, 0, SEEK_END)) < 0) in __archive_read_filter_seek()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdio25 SEEK_END

123456