Symbol: SEEK_END
bin/ed/buf.c
103
if (fseeko(sfp, (off_t)0, SEEK_END) < 0) {
bin/pax/tables.c
442
if ((pt->seek = lseek(ffd, (off_t)0, SEEK_END)) >= 0) {
crypto/heimdal/lib/hdb/mkey.c
316
fseek(f, 0, SEEK_END);
crypto/heimdal/lib/kadm5/ipropd_slave.c
210
right = krb5_storage_seek (sp, 0, SEEK_END);
crypto/heimdal/lib/kadm5/log.c
60
ret = lseek (fd, 0, SEEK_END);
crypto/heimdal/lib/kadm5/log.c
72
lseek (fd, 0, SEEK_END);
crypto/heimdal/lib/kadm5/log.c
843
krb5_storage_seek(sp, 0, SEEK_END);
crypto/heimdal/lib/krb5/fcache.c
219
pos = lseek(fd, 0, SEEK_END);
crypto/heimdal/lib/krb5/store.c
300
size = sp->seek(sp, 0, SEEK_END);
crypto/heimdal/lib/krb5/store_emem.c
95
case SEEK_END:
crypto/heimdal/lib/krb5/store_mem.c
85
case SEEK_END:
crypto/krb5/src/lib/kdb/kdb_log.c
176
current_offset = lseek(fd, 0, SEEK_END);
crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-int.h
251
#ifndef SEEK_END
crypto/libecc/src/tests/ec_utils.c
490
if (fseek(in_file, 0L, SEEK_END)) {
crypto/openssh/hostfile.c
527
if (fseek(f, -1L, SEEK_END) == 0 && fgetc(f) != '\n')
crypto/openssh/hostfile.c
529
if (fseek(f, 0L, SEEK_END) != 0 || (addnl && fputc('\n', f) != '\n')) {
crypto/openssh/loginrec.c
1197
if (lseek(fd, -(off_t)sizeof(struct utmp), SEEK_END) == -1) {
crypto/openssh/loginrec.c
1362
if (lseek(fd, -(off_t)sizeof(struct utmpx), SEEK_END) == -1 ) {
crypto/openssl/crypto/http/http_client.c
323
if (BIO_get_fp(req, &fp) == 1 && fseek(fp, 0, SEEK_END) == 0) {
include/stdio.h
236
#ifndef SEEK_END
lib/libc/iconv/citrus_memstream.h
122
case SEEK_END:
lib/libc/stdio/fmemopen.c
234
case SEEK_END:
lib/libc/stdio/fopen.c
92
(void)_sseek(fp, (fpos_t)0, SEEK_END);
lib/libc/stdio/fopencookie.c
123
case SEEK_END:
lib/libc/stdio/freopen.c
246
(void) _sseek(fp, (fpos_t)0, SEEK_END);
lib/libc/stdio/fseek.c
147
case SEEK_END:
lib/libc/stdio/ftell.c
99
pos = _sseek(fp, (fpos_t)0, SEEK_END);
lib/libc/stdio/open_memstream.c
131
case SEEK_END:
lib/libc/stdio/open_wmemstream.c
189
case SEEK_END:
lib/libc/stdio/stdio.c
108
if (_sseek(fp, (fpos_t)0, SEEK_END) == -1 &&
lib/libc/tests/stdio/fmemopen2_test.c
168
rc = fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_memstream2_test.c
104
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_memstream2_test.c
112
fseek(fp, 4, SEEK_END);
lib/libc/tests/stdio/open_memstream2_test.c
129
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_memstream2_test.c
180
SEEK_FAIL(-1, SEEK_END, EINVAL);
lib/libc/tests/stdio/open_memstream2_test.c
184
SEEK_OK(-1, SEEK_END, 2);
lib/libc/tests/stdio/open_wmemstream_test.c
104
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_wmemstream_test.c
112
fseek(fp, 4, SEEK_END);
lib/libc/tests/stdio/open_wmemstream_test.c
129
fseek(fp, 0, SEEK_END);
lib/libc/tests/stdio/open_wmemstream_test.c
180
SEEK_FAIL(-1, SEEK_END, EINVAL);
lib/libc/tests/stdio/open_wmemstream_test.c
184
SEEK_OK(-1, SEEK_END, 2);
lib/libnetmap/nmport.c
207
mapsize = lseek(fd, 0, SEEK_END);
lib/libsecureboot/tests/tvo.c
190
off = vectx_lseek(vp, 0, SEEK_END);
lib/libsecureboot/tests/tvo.c
192
off = vectx_lseek(vp, 0, SEEK_END);
lib/libsecureboot/vectx.c
324
if (whence == SEEK_END && off <= 0) {
lib/libsecureboot/vectx.c
415
vectx_lseek(ctx, 0, SEEK_END);
libexec/tftpd/tftp-file.c
81
int r = fseek(file, -1, SEEK_END);
sbin/savecore/savecore.c
805
if (lseek(fdcore, -(off_t)sizeof(kdhl), SEEK_END) == -1) {
stand/libsa/cd9660.c
652
case SEEK_END:
stand/libsa/dosfs.c
486
case SEEK_END:
stand/libsa/ext2fs.c
858
case SEEK_END:
stand/libsa/lseek.c
101
if (f->f_ralen != 0 && where != SEEK_END) {
stand/libsa/nfs.c
730
case SEEK_END:
stand/libsa/pkgfs.c
366
case SEEK_END:
stand/libsa/splitfs.c
249
case SEEK_END:
stand/libsa/ufs.c
837
case SEEK_END:
stand/libsa/zfs/zfs.c
193
case SEEK_END:
stand/usb/tools/sysinit.c
210
off = lseek(input_file, 0, SEEK_END);
sys/fs/fuse/fuse_vnops.c
616
case SEEK_END:
sys/fs/nfsclient/nfs_clrpcops.c
4641
case SEEK_END:
sys/fs/nfsclient/nfs_clstate.c
1468
case SEEK_END:
sys/fs/smbfs/smbfs_vnops.c
928
case SEEK_END:
sys/kern/kern_lockf.c
448
case SEEK_END:
sys/kern/vfs_default.c
383
if (ap->a_fl->l_whence == SEEK_END) {
sys/kern/vfs_default.c
409
if (ap->a_fl->l_whence == SEEK_END) {
sys/nlm/nlm_advlock.c
1227
if (fl->l_whence == SEEK_END) {
sys/sys/unistd.h
119
#define L_XTND SEEK_END
tests/sys/fs/fusefs/locks.cc
468
fl.l_whence = SEEK_END;
tests/sys/fs/fusefs/locks.cc
641
fl.l_whence = SEEK_END;
tests/sys/kern/ktrace_test.c
600
off1 = lseek(fd, 0, SEEK_END);
tools/regression/fsx/fsx.c
1177
file_size = maxfilelen = lseek(fd, (off_t)0, SEEK_END);
tools/regression/fsx/fsx.c
306
off_t size_by_seek = lseek(savefd, (off_t)0, SEEK_END);
tools/regression/fsx/fsx.c
406
size_by_seek = lseek(fd, (off_t)0, SEEK_END);
tools/tools/drm/radeon/mkregtable/mkregtable.c
659
fseek(file, 0, SEEK_END);
tools/tools/netmap/nmreplay.c
330
pf->filesize = lseek(pf->fd, 0, SEEK_END);
usr.bin/bsdiff/bsdiff/bsdiff.c
141
((oldsize=lseek(fd,0,SEEK_END))==-1))
usr.bin/bsdiff/bsdiff/bsdiff.c
162
((newsize=lseek(fd,0,SEEK_END))==-1))
usr.bin/bsdiff/bspatch/bspatch.c
223
if ((oldsize = lseek(oldfd, 0, SEEK_END)) == -1 ||
usr.bin/gzip/gzip.c
2107
rv = lseek(fd, (off_t)(-8), SEEK_END);
usr.bin/lastcomm/lastcomm.c
133
if (fseek(fp, 0l, SEEK_END) == -1)
usr.bin/mail/collect.c
547
(void)fseeko(nf, (off_t)0, SEEK_END);
usr.bin/mail/collect.c
595
(void)fseeko(nf, (off_t)0, SEEK_END);
usr.bin/mail/edit.c
100
(void)fseeko(otf, (off_t)0, SEEK_END);
usr.bin/mail/fio.c
80
(void)fseeko(otf, (off_t)0, SEEK_END);
usr.bin/mkimg/image.c
413
end = lseek(fd, 0L, SEEK_END);
usr.bin/msgs/msgs.c
681
fseeko(newmsg, (off_t)0, SEEK_END);
usr.bin/stat/stat.c
1161
if ((off = lseek(fd, 0, SEEK_END)) > pos)
usr.bin/tail/forward.c
139
fseeko(fp, -off, SEEK_END) == -1) {
usr.bin/tail/forward.c
156
if (fseeko(fp, (off_t)0, SEEK_END) == -1) {
usr.bin/tail/forward.c
421
if (lseek(ev->ident, (off_t)0, SEEK_END) == -1) {
usr.sbin/bsdinstall/partedit/gpart_ops.c
443
bootsize = lseek(bootfd, 0, SEEK_END);
usr.sbin/rpc.statd/file.c
196
status_file_len = lseek(status_fd, 0L, SEEK_END);