dirfile_alter_frameoffset64 (3) Linux Manual Page
get_frameoffset64, dirfile_alter_frameoffset64 — report or change the frame offset of fields in a dirfile, with largefile support
Synopsis
#define _LARGEFILE64_SOURCE #include <getdata.h>
- off64_t get_frameoffset(DIRFILE *dirfile, int fragment_index);
- int dirfile_alter_frameoffset64(DIRFILE *dirfile, off64_t offset, int fragment_index, int move);
Description
If off_t is a 64-bit type (i.e. if _FILE_OFFSET_BITS is defined to be 64), these function will be called get_frameoffset() and dirfile_alter_frameoffset(). Otherwise, get_frameoffset() and dirfile_alter_frameoffset() will be versions of these functions which use a 32-bit off_t.
