Lines Matching defs:pos
163 z_off_t pos;
190 pos = gzseek(file, -8L, SEEK_CUR);
191 ASSERT_FALSE(pos != SIX || gztell(file) != pos);
797 z_off_t pos;
831 pos = gzseek(file, -8L, SEEK_CUR);
832 ASSERT_FALSE(pos != SIX || gztell(file) != pos);
1263 z_off64_t pos;
1264 pos = gzseek(file, -8L, SEEK_CUR);
1265 ASSERT_FALSE(gztell(file) == pos); /* define gztell gztell in zlib.h */
1275 z_off_t pos;
1276 pos = gzseek(file, -8L, SEEK_CUR);
1277 ASSERT_FALSE(pos != SIX || gztell64(file) != pos);