Searched refs:SEEK_T (Results 1 – 1 of 1) sorted by relevance
45 # define SEEK_T _fpos64_t macro47 # define SEEK_T fpos_t macro52 # define SEEK_T __off_t macro56 static SEEK_T test_pos;57 static SEEK_T test_end;59 #define min(a, b) ((SEEK_T) (a) < (SEEK_T) (b) ? (SEEK_T) (a) : (SEEK_T) (b))60 #define max(a, b) ((SEEK_T) (a) > (SEEK_T) (b) ? (SEEK_T) (a) : (SEEK_T) (b))83 static SEEK_T84 test_seek(void *cookie, SEEK_T off, int whence) in test_seek()86 SEEK_T new_pos = test_pos; in test_seek()