Searched refs:f_off (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dcd9660.c100 off_t f_off; /* Current offset within file */ member in struct:file
434 fp->f_off = 0;
467 blkno = fp->f_off / ISO_DEFAULT_BLOCK_SIZE + fp->f_bno;
468 blkoff = fp->f_off % ISO_DEFAULT_BLOCK_SIZE;
489 if (*size_p > fp->f_size - fp->f_off)
490 *size_p = fp->f_size - fp->f_off;
504 if (fp->f_off < 0 || fp->f_off >= fp->f_size)
514 fp->f_off += csize;
534 if (fp->f_off >
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strrchr.c32 ssize_t f_off; /* offset of first match */ member in struct:tab

Completed in 95 milliseconds