Searched refs:SEEK_SET (Results 351 - 367 of 367) sorted by relevance

<<1112131415

/freebsd-13-stable/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd_blowfish.c1995 if (rump_sys_lseek(cgdfd, tv->blkno * SECSIZE, SEEK_SET) < 0)
2014 if (rump_sys_lseek(cgdfd, tv->blkno * SECSIZE, SEEK_SET) < 0)
2036 if (lseek(dkfd, tv->blkno * SECSIZE, SEEK_SET) < 0)
H A Dt_cgd_aes.c3161 if (rump_sys_lseek(cgdfd, tv->blkno * SECSIZE, SEEK_SET) < 0)
3185 if (rump_sys_lseek(cgdfd, tv->blkno * SECSIZE, SEEK_SET) < 0)
3207 if (lseek(dkfd, tv->blkno * SECSIZE, SEEK_SET) < 0)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c786 (off_t)t->current_sparse->offset, SEEK_SET) < 0) {
H A Darchive_read_support_format_iso9660.c1331 r64 = __archive_read_seek(a, file->offset, SEEK_SET);
H A Darchive_write_set_format_7zip.c674 lseek(zip->temp_fd, offset, SEEK_SET) < 0) {
H A Darchive_read_support_format_xar.c995 int64_t pos = __archive_read_seek(a, xar->h_base + offset, SEEK_SET);
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c806 if (lseek(fd, 0, SEEK_SET) == -1)
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c2213 (void) fseeko(fp, 0, SEEK_SET);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1385 case SEEK_SET:
4023 fl->l_whence = SEEK_SET;
H A Dnfs_clrpcops.c3956 case SEEK_SET:
4141 fl->l_whence = SEEK_SET;
/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c343 case SEEK_SET:
/freebsd-13-stable/contrib/sendmail/src/
H A Dmilter.c3717 0, SEEK_SET);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2086 if (fseek(f, 0, SEEK_SET) != 0) {
/freebsd-13-stable/sys/kern/
H A Dkern_sig.c3853 lf.l_whence = SEEK_SET;
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3508 fl.l_whence = SEEK_SET;
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]
/freebsd-13-stable/contrib/apr/
H A Dconfigure19331 else if (lseek64(fd, off, SEEK_SET) != off)
27465 proc_mutex_lock_it.l_whence = SEEK_SET; /* from current point */

Completed in 870 milliseconds

<<1112131415