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

<<1112131415

/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c183 case SEEK_SET:
431 if (lseek(fd, start_sec * secsz, SEEK_SET) == -1) {
525 if (lseek(fd, start_sec * secsz, SEEK_SET) == -1) {
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dos_unix.c451 if (fseek(f, 0, SEEK_SET) < 0) {
/freebsd-13-stable/contrib/xz/src/xz/
H A Dfile_io.c1190 if (lseek(pair->src_fd, pos, SEEK_SET) != pos) {
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dserver.c432 krb5_storage_seek(sp, 0, SEEK_SET);
/freebsd-13-stable/lib/libc/gen/
H A Dgetcap.c240 (void)lseek(fd, (off_t)0, SEEK_SET);
/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c682 if (lseek(fi, (off_t)bno * dev_bsize, SEEK_SET) < 0 ||
/freebsd-13-stable/sbin/restore/
H A Ddirs.c447 (void) lseek(dirp->dd_fd, base + rounddown2(loc, DIRBLKSIZ), SEEK_SET);
/freebsd-13-stable/contrib/less/
H A Dfilename.c474 if (lseek(f, (off_t)0, SEEK_SET) == BAD_LSEEK)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1096 /* Modify the offset for use with SEEK_SET */
1105 case SEEK_SET:
1153 rar->dbo[rar->cursor].header_size, SEEK_SET);
1180 SEEK_SET);
1203 ret = __archive_read_seek(a, client_offset, SEEK_SET);
/freebsd-13-stable/contrib/libpcap/
H A Dsf-pcap.c944 if (fseek(f, 0, SEEK_SET) == -1) {
/freebsd-13-stable/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c578 lseek(fd, 0, SEEK_SET);
/freebsd-13-stable/contrib/pf/pflogd/
H A Dpflogd.c424 (void) fseek(fp, 0L, SEEK_SET);
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c691 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END};
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c325 (void) lseek(fd, (off_t) 0, SEEK_SET);
/freebsd-13-stable/stand/libsa/
H A Dcd9660.c594 case SEEK_SET:
H A Dpkgfs.c360 case SEEK_SET:
H A Dtftp.c44 * - lseek only with SEEK_SET or SEEK_CUR
622 case SEEK_SET:
H A Dufs.c826 case SEEK_SET:
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c285 (void)lseek(fd, (off_t)0, SEEK_SET);
/freebsd-13-stable/crypto/openssh/
H A Dmoduli.c501 if (fseek(f, 0, SEEK_SET) != 0) {
/freebsd-13-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c321 if (lseek(fd, (off_t)blockno * sectorsize, SEEK_SET) == -1)
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c437 if (lseek(ef->ef_fd, offset, SEEK_SET) == -1)
H A Def_obj.c204 if (lseek(ef->ef_fd, offset, SEEK_SET) == -1)
/freebsd-13-stable/usr.sbin/mptable/
H A Dmptable.c717 if ( lseek( pfd, (off_t)addr, SEEK_SET ) < 0 )
/freebsd-13-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c669 fseek(file, 0, SEEK_SET);

Completed in 305 milliseconds

<<1112131415