Home
last modified time | relevance | path

Searched refs:HI_SEEK (Results 1 – 7 of 7) sorted by relevance

/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dnssdc.c167 if (HI_SEEK(fp, V2_CDR_OFFSET) == FAIL)
212 if (HI_SEEK(fp, gdrOffset) == FAIL)
275 if (HI_SEEK(fp, varNext) == FAIL)
407 if (HI_SEEK(fp, vxrNext) == FAIL)
454 if (HI_SEEK(fp, zVarNext) == FAIL)
578 if (HI_SEEK(fp, vxrNext) == FAIL)
625 if (HI_SEEK(fp, adrNext) == FAIL)
670 if (HI_SEEK(fp, aedrNext) == FAIL)
752 if (HI_SEEK(fp, aedzNext) == FAIL)
H A Dputget.c1762 status = HI_SEEK((hdf_file_t) handle->cdf_fp, where); in nssdc_xdr_NCvdata()
H A Dcdf.c160 if(HI_SEEK(fp, MAGICOFFSET) == FAIL)
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dhdfls.c375 if(HI_SEEK(file_id,next_block)==FAIL) in dumpDD()
414 if(HI_SEEK(file_id,off-DISKBLOCK_HSIZE)==FAIL) in dumpDD()
434 if(HI_SEEK(file_id,off+len)==FAIL) in dumpDD()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhfile.h89 # define HI_SEEK(f,o) (fseek((f), (long)(o), SEEK_SET)==0 ? SUCCEED : FAIL) macro
106 # define HI_SEEK(f, o) (lseek((f), (off_t)(o), SEEK_SET)!=(-1) ? SUCCEED : FAIL) macro
121 # define HI_SEEK(x,y) mlseek(x, (int32 )y, 0) macro
H A Dhextelt.c307 if (HI_SEEK(file_external, offset) == FAIL) in HXcreate()
710 if (HI_SEEK(info->file_external, access_rec->posn + info->extern_offset) == FAIL) in HXPread()
790 if (HI_SEEK(info->file_external, access_rec->posn + info->extern_offset) == FAIL) in HXPwrite()
799 HI_SEEK(f, access_rec->posn + info->extern_offset) == FAIL || in HXPwrite()
H A Dhfile.c3250 if (HI_SEEK(file, 0) == FAIL) in HIvalid_magic()
3822 if (HI_SEEK(file_rec->file, offset) == FAIL) in HPseek()